|
-
Dec 20th, 2007, 11:14 AM
#1
Thread Starter
Addicted Member
Help adding a database field to report - not working
I added another field to my Select statement that populates the dataset for my report. This field is NOT an actual field in my database table.
I added the LSS field to my select like this
SUM(CASE KILSHEET.Contract WHEN 1 THEN ((TOT_CARC_WEIGHT / 100) * 1.75) ELSE 0 END) AS LSS
I can't get this field to show up in my report database fields even after verifying the database. Is this because verify database looks at the physical database rather than the select that populates the dataset?
How can I get the LSS field to appear in the list so it can be used.
Also, the select runs perfect in QA. It returns the correct data.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|