Skip to main content

Hi Guys, what’s up ?

 

I wanted to ask if there is any way we can selection multiple attributes in new views and update variable based on it.

 

Currently, the ‘multiple’ option is disabled for attribute selection.

 

I tried with free text but it just adds additional single quotes in beginning and end of the string, so those single quotes should be removed to consider it as table and fields.

 

for ex. “table”.”field” is considered as ‘“table”.”field”’.

 

 

In addition to this -:

please look at this screenshot below where I tried an alternative approach using free text -: 

 

 

  • The issue is that, when we update a variable after selection, on the left is a table and on the right is a text box.
  • As you can see that in the table, the quotes are there but not visible, quotes will be visible to you in text box.
  • Now look at this screenshot -: 

 

 

  • Here, it is confirmed that table is considering single quotes and they are just hidden, or else we should have seen values instead of pql query.

 

If we somehow manage to remove single quotes, we can update variable to get multiple attribute values in real time.

Comma we can then replace with REPLACE function.

 

 


Reply