
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2008 02:23 PM
Hello,
I'm trying the new report builder tool, and I get a screen saying it's an evaluation version:
"About EMS QueryBuilder" ... "Evaluation version"
Also when I try to load a custom report, it gives the error "Invalid token '(' at position 16 of line 1.
Here's the affected report (it gives me the number of installations by month):
Thanks, and congrats for the great work! 😉
I'm trying the new report builder tool, and I get a screen saying it's an evaluation version:
"About EMS QueryBuilder" ... "Evaluation version"
Also when I try to load a custom report, it gives the error "Invalid token '(' at position 16 of line 1.
Here's the affected report (it gives me the number of installations by month):
SELECT TOP (100) PERCENT YEAR(DateAssigned) AS Year, MONTH(DateAssigned) AS Month, COUNT(*) AS Instalations
FROM dbo.tblCustInventoryNew
GROUP BY MONTH(DateAssigned), YEAR(DateAssigned)
ORDER BY Year, Month
Thanks, and congrats for the great work! 😉
Labels:
- Labels:
-
Archive
5 REPLIES 5

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2008 03:09 PM
Thanks! The trial is now gone.
Regarding the report issue, if I remove that I also have to remove the sort, right? I need it sorted, so I'll leave it that way for now 😉
Keep up the great work!
Regarding the report issue, if I remove that I also have to remove the sort, right? I need it sorted, so I'll leave it that way for now 😉
Keep up the great work!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2008 04:54 PM
BullGates wrote:
Thanks! The trial is now gone.
Regarding the report issue, if I remove that I also have to remove the sort, right? I need it sorted, so I'll leave it that way for now 😉
Keep up the great work!
You can keep the sort without problems

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2008 03:02 PM
Download the just uploaded new version to get rid of the "trial" version.
In your query remove "TOP (100) PERCENT" and it should work.
In your query remove "TOP (100) PERCENT" and it should work.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2008 02:52 PM
No, I've downloaded it yesterday.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2008 02:36 PM
Did you downloaded the beta of last week?
