Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 (3)
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)