A business analyst is developing an app that contains a data model with fields: Country, City, Sales, ProductName, and ProductCategory. The global sales manager wants to add new visualizations to this app.
The business analyst must include the following:
• Ability to dynamically change the number of countries and cities
• Display a maximum of 10 countries
• Display a maximum of 5 cities per country
Which steps should the business analyst take?
A. • Create two variables: vCountry and vCity
• Add a slider for vCountry and vCity max limit range
• Apply the variable to each visualization
B. • Add an input field for vCountry and vCity
• Set the dimension limitation to the required maximum values: 5 and 10
• Apply the variable to each visualization
• Add a bookmark Country and City
C. • Add an input field for vCountry and vCity
• Set the dimension limitation to the required maximum values: 5 and 10
• Apply the variable to each visualization
D. • Create two variables: vCountry and vCity
• Add a slider for vCountry and vCity
• Apply the variable to each visualization
• Set a sheet action that limits the data displayed
Explanation:
To meet the requirement of dynamically changing the number of countries and cities displayed in the visualizations, the business analyst should use variables to control the number of countries and cities shown. By creating two variables (vCountry and vCity), the analyst can use sliders to allow the user to adjust the maximum number of countries (up to 10) and cities (up to 5 per country) that are displayed. These variables can then be applied to each visualization to control the displayed data.
Key Concepts:
Variables: Variables allow users to dynamically adjust values in Qlik Sense visualizations. In this case, sliders can be used to change the number of countries and cities displayed.
Slider Object: Adding a slider enables users to easily adjust the values of the variables vCountry and vCity in a user-friendly manner.
Why the Other Options Are Less Suitable:
B. Input field and dimension limitation: This option is unnecessarily complex and doesn't provide the same dynamic control as using variables and sliders.
C. Input field without sliders: While input fields could work, sliders offer a more intuitive way for users to adjust the values dynamically.
D. Sheet action: Setting a sheet action to limit the data displayed is less flexible and doesn't provide the same dynamic interaction as using variables and sliders.
References for Qlik Sense Business Analyst:
Dynamic Visualizations with Variables: Qlik Sense recommends using variables and interactive objects like sliders to give users control over dynamic data visualizations.
Thus, the most effective solution is to create variables and use sliders to dynamically control the number of countries and cities, making A the correct answer.