Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
I have a requirement to show top 10 records according to sales in one chart(stright table with 10 columns) and worest 10 in another....
Thanks in Advance.
Regards,
Venkat.
Hi,
Goto presentation tab in straight table select MAX value as 20and goto sort tab select Descending for top 20 and select Ascending for worst 20 in another table.
Regards
Krishna
Hi,
Goto presentation tab in straight table select MAX value as 20and goto sort tab select Descending for top 20 and select Ascending for worst 20 in another table.
Regards
Krishna
Hi Venkat,
use
if(Rank(Sum(Sales))<=10,Sum(Sales)). this is for top 10
hope it works.
Regards
Sam
You can use Dimension Limits to do this. There are tons of discussions on this subject: http://community.qlik.com/search.jspa?q=dimension+limits
Try reading some and see if you can solve your problem yourself.
Hi ,
You can achieve it by using Dimension Limits also.
Regards
Krishna
Thank u...
Hi,
Check this attached file.
Regards
ASHFAQ
Hi,
Check this attached file.
Regards
ASHFAQ
i am using personal editor Ashfaq.... i cannot open qvw file...
dimension limits would work on dimensions only...if we want to show expression values we have to use rank or presentation of max records(in chart-->presentation).i guess....