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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create intermediate tables not working

Here's my script that says

Field not found - <Full Text Reason Code>

Reasons:

Load [Full Text Reason Code] from Raw.qvd (qvd

Any Help?

qualify *;

Raw:

LOAD  * FROM

[.\test.xlsx]

(ooxml, embedded labels, table is [table]);

STORE Raw into Raw.qvd;

Reasons:

Load [Full Text Reason Code] from Raw.qvd (qvd);

STORE Reasons into Reasons.qvd;

Pivot:

Load *

FROM Raw.qvd (qvd);

1 Solution

Accepted Solutions
Not applicable
Author

because you use the qualify *, so the fieldname is [Raw.Full Text Reason Code]

View solution in original post

2 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

Hi,

maybe it is because you use the qualify *, so the fieldname is Raw.[Full Text Reason Code]

Not applicable
Author

because you use the qualify *, so the fieldname is [Raw.Full Text Reason Code]