Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a table with salary.i need to show top 10 salary in graph but there is no dimension limits .
could u please tell me steps. one more doubt i need to show ye arly treand but there is no option in qliksense i tried with combit o chart also.
** bar chart with line chart , like above bar line chart should come**,monthly bar and department wise line chart.
Dimension limitis available from version 11. If you are not using qv 11 then you have to use calculated dimension like below.
=Aggr(If(Rank(Sum(SALARY), 1, 0) <= 5, EMPLOYEE), EMPLOYEE)
Find the attached example
try tis,
=Sum(Aggr(if(Rank(Sale)<=10,Sale),Country))
if not pls share ur app.