Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
nboccassini
Partner - Creator
Partner - Creator

Selection on firt dimension in trellis chart

In a trellis bar chart with 2 dimensions I can select values (by click) only second dimensions.
How can I make possible selection on first dimension?

Gabriele

3 Replies
jasonrimkus
Contributor II
Contributor II

were you able to come up with a solution for this?

jasonrimkus
Contributor II
Contributor II

Actually, i figured this out

inline your trellis dimensions, %TrellisDimension as fieldname

create a variable, vTrellisDimension = getfieldselections(%TrellisDimension)

in table first field, =$(vTrellisDimension)

jasonrimkus
Contributor II
Contributor II

Small edit

variable = '['&getfieldselections....&']'

calc dimension = $(vTrellisDimension)