Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 GillBech
		
			GillBech
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
I'm struggling with the following issue:
I have 2 tables : 
Client : Client_Id, Client_Creation_Date
Contract : Contract_id, Client_id, Contract_Creation_Date
As you can see, there is already a link between the 2 tables (Contract is assigned to a client)
I would like to build a Line Chart that shows the number of contracts and clients created per date (see attached graph)
I can't figure out how to do so
I thought of combining both dates in a table and link to Clients and Contracts, but that makes a loop
I thought of creating a fact table but I don't see how to aggregate the link and creation date a logical way
I red lot of posts and deducted that the solution is maybe in the use of Aggr, but  I can't find out how
If someone can help , thanks a lot
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You will want to build a canonical date. You can download a working example here:
https://qlikviewcookbook.com/list-recipes/#squelch-taas-accordion-shortcode-content-19
-Rob
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The link I posted has a downloadable Qlik Sense (qvf) example (it's the first link, sorry for the poor icons). Download it and see if you can apply the example to your data.
-Rob
 Clement15
		
			Clement15
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello, could this be suitable?
Solved: Link 2 Date Fields in 1 Table to 1 Master Calendar - Qlik Community - 84165
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You will want to build a canonical date. You can download a working example here:
https://qlikviewcookbook.com/list-recipes/#squelch-taas-accordion-shortcode-content-19
-Rob
 GillBech
		
			GillBech
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@rwunderlich @Clement15 
Thank you 
I did not understand quite well the answers, especially because I'm not able to use QlikView
I posted a qlik sense app and xl file with data
If you can tell me what to do with those data, I'll be greatfull
Thanks again
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The link I posted has a downloadable Qlik Sense (qvf) example (it's the first link, sorry for the poor icons). Download it and see if you can apply the example to your data.
-Rob
 GillBech
		
			GillBech
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@rwunderlich 
Thanks a lot
I fixed the issue
