on 2018 Sep 21 8:53 PM
Hi
When I am using the following statement in MDX , It is raising more than million records and causing report refresh issue.
IIF(([ACCOUNT_S].[T2_REVENUE]<=0),0,([ACCOUNT_S].[T2_REVENUE]-[ACCOUNT_S].[T2_COS_STD])/[ACCOUNT_S].[T2_REVENUE]).
Here my requirement is to place zero when revenue is less than zero.
Can you provide us any other solution.
When I replaced 0 with NULL, it is working fine.
IIF(([ACCOUNT_S].[T2_REVENUE]<=0),NULL,([ACCOUNT_S].[T2_REVENUE]-[ACCOUNT_S].[T2_COS_STD])/[ACCOUNT_S].[T2_REVENUE])
regards
Mahesh
Request clarification before answering.
Thanks vadim. here are details
SAP BW 750 SP5.
EPM SP33
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks strange! What is your BPC version/SP?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.