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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dunnalahk123
Creator III
Creator III

Pick Function not working when selecting dimensions

HI ,

Can Some one help me here about pick function in Qlikview.

In pick function when i select any of  my geography  like WW or region my targets column is missing in the QVW.

if i try with out pick function my targets are working as expected.

For Your Reference i am attaching my Qlikview application.

1 Solution

Accepted Solutions
qliksus
Specialist II
Specialist II

Just replace your pick function like the below.

Pick( ( if( isnull(Dim),1,Dim) ) ,  ...

The reason is when the region is selected there is no Target value which is not returing the corresponding value in the field Dim

View solution in original post

2 Replies
qliksus
Specialist II
Specialist II

Just replace your pick function like the below.

Pick( ( if( isnull(Dim),1,Dim) ) ,  ...

The reason is when the region is selected there is no Target value which is not returing the corresponding value in the field Dim

dunnalahk123
Creator III
Creator III
Author

Hi Kumar,

Thank You. So Much.

Best Regards

HK