How to get a constant string in a calculated measure -
05-02-2005
, 04:31 PM
i need to have a 'N/A' in a measure:
iif([Dim DM Time].firstsibling is [Dim DM Time].currentmember,'N/A',[Dim DM
Time].currentmember.prevmember)
but N/A doesn't seem to be right. any clues? big thanks. |