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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Allocated memory exceeds issue

Hi,

i got issue while writing expression in bar chart.

regards

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Thanks i got solutions.

Regards

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi Mahesh,

Please give detailed information to be able to help

Not applicable
Author

Thanks i got solutions.

Regards

aveeeeeee7en
Specialist III
Specialist III

Hi Mahesh

Use this Expression:

pick(match(Country, ' Japan', 'Mexico','United States','Canada','United Kingdom'),

    rgb(0,0,255),

    rgb(0,128,0),

    rgb(0,213,213),

    rgb(251,54,32),

    rgb(255,128,0)

    )

See the Attached.

Regards

Aviral