Hello!
Thank you for these explanations! I have an additional situation for which I need help. I need to have in the same table a top 10 ranking and also a column showing the % of the top 10 in the total. When I put the dt formula in a table where I already have the top 10, it does only the addition of the top 10 but not of the whole table.
thank you!
Catalina
Project Manager, France
Hello @Catalina,
you can't get it calculated on the fly on your layout. You should calculate the % through a dataflow on the whole population, then you can show just top 10 members.
Hello @Leone Scaburri,
Thank you for your quick reply, it helps.
Hi @Vasily Feofanov,
Another commonly used formula would be rt(a), which uses the row total value.
I thought I would mention this as it is one of my personal favourites :)
Gary