Jump to content

Bug when grouping?


ktrinad

Recommended Posts

By: Ruben Misrahi - rnmisrahi

Bug when grouping?

2003-03-18 09:06

Using a simple query such as:

SELECT BRAND, STYLE, Sum(QUANTITY), Sum(COST)

FROM POS

Group by Brand, Style

 

Generates two variables with the name SUM, which can be corrected by Modifying the variable names.

The funny thing is that the first SUM variable is set as String. This can also be corrected.

Nevertheless, when I try to Compile the report I get InvalidArgumentException.

I'm using Interbase and this query works fine in any sql tool.

 

Any ideas?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...