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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filtering Measures

Hello everybody,

I'm a new user of qlik sense and I have questions about filtering.

1/

I have created measures in qlik sense. For example :

Sum({$<[JOURNAL CLIENT]={'$(JournalVentes)'}>}[SOLDE CLIENT])

I've called this measure "Clients - Facturation TTC"

I used this mesure in a straight table with 1 dimension. I would like to search amount in this measure. How could I do ?

I have the feeling that it is not possible to search in measures in qlik sense.

2/

Second question,

In tableau software, it's possible to include filter measures in dashboards (i.e attached file).

Is-it possible with Sense ?

Thank you for your help

Sincerely

Julien

10 Replies
brunobertels
Master
Master

bonjour

via la fonction recherche en haut à gauche

non ce n'est pas possible a priori

En revanche

si tu ajoutes une liste de choix avec ton champs solde client

tu peux voir qu'il y a un loupe a coté du titre ( CA client pour moi ici )

En cliquent sur la loupe tu peux restreindre la liste en tapant

>x

<x

>=x

<=x

ou

>500<1000 par exemple

du coup si tu connais à l'avance tes tranches : <500 entre 500 et Mille ou >à 1000 tu peux aussi les ajouter dans ton script :

load

SOLDE CLIENT,

if("SOLDE CLIENT"<500,' inf à 500',if("SOLDE CLIENT">500<100,'entre 500 et Mille',if("SOLDE CLIENT">=1000,'Sup à 1000'))) as tranche_solde_client,

from...

Et utiliser cette dimension dans un volet de filtre directement.

Bruno