Is there a way to sort Flex tables by the % or value change? I want to show the top 20 rows that has the highest % or value change. I only see the option to sort by total which doesn't work for my use case. Thanks
If you can re-create that percent change in a beast mode then you can drag that beast mode into the sorting properties.
How do I create the % change in beast mode? This is a calculated column from the Flex table
Typically it’s just
(‘New’-‘old’)/(‘new’) but it depends on how you have your percent change metric defined in the card settings. Which method are you using?
The percent change/value change is automatically calculated by the Flex table.
I'm looking at value and % change from the pentultimate value to the last value.