I have a table with Margin split by Product Type, i would like to show this as a single value visualization, and compare the total margin for the Top 5 to total margin for the rest.
I have tried using the following codes which haven’t worked. If anyone has any ideas/ solutions it would be greatly appreciated 🙂
Attempt 1
${booking_analysis.margin:total}
(this one uses a row limit of 5)
Attempt 2
${booking_analysis.margin:total}-offset(${booking_analysis.margin},5)