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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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?

Labels (1)
1 Solution

Accepted Solutions
gautik92
Specialist III
Specialist III

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

View solution in original post

3 Replies
robert_mika
MVP
MVP

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)