Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sunilkumarqv
Specialist II
Specialist II

Background color Remain Same

I have table 1

background color exp: if(Dim='Field',red)

then i select dim for dill down ,color will gone away how to remain same color

Note:I have table 1  for that i have drill down to other table 2

1 Solution

Accepted Solutions
sunilkumarqv
Specialist II
Specialist II
Author

Guys I cracked it

=if(count(DISTINCT{<Field=Something ,Dim1=,Dim2=>}1)=1,Red())

thanks  to you all yours help

View solution in original post

5 Replies
Not applicable

if you 've  written the same expression may be you need to change the expression to if(Dim='Field',red())

arsal_90
Creator III
Creator III

if(Dim='Field',red(),'')

sunilkumarqv
Specialist II
Specialist II
Author

Unfortunately that Doesn't Work

manideep78
Partner - Specialist
Partner - Specialist

Try this,

Go to Expressions Tab and in Background expression write like this:

If(GetCurrentField(DrillDownGroupName)='Dim', Red())

With the above expression you can set any no of colors for all the fields in a drill down group.

Hope this helps.

Regards

Manideep

sunilkumarqv
Specialist II
Specialist II
Author

Guys I cracked it

=if(count(DISTINCT{<Field=Something ,Dim1=,Dim2=>}1)=1,Red())

thanks  to you all yours help