Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field that's not showing the blank value within a list box as a choice of selection, but for the same dimension it shows the blank value among other values within a pivot table on the same sheet. Any help on this? Thanks!
Thanks, Anil, but I just found the solution on another link in the community by doing this to the field and it worked:
If(isnull (LetterSentDate),'NULL Value',LetterSentDate) as [New LetterSentDate ]
Can you provide sample
Thanks, Anil, but I just found the solution on another link in the community by doing this to the field and it worked:
If(isnull (LetterSentDate),'NULL Value',LetterSentDate) as [New LetterSentDate ]