BI Portal URL Actions -
11-17-2004
, 07:43 AM
Hi
The following action works in Analysis Services:
iif ([Err Report Date].currentMember is [Err Report
Date].parent.lastchild
,"http://MyServer/Bip/Testing.asp?q=" + [Err
Description].currentmember.properties("Err ID"),"doNothing.asp")
When using a BIP pivot table view, it looks like the content of the
same action is different from the Analysis Services one.
Would anyone know why this happens?
Thanks |