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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

The expression in list

Hi


The list is an expression, but it does not work in this situation.

I would like to appear on the list only these lines.


Thanks



Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

A small correction needed, try like:

=Aggr(if ([Тип данных]='Спутник', [Место установки]),[Место установки],[Тип данных])

View solution in original post

8 Replies
tresB
Champion III
Champion III

Try like:

= Concat({<[Тип данных]={'Спутник'}>} DISTINCT [Место установки], ',')

Not applicable
Author

I would like it to be a filter list

shraddha_g
Partner - Master III
Partner - Master III

can you explain your requirement with some sample data?

tresB
Champion III
Champion III

Try listbox expression like :

=Aggr(if ([Тип данных]='Спутник', [Место установки]),[Место установки])

Not applicable
Author

It's not correct(Clip2net_161122100100.png

Not applicable
Author

I want to when filtering the list displayed

if ([Тип данных]='Спутник', [Место установки])

tresB
Champion III
Champion III

A small correction needed, try like:

=Aggr(if ([Тип данных]='Спутник', [Место установки]),[Место установки],[Тип данных])

Not applicable
Author

Thanks!