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: 
pandreozzi
Creator
Creator

Omit Data in Dimension

I have request. In the screen shot below what I would like to accomplish is to not include the fields where the Border_Date_Asset =1. My goal is to have this reflected in the Date Discrepancy Found column so in essence if Border_Date_Asset = 1 then omit. In the Date Discrepancy Found field in the dimension I have started the expression so I think this is where I need to add a reference to the Border_Date_Asset.

Current Expression:

=if(IsNull([Date Discrepancy Found]) and BORDER_DATE_ASSET=0,date(DATE_INSTALLED_ASSET),date(Today()))

Screen Shot:

4 Replies
YoussefBelloum
Champion
Champion

Hi,

you need to apply the part of your condition (BORDER_DATE_ASSET=0..) on every expression you have on the table to be able to completely omit the value 1

pandreozzi
Creator
Creator
Author

Thanks Youssef. I found a solution and that is on the chart I under properties there is an expression tab. I created an expression using the (BORDER_DATE_ASSET<>1) and in doing so I am pretty sure this applies to the entire chart so I do not need to apply this to each dimension within the chart. I am validating as I write this back to you but so far it looks good.

Thanks, I will mark this as helpful

Paul

YoussefBelloum
Champion
Champion

when i opened the screen shot i saw columns named "count..." so i thought that you already have expressions on the table. that's why i told you to put the conditions on all the expressions.

Good Luck !

pandreozzi
Creator
Creator
Author

no worries. I am still learning this app so most is an experiment to me. I do appreciate all the help throughout this community.