Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a line chart that displays cumulative sales by minute. However, when I hover over a data point, the tooltip sometimes shows multiple minute values (dimension values), as seen in the attached screenshot.
Is there a way to configure the tooltip to display only a single minute (i.e., a single dimension value) instead of multiple?
Thanks in advance for any help!
I’ve run into the same issue with line-chart tooltips showing multiple timestamps. A quick workaround that helped us: switch to a Custom Tooltip and explicitly add only the timestamp and the needed measure. This forces Qlik to show a single value instead of all underlying timestamps. If duplicates still appear, check that the data model doesn’t have multiple records for the same minute. Not ideal, but works until Qlik fixes it.