-
I have a query variable called “targetfund” which is SELECT DISTINCT “ALIAS” from test_master. This gives me a list of funds, like funda, fundb, fundc… Usually i reference this variable using ‘${targetfund}’
-
I have a line graph whcih I apply “partition by values” transforamtion and it plots different line graphs by alias.
-
I want to be able to select a funda for example in my variable and it makes the lines for the funda thicker (overrides line width). But if i select fundb, then fundb would be thicker. I want to know how can I achieve this