Hi,
We are unable to run SQL queries on certain tables containing period in their names(for eg AR.PINDATA).It gives an error message as("" is missing from the dictionary of the "AR.PINDATA" table).Is there any workaround?Any comments?
Thanks & Regards,
Deepak Chandra.
SQL in AREV requires:
Table names should NOT contain Dots
Dictionary field names also should NOT contain Dots
HTH
Don Miller
C3 Inc.
The SQL standard dictates that the period is used to separate elements within a fully qualifed column definition, for example owner.table.column so you cannot use periods in a table name with SQL. The fix is to alias the table and columns and report against these.
World Leaders in all things RevSoft