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: 
piyush_s11
Creator
Creator

Show data for Only January Month

Hi,

I wanted to show the data for only January Month in the pivot table for the respective year.

for ex if I select year 2017 then the table should show me the values for 2017 Jan month irrespective of month selection.

Please find attached file for reference.

Labels (2)
1 Solution

Accepted Solutions
mdmukramali
Specialist III
Specialist III

Hi,

In Set Analysis you can set the Month =1

Like below:

Expression:

=Avg({<Continent = {'Asia','Europe','North America'},Month={'1'}>} Actual)

View solution in original post

1 Reply
mdmukramali
Specialist III
Specialist III

Hi,

In Set Analysis you can set the Month =1

Like below:

Expression:

=Avg({<Continent = {'Asia','Europe','North America'},Month={'1'}>} Actual)