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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Radar Chart - Change Dimension Text Colour/Axis Colour with Expression

Hi Qlikview buddies,

Can you help with the following?

I would like to to be able to change either the dimension text colour and/or the colour of the axis grid lines in a Radar chart, according to an expression.

I have tried simple expressions like:

if([Field name1]='abc', red(), black())

but they always show one colour for all dimension text, or all axis grid lines.

Any suggstions much appreciated!

cheers

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

As far as I know this is not possible. All the axes of a radar chart will have the same formatting and scale.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

As far as I know this is not possible. All the axes of a radar chart will have the same formatting and scale.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks for the quick reply Gysbert. Although, I was hoping that wasn't going to be the answer. Could it be achieved using macros?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I don't think so. I haven't found anything in the api regarding that. I think it's just another limitation of the charting engine.


talk is cheap, supply exceeds demand
Not applicable
Author

Ok, thanks Gysbert, I appreciate you taking the time to respond!