Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
'QLIK :' &VIEW AS FLAG
MEANS WHAT FLAG GIVES HERE if i have 2 fileds qlik and view .
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
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
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