Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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.
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.
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.