Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gleybson
Partner - Contributor
Partner - Contributor

How to show the 1st day of the campaign

I have two campaigns where one started on the 5th and the other started on the 20th. Both ran for 10 days.
I want to load a graph showing the performance of the 1st day, 2nd day and so on for the two campaigns.

Labels (3)
1 Solution

Accepted Solutions
Mark_Little
Luminary
Luminary

HI @gleybson 

I would look at doing something in script. If you sort it the data by Campaign and then Date you could then you use the Peek Command to create a new field to count the days on the Campaign. Similar to the Here

 

View solution in original post

1 Reply
Mark_Little
Luminary
Luminary

HI @gleybson 

I would look at doing something in script. If you sort it the data by Campaign and then Date you could then you use the Peek Command to create a new field to count the days on the Campaign. Similar to the Here