Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
allisongf
Contributor
Contributor

Travar filtro no Set Analysis

Olá pessoal,

Estou tentando travar um filtro em tabela/gráfico no Qlik Sense com a expressão abaixo:

=Only({<[Fornecedor] = {"Farmax"}>}[Fornecedor])

Mas sempre retorna como dimensão inválida, podem me ajudar?

allisongf_0-1606094248189.png

 

1 Solution

Accepted Solutions
MayilVahanan

HI @allisongf 

Try like below

If([Fornecedor] ='Farmax', Fornecedor)

and uncheck include values.

or use aggr function in dimension 

Aggr(Only({<[Fornecedor] = {"Farmax"}>}[Fornecedor]), Fornecedor)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

HI @allisongf 

Try like below

If([Fornecedor] ='Farmax', Fornecedor)

and uncheck include values.

or use aggr function in dimension 

Aggr(Only({<[Fornecedor] = {"Farmax"}>}[Fornecedor]), Fornecedor)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
allisongf
Contributor
Contributor
Author

Hi @MayilVahanan 

Resolved, thank you very much!