Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rebelfox
Creator
Creator

GROUP BY From A QVD Syntax

I am confused by my attempt to load from a QVD using GROUP by to get the maximum value of a field.

In the code below the GROUP BY line is not highlighted in blue.

SimpleCode.jpg

 

When I run the Qlikview I get the error:-

Capture2.JPG

It all indicates the syntax is bad somehow.

 

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

1. Make sure your spelling is correct on tem_unit.

2. Add a (qvd) in the FROM, like this:

FROM .\Data\QV0029_ITEMS.qvd (qvd)

View solution in original post

2 Replies
Vegar
MVP
MVP

1. Make sure your spelling is correct on tem_unit.

2. Add a (qvd) in the FROM, like this:

FROM .\Data\QV0029_ITEMS.qvd (qvd)

rebelfox
Creator
Creator
Author

It was the (qvd) in brackets that solved it.  Thanks.  Much appreciated.