I thought of doing something a little kewl.
I wanted to encrypt some data in my database and store it encrypted in the cube.
IE:
Dencrypt([Measures].[Stocks])
The function works Great.. so Now I wanted to use this as a measure..
No Joy..
I was wondering.. I know that I have to check for Nulls with and IIF.. but is there w way that I can tell it to show the sum for whatever I am looking at without Custom coding every possibility?
I wanted to encrypt some data in my database and store it encrypted in the cube.
IE:
Dencrypt([Measures].[Stocks])
The function works Great.. so Now I wanted to use this as a measure..
No Joy..
I was wondering.. I know that I have to check for Nulls with and IIF.. but is there w way that I can tell it to show the sum for whatever I am looking at without Custom coding every possibility?