Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
zach_paz
Contributor III
Contributor III

Fractile a dynamic variable?

Hi all,

I am trying to fractile a dynamic variable that ignores all selections.

Variable:

  • vMetric = sum(sales)

Aggregate by:

  • Product

Tables:

  • Percentile
    • This is a table that has 0% to 100% by 10% increments and is used as the

Current expression:

=fractile({1<Market=P(Market)>}aggr(nodistinct ($(vMetric)),Product,Market),1)

I need to have a table that has the percentiles by each decile by two dimensions:

  1. Percentile
  2. Market


Please help!


1 Solution

Accepted Solutions
Gysbert_Wassenaar

If you want the expression to ignore all selections the you need to change the expression in the variable too: sum({1} sales).


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

If you want the expression to ignore all selections the you need to change the expression in the variable too: sum({1} sales).


talk is cheap, supply exceeds demand