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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

pivot table

hi all , i have the data coming  from jan to dec , but i have to show the dta from july in pivot table  How?

1 Solution

Accepted Solutions
gautik92
Specialist III
Specialist III

=Sum({<MonthID={'>=7'}>}Data)

View solution in original post

3 Replies
robert_mika
Master III
Master III

Look for Dual function

How to use- Dual()

settu_periasamy
Master III
Master III

Try to do this in your set expression.

If it is static,

=Sum({<MonthNumber={'>=7'}>}Data)

gautik92
Specialist III
Specialist III

=Sum({<MonthID={'>=7'}>}Data)