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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Information

Hi,

I'ld like to know how & where did I use a set analysis ?

Thx in advice,

9 Replies
arulsettu
Master III
Master III

hi

we have created a set of data which we want to use. In a similar fashion, using Set Analysis feature, we can pre-define the data to be displayed in our charts.

arulsettu
Master III
Master III

ashfaq_haseeb
Champion III
Champion III

Hi,

Look at the attached document.

Regards

ASHFAQ

Not applicable
Author

Hi,

check this out

Not applicable
Author

thx guyz !

Not applicable
Author

I'm trying to make my first one :

I have to make an expression that give me 1 information in 2012. The rest of the line is on an other Date (2014)

={<[Date Solde]=201212>}[Montant Solde])

Not applicable
Author

HI

Please find the attachement hope this will helps you

ashfaq_haseeb
Champion III
Champion III

Hi,

In Back-end try to create a field called year.

Load

[Date Solde],

Year([Date Solde]) as Year,

.

.

.From table.

and use below in text box

=sum({<[Year]={2012}>}[Montant Solde])


Regards

ASHFAQ

arulsettu
Master III
Master III

hi

try like this

=sum({<[Date Solde]={2012}>}[Montant Solde])