Forum Discussion

djohanlon's avatar
djohanlon
Frequent Visitor
2 years ago
Solved

Displaying a Table based on value of data

Hello,

I have data which contains different currencies : USD, GBP, SEK, etc.
I have created tables that are individually filtered for an individual currency.
If the PAGE filter is set to ALL, I get the tables filled with relevant data.
However, if I select (for example) USD only, it will show the USD table but will still display the other tables, all blank.
What I need to do is in that case ONLY show the USD table.
If I then select USD & GBP, I only want those tables to display.
The other issue is that as I have individual tables for each currency one above each other, if the order of these is USD, GBP, SEK and I only select USD and SEK, it will display these values in the respective tables but HOW do I do it so that they always align under each other. So no "blank" tables or areas on the page? ie Dynamically move tables up to fill empty space.
Really appreciate any insights.
Daniel