Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

straight table query in total sum

     hi all,

while selecting top 10 in straight table, the Expression total is showing complete total rather than top 10 total. how to resolve this?

table structure is simple 1 column as client name and 2 nd column as revenue $ value

please advise

thanks

sukhwant


Labels (1)
11 Replies
Not applicable
Author

Hi Sukhwant, Where you are using Client_Name in dimension use the calculated dimension as shown below: if (aggr(Rank((sum(Revenue),0,1)[client_name])<=10,[clinet_name])

ecolomer
Master II
Master II

See this

=if(aggr((Rank(SUM(Sales),0,1)),[Branch Code],[Sales Operator])<= 5, [Branch Code])

p09.png