Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple selections in straight table, different colors?

Hello,

I have a  container which contains 2 straight tables.

Is it possible:

1. in the straight table to make multiple selections on an entire row, each time with a different color? And list of possible selections  (SKU Name) to remain fully avalaible, not filtered after first selection?

2. if 1. is possible how can I parse the selected values to a line chart to represent the values for all the selected values in the straight table?of course with the same colour they where highlighted?

Please check the attached image.

Thank you in advance!

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached example. If you have a lot of SKU's you could load the colors for the SKU's in a table. See this blog post.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

See attached example. If you have a lot of SKU's you could load the colors for the SKU's in a table. See this blog post.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you, was useful for me to put multiple colours for my selection:

if(GetSelectedCount(Product) and SubStringCount(Concat(distinct Product),Product),color(FieldIndex('Product',Product)))

Expression was found in Background for expression of the straight table.