Pages

Tuesday 21 January 2014

Highlighting the Data items

Scenario

Report Contains 1000 items with Revenue generated in the Business. So, we want to highlight the certain items only. We can done by Conditional Styles..


1. Go to String variables & give the condition as
if Rev > $12540 then '1'
else
'2'

2. Add the Values 1 & 2.

3. Now return to page 1, select the Revenue & go to the properties select the variable as String.

4. Now go to Conditional explorer, select 1 give appropriate color & 2 means give some other color.

5. Run the Report, we will see two different color.

No comments:

Post a Comment