Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pnn44794
Partner - Specialist
Partner - Specialist

Include "Others" In Striaght Table

Does anyone know how to include Others in a straight table?  I have the following expression, which I need to include/combine all the others after the top 20.  I'm guessing I need another Sum, but I'm not sure of the syntax.  Then again, I could be wrong.  The others should not include a DM # that begins with 88888.

If(Num(Rank(TOTAL Sum({<project_include_in_forecast = {1},project_is_active = {1},
estimate_include_in_forecast={1},estimate_is_active ={1}, [DM #]-= {'88888*'}, [Item Action]={'Add'} ,
Foundation *= {'VSI'}
>} effective_item_qty))) < 21,

Sum({<project_include_in_forecast = {1},project_is_active = {1},
estimate_include_in_forecast={1},estimate_is_active ={1}, [DM #]-= {'88888*'}, [Item Action]={'Add'} ,
Foundation *= {'VSI'}
>} effective_item_qty
))

1 Solution

Accepted Solutions
marcus_sommer

I think you will rather need a calculated dimension (with aggr) or the features of the tab dimension limits. Take a look here what is meant: Show Top Performers.

- Marcus

View solution in original post

3 Replies
marcus_sommer

I think you will rather need a calculated dimension (with aggr) or the features of the tab dimension limits. Take a look here what is meant: Show Top Performers.

- Marcus

pnn44794
Partner - Specialist
Partner - Specialist
Author

Thank you Marcus. I will check it out. I also received your other reply to my other question, but I haven’t had a chance to check it out yet.

pnn44794
Partner - Specialist
Partner - Specialist
Author

Hello Marcus:

Again, my apologies for the delay in replying.  I did indeed check out the link you proved and it was very helpful.  I've bookmarked it.  Thank you for your response and help.