Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Table Column - Day from Calendar. For each of past 30 days from the Reporting day, a column will be created in the visualization. Date format MM/DD

Table Column - Day from Calendar.  For each of past 30 days from the Reporting day, a column will be created in the visualization.  Date format MM/DD

6 Replies
Not applicable
Author

Please suggest any body on above requirement and please find the attachment of visualization.

dwforest
Specialist II
Specialist II

Used a Pivot table

Column:

=Date([YourDateField],'MM/DD')

Measure:

Count({$<Date={">=$(=Date(Today()-30))<=$(=Today())"}>}1)

Row:

[Customer ID]

Any aggregate should work, this assumes you have data points for each day in the 30 day window

Not applicable
Author

Thanks David, its working

dwforest
Specialist II
Specialist II

Be sure to mark answer correct, so others can easily see the answer.

Not applicable
Author

Hi David,

Here I could see only helpful option that is why I selected that

Thanks,

Not applicable
Author

Hi David,

I have taken column as date and trying to restrict 30 days accumulation value in pivot. But some null values are coming in the chart. can you give any suggestion on the same chart.

Thanks,