Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to show top 10 values in 10 different text boxes..........any one know pls help me...
The three expressions seems to be working well for me in Qlik Sense:
for text box 1
=FirstSortedValue(Region, -Total, 3) & ': ' & Max(Total, 3)
for text box 2
=FirstSortedValue(Region, -Total, 2) & ': ' & Max(Total, 2)
for text box 3
=FirstSortedValue(Region, -Total) & ': ' & Max(Total)