Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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
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
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 !
no worries. I am still learning this app so most is an experiment to me. I do appreciate all the help throughout this community.