Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
im trying to get my pivot to show the results of an expression if the dimension (Diag Desc) value = isnull.
e.g. picture below shows my current table (left) and my disired table (right)
I have used the following expressions but none work:
Any suggestions???
Did you try using isnull([Diag Desc]) instead of [Diag Desc] = NULL().
you can give it a try.