Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sanjujeeboy
Creator
Creator

hourly breakdown of data

Hi Team,

I have a table like below which has date campaign clicks and hour.

Every hour when data gets pulled from DB, its a cumulative hourly pull

Eg:  when data is fetched at 3am, it fetches from 12am -3am  & when data is fetched at 4am, it fetches from 12am -4am

So my requirement is to get a hourly breakdown for the clicks for each hour as shown in Output

How to achieve this in back end script?

 

     Output 
Datecampaign ClicksHour Hour BreakdownClicks
24/11/2020A1001 1100
24/11/2020A2502 2150
24/11/2020A4003 3150
24/11/2020A7004 4300

 

 

@Kushal_Chawda @sunny_talwar @Taoufiq_Zarra 

10 Replies
Kushal_Chawda

@sanjujeeboy  yes based on requirement if want them in order by you can use them. I don't think you need to add them in if condition but you can try