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: 
renjithpl
Specialist
Specialist

Show latest load order value

HI All,

I have a field called WeekName with values like - Week 1, Week 2, Week 3, Week 4

WeekName is my dimension, sum(Sales) is my expression,

When i select any month, i want to show only the latest week sales in that month in one table, also in another table i want to show previous week sales except latest week.

Any help.?

Renjith

Labels (1)
1 Reply
nstefaniuk
Creator III
Creator III

Hi.

Some pointers:

- build a rank when you load the dimensions to be able to filter these dimensions later with a set analysis

- take a look on function firstsortedvalue.I have not tested but I hope that if no sort weight is specified, the load order is used.

- I think you can use weekname with maxstring and minstring in a set analysis, but it's ugly.