Quantcast
Channel: SCN : Document List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 192

Conditional Formatting From EPMFormattingSheet

$
0
0

If we want to override the new formatting above the Formatting Sheet based on any condition (like it's value, or based on value coming from local member, etc.)

then we can use Conditional Formatting from EPMFormatting Sheet, It will override the existing Formatting and update the New formatting based on the result.

 

 

For e.g., If we want to format our report based on values in a local member. Here HLEVEL is local member, it contains values from 1 to 5,

and we want to format the rows based on it's value.

CF.JPG

so we go to EPMFormatting Sheet and select the cell (Here we have selected the cell F32,  F32 cell is the Data Region of our Report )

where we want to apply conditional formatting.

 

CF2.JPG

 

Now we go to Home->Conditional Formatting and click on Manage Rules,

 

CF3.JPG

 

Now click on New Rule.

 

CF4.JPG

 

Here are rules based on which we can do conditional Formatting, here we select use a formula to determine which cells to format.

CF5.JPG

Now we write the Formula for conditional Formatting (In our e.g., we want to do it to rows based on value of local member,

Local member is in the Column C, and we are doing formatting on Cell F32 (row 32) , so we write formula

=IF($C32 = "1" , TRUE , FALSE).

 

CF6.JPG

 

Now we can do the formatting(Number Format, Font, Border, Fill ) which we want to do on selected region, (for above e.g., we take background color as black,

and font color as white and Bold.

Now Click on OK.

CF7.JPG

 

Here we can see the Preview of our formatting, now click on OK.

CF8.JPG

 

Here we can see all the rules on the selected cell.Now click on apply. (We have created rules for when value of local member is 1 ,can create more rules similarly)

CF9.JPG

 

Now go to the Report and Refresh it , we can see the formatting where value of Local Member is 1.

 

CF10.JPG

we can create more rules ( In above e.g. we will create 4 more rules where value of local member is 2 ,3 ,4 and  5)

 

CF11.JPG

 

Now go to Report and Refresh, it will look like.

 

CF12.JPG

 

 

Hope this is Helpful, If someone has more information you can add to it.

 

Thanks,

Regards

Rishi


Viewing all articles
Browse latest Browse all 192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>