Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Background Color Expression for cyclic Group.

Hi,

With cyclic group i am facing issue to get the correct color for the different bars even i mentioned proper Background color expression.

Does anybody have any idea how to specify the background color for different bars with cyclic Group.

Thanks

26 Replies
Not applicable
Author

Hi Miguel,

Enven not showing the correct Result.

Not applicable
Author

Hi Miguel,

Enven not showing the correct Result.

Thanks in Advance.

Not applicable
Author

Hi Mansi,

you have renamed the cyclic group. Try:

if(GetCurrentField(PriorVsRiskReq) = 'REQ_RISK', RiskColor, if(GetCurrentField(PriorVsRiskReq) = 'REQ_PRIORITY', PriorityColor))

Have Fun With QV

Alex:)

Not applicable
Author

Thnx Alex. It is great help.

Not applicable
Author

Hi Miguel,

Thank you so much for the g8 help.

I want to do same thing with Drill Down group.

For your consideration i am attaching the QVW for the Drill Down Group.

I am not sure this logic will work for Drill Down.

Please tell me if samething can be done for drill down.

Thnx in Advance.

Not applicable
Author

Hi Mansi,

It works too, just change the sentence with the following:

=if(GetCurrentField(PriorVsRiskDefect) = 'BG_STATUS',
StatusColor,
if(GetCurrentField(PriorVsRiskDefect) = 'BG_PRIORITY_DEFECT_SUMMARY',
PriorityDColor,
RiskDColor)
)

And don't forget the Enviornment issue in the BG_Status field.

Best regards.

Not applicable
Author

Thanks Miguel for your help.