Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Preview problem
Preview problem [message #261576] Fri, 16 November 2007 18:30 Go to next message
Hans is currently offline HansFriend
Messages: 2662
Registered: July 2009
Senior Member
Hi people,

I don't know what happened but now when I create a data set and press
the Preview Results button, nothing appears, only the field names, but no
data is present. Even if I use a basic query like select * from
schema.table.

Greetings,
Hans
Re: Preview problem [message #261579 is a reply to message #261576] Fri, 16 November 2007 18:52 Go to previous message
Hans is currently offline HansFriend
Messages: 2662
Registered: July 2009
Senior Member
I found the problem..

The query..

SELECT
dlr.field1,
dlr.field2
FROM
table1 dlr,
table2 l
WHERE
dlr.id = l.id

The problem: the "dlr" alias. I don't know it, but this alias "dlr" is a
reserved word or something similar in Birt.
Previous Topic:Birt 2.1.1 to Birt 2.2.1 report migration problem
Next Topic:Total.countDistinct function syntax with grouping
Goto Forum:
  


Current Time: Fri Sep 27 13:24:00 GMT 2024

Powered by FUDForum. Page generated in 0.03697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top