Ok I have this situation where I need to obtain some values from a query and then use them to finally render a visual. I’m talking specifically about getting some IDs from one table and then use them to get the data based in these IDs from another table. In other words, a classic sql JOIN.
I guess I should obtain the values from the first query (not so sure on how to do it) and then create filters with the obtained data to finally pass them to my visualization.
My question is: Is there a way to do this natively from CF? If not, how can I get the data obtained in the first query?