Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
suresh_qv50
Creator
Creator

Stacked Barchart Custom colouring

Hi Experts,

We have stacked bar chart,

Having different dimensions with variable and nested if conditions,

Measures are

1. $(vAchApproved)/$(vTransactionCount)

2. $(vAchInsufficient)/$(vTransactionCount)

3. $(vAchNoAccount)/$(vTransactionCount)

4. $(vAchAccountClosed)/$(vTransactionCount)

5. $(vAchOthers)/$(vTransactionCount)

Like this we have 5 Expressions , we need to represent each expression with different values for Example

exp 1, RGB(0,255,0)

exp 2 RGB(250,0,0).........exp 5  rgb(0,0,0)

Please give me a solution how to achieve this.

Regards

suresh

0 Replies