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: 
upaliwije
Creator II
Creator II

Condition for Dimension

Hi.

I have apivot table in my QV Doc. There I have 3 Dimensions namely  Policy_no ,Name and Year.   Premium Amount as measure.

My Pivot Table is shown below

Screenshot_1.png

My Problem is here I want to show records which has a premium against year 2017. In other words records shown in 1,2 5 should be in the Pivot table and 3,4 should not appear. Pls help me to do this

1 Solution

Accepted Solutions
tresesco
MVP
MVP

PFA

sum({<POLICY_NO={"=Index(Concat(Distinct YEAR,','), '2017')"}>}Premium)

View solution in original post

3 Replies
tresesco
MVP
MVP

Could you share your sample qvw?

upaliwije
Creator II
Creator II
Author

Here is my sample data

tresesco
MVP
MVP

PFA

sum({<POLICY_NO={"=Index(Concat(Distinct YEAR,','), '2017')"}>}Premium)