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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
t_hylander
Creator
Creator

Dates as expression in a straight table

Hi,

Is there a way to make a table look like this;

I want the dates to be added dynamically depending on what period I have selected. The above is made with set-analysis

sum({1<%SamplingDate={'2017-03-14'}>} Resultat)

Think Ive seen it before but couldnt find it when I searched.

Regards

Tomas

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

use a Pivot table instead

with Analys and SamplingDate as dimensions and then drag and drop SamplingDate field to the column headers over the expression

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

use a Pivot table instead

with Analys and SamplingDate as dimensions and then drag and drop SamplingDate field to the column headers over the expression

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
t_hylander
Creator
Creator
Author

Yes, pivot-table ofcourse.

Thanks!