Hello,
If i create a query with a calculated column
ex.
SELECT 'XXX' as 'test' ,T0.ItemCode, T0.ItemName FROM [dbo].[OITM] T0 FOR BROWSE
and then I generate a report from this query, the xxx column appear in the report without file and field in it's property, so when I try to save the report i get an error : translated from italian is : "there isn't the name of the file in the data field".
How can i modified the report and saved it ?