Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

reference line question

i have a simple line chart:

dimension : Date

Expression : SUM(Value)

now i have another table which contains the following columns:

start date campaign, end date campaign, target

i want to use this table to plot a reference line i my chart.

this line should be plotted across the campaign start date and end date.

i tried this:

sum({<Date={">=$(=min([Start Date]))<=$(=min([End Date]))"}>}  [Target])

but gives me only 2 records (facts for 2 days) while i would expect 5 records:

target | value

100    | 0

100    | 0

100    | 10

100    | 20

100    | 0

3 Replies
sujeetsingh
Master III
Master III

Check the linking first

amien
Specialist
Specialist
Author

!added example

amien
Specialist
Specialist
Author

not sure what you mean .. but i added an example