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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 (2)
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.