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: 
Anonymous
Not applicable

Inline dates and imported information

Hi guys,

I’ve got a number of fields which contain dates

  • Expected documents received
  • Expected documents processed
  • Expected documents sent

I wanted to create myself a bit of an upcoming work chart so I put in a set of inline dates as well to compare.

I then wanted to count the information dates against the inline dates so that I could see what work I had to complete and when but it just totals the information dates. Document attached

Can anyone help?

7 Replies
whiteline
Master II
Master II

Hi.

You have no relation between the inline dates and the expected dates.


Anonymous
Not applicable
Author

I've not had any experience with linking tables, i'd appreciate if you could point me in the right direction if you wouldn't mind?

whiteline
Master II
Master II

Hi.

The right direction is reference manual.

QV links fields with the same names automatically.

You'd better also decide/describe the data model that you need.

its_anandrjs

You have to decide and make Master calendar for the application  and on the master calendar from which date you have to connect decide then join the date with same name.

Anonymous
Not applicable
Author

Basically all i need is  list to say for example

DateMilestones
01/01/20141
02/01/20140
03/01/20140
04/01/20140
05/01/20140
06/01/20140
07/01/20140
08/01/20141
09/01/20140
10/01/20140
11/01/20140
12/01/20140

I've looked at master calendars and joins but cannot seem to figure it. All i get is the following

DateMilestones
01/01/20143
02/01/20143
03/01/20143
04/01/20143
05/01/20143
06/01/20143
07/01/20143
08/01/20143
09/01/20143
10/01/20143
11/01/20143
12/01/20143

It just calculates all the info because the tables arent properly joined

whiteline
Master II
Master II

Hi.

Actually, nothing has changed:

"The right direction is reference manual.

QV links fields with the same names automatically."

Joseph_Musekura
Support
Support

Hi,

As said above you need to specify a key Field in your script. The keys will be set by puting the same field name on 2 tables. Ex:

Table1:
LOAD fieldA, field1 from table;

inner join (Table1):
LOAD field2 as fieldA, field3 from table;


See also this forum for more details

http://community.qlik.com/message/204795#204795


/Joseph