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

Help creating a chart!!!

Hello,  I need to create a chart that is based on two existing dimensions but not sure how??

I have two date fields

Start Date

Finish Date

I need to create a chart that shows open jobs at the end of each month.  I guess I need to create a dimension that can count the number of open jobs at the end of the month? 

Any ideas??

Thanks Paul

7 Replies
sunny_talwar

Do you have a sample you can share with us?

Anonymous
Not applicable

Did you check this?

Recipe for a Gantt chart

ramasaisaksoft

Hi Paul,

My Assumptions are like below

Expression u can write below one

=if(job_type='Open',

                              aggr(sum(jobs),Month(Start Date))

you can get like this.If you are not clear send us some sample data and required output so that we will help to u

Kushal_Chawda

what is logic to find out the number of open jobs?

bazzaonline
Creator
Creator
Author

If at the given date the start data is < the month and the finish date is > that the month. 

bazzaonline
Creator
Creator
Author

All,  Below is an example of what I need to do.  So it would show at the end of Jan 2 open jobs (Jobs 2 & 3) at the end of feb 3 open (jobs 3, 5 and 6 etc)

    

Job NumberStart DateFinish DateJob NumberEnd JanEnd FebEnd Mar
101/01/201601/01/20161000
201/01/201601/02/20162100
301/01/201601/03/20163110
401/02/201601/02/20164000
501/02/201601/03/20165010
601/02/201601/04/20166011
701/03/201602/03/20167000
801/03/201602/03/20168000
901/03/201615/04/20169001
MayilVahanan

Hi

PFA

Hope it helps

JobNumber Month JanFebMarApr
10000
21000
31100
40000
50100
60110
70000
80000
90010
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.