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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
yanivvl0
Creator III
Creator III

Expression in group does not response correctly.

hi to all ,

i have a group that contains 2 members the first ia an exprission , the expression check if there is a special string in the field DocumentName , if so it gets a hard-code string , else it gets other field value ( name in Hebrew ) - that way it union values like    

"tochnitavoda2015" , "tochnitavoda2016" , "tochnitavoda2017" to one value "תכניות עבודה" :

if ( DocumentName like '*tochnit*' , 'תכניות עבודה' , SubMenu

ta un 3.PNG


it works ok , when i try to drill down to the lower level in the group from 'תכניות עבודה' then i get values equal to a selection

SubMenu = 'תכניות עבודה'   :

before drill down :

ta un 1.PNG

after drill down :

ta un 2.PNG


Thanks for your help !!

4 Replies
sunny_talwar

Would it possible for you to share a sample to look at this issue Yaniv?

yanivvl0
Creator III
Creator III
Author

hi Sunny ,

its a bit problem - its the performence model , and there is sensitive data in it ( user names .. )

i will be glad to make things more clear , if you have any questions on any subject,

as always -  thanks a lot!

sunny_talwar

May be scramble the data before sharing?

Preparing examples for Upload - Reduction and Data Scrambling

yanivvl0
Creator III
Creator III
Author

HI Sunny , i solve the problem in the DB layer - Thanks!!