on ‎2016 Nov 07 4:05 PM
Hi BPC Friends,
I am trying to implement formatting for one our reports in v 10.0 as below ,tried several ways but not successful .
The issue is formatting H48 and I48 different to row F and G 48 . Our expected result is to hide H48 with white format and I48 as a text without percent . Columns H and I are local members and row 48 is a local member.
Right now I have given formatting on local members selecting them individually in dimension member/property formatting
May I get some suggestions for achieving this

Thanks,
Krishna
Request clarification before answering.
Sorry, but not clear!
You can use formula in the local member for row 48 to check the column and for H column use "" and for I column - some required text...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
I am trying to use formula to achieve this but due to circular referencing I couldn't make it work. Are there any workarounds? My requirement is that the cell J20 shows the difference of G20-I20 and other cells who doesn't qualify in if condition should get a divided value. Row 20 , Column I,J and K are local members with priority to rows.
Thanks,
Krishna
Hi Vadim,
I have taken a better explained screenshot now, the requirement is cell I20 should show subtracted value of Scenario(G)and Budget (H) and all other cells in this row 20 should show a divided values as in the formula. This appears to be local member limitation, I am trying several ways but the light still didnt stirke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like you don't understand what I am writing!
Your local member formula has to be something like:
Column I is column number 9.
=IF(COLUMN()=9,Subtract,Divide)
Is it clear?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.