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

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

Using values from past reload

Hello,

Im currently trying to create a couple of objects that are practically the same.

With the type of data we get, we create a table that has the sale for each customer per month.

The thing is, that i want to create another table exactly the same, but with the information of last week, and since we only get month and year, we cant really use any date to get the week.

What i have in mind, is to create the same object, but that it only shows information from last reload, since we update the info once per week, this would be able to show the differences between weeks.

Any one know how i can do this? Or maybe have some expirience with similar issue?

thanks in advance,

Mario

1 Solution

Accepted Solutions
boorgura
Specialist
Specialist

You might want to save the data into a QVD, along with a new date field - something like update_date.

View solution in original post

2 Replies
boorgura
Specialist
Specialist

You might want to save the data into a QVD, along with a new date field - something like update_date.

Not applicable
Author

thanks, so simple and yet so elegant