Hello,
I have one table with the Machine name and the number of Alarms. I want to create a simple graph with the top 10 of the machines with the hightest number of alarms, but witha condiction they should be lower than 14.
So, i have created the column rankAlarm and then i have filtered my graph with this column <10. However i have so many records with the same number of alarms..i.e in the same rank level...do you know how can i only display only 10 machines? And do you know how can i do this rank with the filter Alarms < 14?
Thank you in advance for your help