Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] dynamically build the filter for an aggregate

$
0
0
By selecting each item, you need to "collect the id's" selected.
And then, use can use an Advance Query (with a IN clause), instead of an Aggregate list those tools. 

something like this:

SELECT *
FROM table_name
WHERE column_ID IN (id1,id2,...);

Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>