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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
vardhan1305
Contributor II
Contributor II

Always Select One Field Value

I have some fields in the Pivot Table and i need to always display Kansas value from the State field

ID        Customer Name           state

1               a                              North Carolina

2                b                             Kansas

3                c                              North Carolina

4                d                              New York

5                 e                              Kansas

6                 -                               Kansas

O/P:

ID        Customer Name           state

2                b                             Kansas

5                 e                              Kansas

6                 -                               Kansas

Please help me out.

2 Replies
jyothish8807
Master II
Master II

Hi Harsha,

Check this:

Best Regards,
KC
jyothish8807
Master II
Master II

sum({<State={'Kansas'}>}1)

I just put a dummy '1' as i donnt see and values in the data set, you can replace '1' with your actual fact field.

Br,

KC

Best Regards,
KC