Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community,
I’m working on a Qlik Sense application with a scenario involving alternate states, containers, and conditional display logic for a line chart based on a table row selection. Below is the full setup and requirement:
Current Setup
Objective
I have a table chart displaying leaders across L2, L3, and L4 levels.
I also have a line chart that displays P0 defect trends for the selected leader.
If a leader is selected from the table, the line chart should show the trend for that leader.
However, if I apply any filter (like priority) and the selected leader is no longer visible in the table due to that filter (i.e., no associated data), then the line chart should fallback and show data for a default leader: "Adam krish"
Goal:
I want to evaluate whether the user has selected a leader from the table and whether that selected leader has any associated data after applying filters.
If valid selection with data: show that leader’s trend.
If no leader selected or no data found: show trend for "Adam krish" instead.
=if({[Quality Table Selections]} l2_devmanager_manager_name >0, 1,0)
Can you suggest the solution to get desired result.
Thanks in Advance
Eshwar
Can anyone provide the solution for this issue.
Thanks in advance!