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: 
Not applicable

Pivot Table Dimension: show selected date + 3 weeks

Hi Qlik community,

I have a pivot table with a couple of dimensions. It works as a forecast tool. When the user selects a date from a listbox, my table needs to show this date and the following days (in my case 3 weeks) as the dimension.

I am not realy sure how to achieve this.

Any help is appreciated!

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Not applicable
Author

Hi Dr.Proton!

Try to use set analysis in your expression.

First change dollar sign to 1 - this will select all the dates from report, then manually select something like Date={P(date+21)}

For more information about this function read this:

P() & E() and where do you use them?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example


talk is cheap, supply exceeds demand
Not applicable
Author

Exactly what I had in mind. Thank you very much!