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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis with empty value

Hi.

I'm trying to get the amount for a Family thats empty ([empty]). When i do like this;

sum({$<Family={}>} Amount)

The amount is 0

But when i select the empty value there is a value. How do i do this?

Thanks,

//A.

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    I am here by sending you the sample File.

    Hope this is what u r looking for.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    I am unable to understand your problem, Can you describe in detail. Or send the QVW file

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Sorry about that.

Ok. Let's say that we have family A, B, C, D but there's also an empty slot/value that is clickable

All familys has values (sum(Amount)).

In a table this will look like this:

A     300

B     330

C     430

D     200

       320

Notice here that the last value that's empty has a value. It's this value i want to get when writing the set analysis

sum({$<Family={}>} Amount)

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    I am here by sending you the sample File.

    Hope this is what u r looking for.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thank you!

It worked great!

//A.

Not applicable
Author

Hi,

use this

=sum({<Family={''}>} amt)                                            

Regards,

Chandra