

Creator
2020-05-02
06:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
When I run the Qlikview I get the error:-
It all indicates the syntax is bad somehow.
932 Views
1 Solution
Accepted Solutions

MVP
2020-05-02
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Vegar
Qlik Community MVP
Qlik Community MVP
2 Replies

MVP
2020-05-02
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Vegar
Qlik Community MVP
Qlik Community MVP


Creator
2020-05-02
08:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It was the (qvd) in brackets that solved it. Thanks. Much appreciated.
