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

Multiple values in Select in Field action

Is it possible to pass multiple values in select in field action?

1 Solution

Accepted Solutions
simenkg
Specialist
Specialist

The correct syntax is

("Value1"|"Value2"|....|"ValueN")

View solution in original post

7 Replies
senpradip007
Specialist III
Specialist III

Try like:

Concat({<Value={'>=$(=Max(Value)-20)'}>} chr(34)&Field1&chr(34), '|')  & ')'

Hope this will help.

sudeepkm
Specialist III
Specialist III

yes it is possible. here is the definition from QlikView Help.

T129356.png

by the way can you please elaborate your requirement?

simenkg
Specialist
Specialist

The correct syntax is

("Value1"|"Value2"|....|"ValueN")

ashfaq_haseeb
Champion III
Champion III

Hi,

Have a look at below post

http://community.qlik.com/docs/DOC-6707

Regards

ASHFAQ

roshnirao
Contributor II
Contributor II

If we have date columns, how do we dynamically pass?

I have tried these, but it does not work.

=("CONTROL_MONTH"|""addmonths(("CONTROL_MONTH"),-1)""|""(addmonths("CONTROL_MONTH"),-2)"")

=("CONTROL_MONTH"|"addmonths(("CONTROL_MONTH"),-1)"|"(addmonths("CONTROL_MONTH"),-2)")

joydipp1988
Creator
Creator

Hi, 

 

I'm unable to open the URL as its showing "Access Denied" error. 

Can anyone please tell me why it's showing the error. 

Thanks in advance. 

Joy