Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am here by sending you the sample File.
Hope this is what u r looking for.
Regards,
Kaushik Solanki
Hi,
I am unable to understand your problem, Can you describe in detail. Or send the QVW file
Regards,
Kaushik Solanki
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)
Hi,
I am here by sending you the sample File.
Hope this is what u r looking for.
Regards,
Kaushik Solanki
Thank you!
It worked great!
//A.
Hi,
use this
=sum({<Family={''}>} amt)
Regards,
Chandra