Hello,
Building a low code app that displays alarms (Ad Hoc data source) filtered by a user selected service. This is currently working for a single service in a Dropdown feed.
The next feature I'd like to add is to use a tree feed for the argument(s) so that I can filter on multiple services if the user wishes. When I set up the tree feed as a GQIArgument I only get the uppermost selected value, even if I select more values below that. Is there a way to retreive an array or JSON string of all the selected values when the user changes the selection?
Hi Jim,
This is currently not supported yet, but definitely a very useful capability to have. We have a feature task on our backlog that will allow an Ad Hoc data source to define such an array argument that can take multiple feed values.
Is there any development on this?
I also want to send as input argument a list of ids so that the data source script returns more than one selected item at a time. In my case I want to select several rows from a table and then take the column Id to gather all the ids that I want to process in the script.
Instead of this, having a list argument or get all the ids into the string argument.
private readonly GQIStringArgument resourceIdArg = new GQIStringArgument("Resource ID") { IsRequired = false };