Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data Layout

Hello,

I'm working on cleaning up data and laying it out in the best possible format for qlikview and hit sort of a roadblock. Looking for clarification on how to best handle this kind of information. Here's an example

DateFulltimePart-timeContractor
01/01/20141052
01/08/2014520
01/15/20141012

Now the twist to this data set that makes this a bit more complicated is this data is for only one project. I need this information for 3 other projects and what i'm doing is trying to create a single line chart with other list boxes that can help narrow in on a single project. Any feedback would be greatly appreciated. Thanks in advance.

Cheers,

Ahmad

20 Replies
MK_QSL
MVP
MVP

Provide your qvw !

Not applicable
Author

uploaded, thank you. please note i actually only started with 2 of the tables just to see it work.

MK_QSL
MVP
MVP

You haven't used my full code....

Not applicable
Author

sorry, which part haven't i used? scroll to the bottom it's all there, no?

MK_QSL
MVP
MVP

You used only below

NEXT

CrossTable(Type, Data)

Load * Resident Test;

Drop Table Test;

NEXT if starting with FOR loop

FOR Each.....

CODE.

....

...

NEXT

Not applicable
Author

Ahhh I see, so the

NEXT

CrossTable(Type, Data)

Load * Resident Test;

Drop Table Test;

goes after ever table load. Okay sounds good. But now I'm getting a "Script Error":

Script Line Error:

NEXT

Would you like to see qvw?

MK_QSL
MVP
MVP

Sure

Not applicable
Author

uploaded

Not applicable
Author

any idea what i did incorrectly?

Not applicable
Author

Still looking for a solution to this, if anyone can shed some light I'd greatly appreciate it,