Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Jueelilad
Contributor
Contributor

Creating dynamic KPI boxes

How can we create dynamic KPI boxes that can cater to both of the following requests:

1. When report is opened, default view of numbers for YTD performance

2. When a fiscal year/ year month/ quarter filter is applied, specific numbers to the selected period to show up

Currently, we are able to configure only one of this conditions at a time i.e. if we restrict data for YTD in the default view, some filters applied for period apart from the YTD scope do not show correct numbers or when we keep unrestricted KPI boxes, filters work correctly but the default YTD view is not possible.

How can we code both these requirements in a single metric?

Labels (3)
2 Replies
saso70
Partner - Creator II
Partner - Creator II

Hi can you please provide the screenshot from your KPIs ?

Or
MVP
MVP

Perhaps something along the lines of:

If(GetSelectedCount(Year)>0 OR GetSelectedCount(Month)>0,Sum(YTD Version), Sum(Selection Version))