Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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

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