TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Missing elements on MEtrics boards for Windows

Open Lolo4242 opened this issue 9 months ago • 2 comments

On windows version there is actually no way to make a dynmaic view on metrics boards with two inputs (they work separately on refresh events) and there is no Type of input as there is no Form element also ...

Lolo4242 avatar May 22 '25 15:05 Lolo4242

Hi @Lolo4242, It seems you’re referring to using two inputs to pass values into another object. You can create a setup like the one shown in the image below — the second input listens for events from the first input, and together they pass both values into the table simultaneously.

Image

Image

Does this match what you’re trying to achieve? If not, could you please provide more details about your specific requirement? I’d be happy to assist further. Thank you!

sonswift avatar May 22 '25 15:05 sonswift

Yeah that's a good idea ! Im'going to try it out ... Thanks for the quick reply ;)

To dig further here is a list of what i've seen missing in the windows version in metrics boards thks to chatGPT comparing MacOs versions.

Windows Metrics Board Limitations

No Multi-Field Form Windows build doesn’t offer a single Form node, forcing users to add separate Input Fields.

Input Field Submission Resets Other Fields Each Input Field uses its own “Submit on Enter/End Editing” action; submitting one field immediately clears the value of any previously submitted field.

Inability to Batch-Submit Multiple Parameters There’s no way to submit two or more inputs in a single request—auto-refresh or “Refresh on Event” always only sends the most recently edited field.

Lack of Date Type for Inputs Inputs are always plain text; there’s no dedicated date picker or type enforcement, so users must manually format dates and wrap them in quotes.

No Support for Multi-Statement SQL Widgets only accept a single SELECT (with optional UNION), preventing users from using SET, variable declarations, or multiple statements to preprocess parameters.

Lolo4242 avatar May 22 '25 15:05 Lolo4242