Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to pass multiple values in select in field action?
Rohan,
Follow link below:
Multiple value selections in a field using Actions
Multiple Values from one field "Select In Field" Action
Thanks,
AS
Try like:
Concat({<Value={'>=$(=Max(Value)-20)'}>} chr(34)&Field1&chr(34), '|') & ')'
Hope this will help.
yes it is possible. here is the definition from QlikView Help.
by the way can you please elaborate your requirement?
The correct syntax is
("Value1"|"Value2"|....|"ValueN")
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)")
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