Hello Dojo,
I am trying to create a Dashboard link to preselect some data in a GQI Filter component upon opening and unable to figure out the syntax. I see the URL changing when adding a filter, so trying to reverse engineer the syntax, but unable to figure out what compression method it uses to see the JSON structure. Is there a way to see the uncompressed JSON structure in the URL? Or an entry in the Help with the full structure of the query in the format of a JSON string?
Many thanks in advance.
I think this is what you are looking for: Specifying data input in a dashboard URL | DataMiner Docs
Thank you Sebastian, I already looked over that and the only example for passing in a GQI Filter is “?queries=[queryAlias]/{“ID”: “Elements”}” and I unfortunately am unable to figure out the syntax for what I need to do with that, which is pass in a filter for a selected table column.