Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

EXPLINATION?

'QLIK :' &VIEW  AS   FLAG

MEANS WHAT FLAG GIVES HERE    if i have 2 fileds qlik  and  view .

1 Solution

Accepted Solutions
Not applicable
Author

the result will be 'QLIK :' concatenated with value of VIEW.

If value of View is India. It gives.

QLIK :India.

If you want to get the resulset of 2 fields Qlik and View

then you need to write like below.

Qlik & ':' & View.

This will give the value of Qlik concated with Value of View with colon.

If Value of Qlik is Mother the

Mother : India

View solution in original post

2 Replies
Not applicable
Author

the result will be 'QLIK :' concatenated with value of VIEW.

If value of View is India. It gives.

QLIK :India.

If you want to get the resulset of 2 fields Qlik and View

then you need to write like below.

Qlik & ':' & View.

This will give the value of Qlik concated with Value of View with colon.

If Value of Qlik is Mother the

Mother : India

ashfaq_haseeb
Champion III
Champion III

Here with the below syntax

'QLIK :' &VIEW  AS   FLAG

'QLIK :'is text

VIEW  is field


It will add QLIK : to all the values of field View.


Regards

ASHFAQ