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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need expression

Hi all,

     I have a scenario like these here i am having "week-sk" and "day_sk". i want to show for a particular week_sk the max day_sk

should be day1 and the second max day_sk should be day2 like that...here iam attaching the file

7 Replies
swuehl
MVP
MVP

Not sure if I understand, maybe just create a chart with dimension week_sk and as expression

=max(day_sk)

MK_QSL
MVP
MVP

=Aggr(Max(Day_sk),week_sk)

Not applicable
Author

Hello Kannuri,

Can you please look into the attachment.

Thanks,

Angad

Not applicable
Author

Hi,

Pls. Use  Aggr(Max(Day_sk),week_sk) in expression and week_sk in dimention.

Regards,

Mayank

Not applicable
Author

Hi Nagaraju,

Please find the below attached file for the solution.

Regards,
Santhosh G

Not applicable
Author

Hi Angad Singh,

    Thanks for your response but i want to show for the rank1 the days should be day5 and for rank 2 the day should be day 4.. like that

Regards,

Nagaraju

Not applicable
Author

Hello Kannuri,

Please find the attached solution.

We have rank the day twice to get the desired results.

Please let me know, if it meets your expected results or anything else is required.

Thanks,

Angad