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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
oxiofrt
Partner - Creator
Partner - Creator

Filtering a table

Hi,

my problem is described in the application herejoined. It seems so simple...

Thanks a lot for your help.

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

It is pretty simple...

1. Look at function FirstSortedValue() - it will help you with the first problem.

2. You can use Calculated Dimensions to limit only Cities with cetain condition. For example:

- Define a Calculated Dimension with the following formula:

=if(No > 1, City, null())

- Check the checkbox "Suppress when Value is Null".

As a result, all Cities that don't fulfill your condition, will return Nulls and therefore will be suppressed.

As a recommendation for future posts - try to express your question in the body of the message and not in the attached application. Most people won't download the application before they know what the question is about...

good luck!

Oleg

oxiofrt
Partner - Creator
Partner - Creator
Author

Thanks a lot for your answer... OK for your recommendation.

Two "problems" are still remaining :
- firstsortedvalue is not able to take expressions into account (sum)
- Suppress when value is null is not available on expressions.

Application herejoined is detailing the matter :
I would like to see the first sorted value of data that are representing more than a certain amount of a global total.