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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

Title In listbox Properties

HI i am new to qlikview

in demo app i saw this in title following code 

=Only({<No={9}>} [$(=vDataLanguage)])

list box properties. what is the use of this and where the name like Product came from? because i didn't see any names mentioned..

any one can clear this doubt... thanks...

1 Solution

Accepted Solutions
Not applicable

Yes, it is like mapping Text with Numbers.

So in the expression you are using set analysis when you use {<No={9}>}. This means to select No as 9

and then when we embed it with Only() it returns the Text corresponding to English field name where No is 9 i.e  Product Category in your case.

Let us know, if you come across any other issue. And can close the thread if you have got all your answers.

Thanks,

Angad

View solution in original post

22 Replies
sujeetsingh
Master III
Master III

Arul,

I do not get what you are talking about ,

well the expression uses the Set modifier for the No=9and call variable vDataLanguage

Not applicable

In the expression, they are using a variable: vDataLanguage.

Go to Settings and Variable Overview, you would find its value.

arulsettu
Master III
Master III
Author

list.PNG.png

this img in title they calling variable right?

tresesco
MVP
MVP

vDataLanguage is a variable which holds the mystery. Goto  Settings->Variable Overview, you will find what the variable contains. Rest is set analysis to say get that variable expression value when a 'No' field has a value 9.

arulsettu
Master III
Master III
Author

hi itsangad,

the variable having some value so what is the use of this code?

Not applicable

This expression would return the value of that variable when No =9

{No=9} will act as a filter or where clause as in database language.

arulsettu
Master III
Master III
Author

Where is to rest is set analysis and where is the Product Category name came from?

Not applicable

The expression is used in Title section.

Please look below, the Field Section. There you will find the ProductCategoryName field. This the field which is populating the data.

arulsettu
Master III
Master III
Author

ya i know the data coming from the field. but the name of the list box where its coming frm?