Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
shannoypaul
Creator
Creator

Using Placeholder in Concat() Function used in an Expression

In the following expression $1 is used as a placeholder, $1 doesn't work within the concat() function

If(GetSelectedCount($1)=0,Null(),'&select=' & '$1,' & Concat(distinct$1,','))

Note: This is a definition to a variable and the variable is parameterized

TIA,

Shannoy

 

0 Replies