N
Need Help
I created a calculated, unbound field in a report that i have to sort on. Can
anyone help me figure out how to?
Thanks.
anyone help me figure out how to?
Thanks.
Ofer Cohen said:Add the calculated field to the Report RecordSource
Select TableName.* , [Field1]+[Field2] As NewField From TableName
Then in the report Grouping and Sorting add the new field "NewField" and
sort by it.
To sort the report by any field it need to be in the Report RecordSource
--
Good Luck
BS"D
Need Help said:I created a calculated, unbound field in a report that i have to sort on. Can
anyone help me figure out how to?
Thanks.
Need Help said:I created a calculated, unbound field in a report that i have to sort on. Can
anyone help me figure out how to?
Need Help said:I'm not sure what you mean by "Select TableName". The calculated field is not
in the table. I added this field in the report to calculate percentage on two
other fields that are in the table.
Thanks,
Ofer Cohen said:Add the calculated field to the Report RecordSource
Select TableName.* , [Field1]+[Field2] As NewField From TableName
Then in the report Grouping and Sorting add the new field "NewField" and
sort by it.
To sort the report by any field it need to be in the Report RecordSource
--
Good Luck
BS"D
Need Help said:I created a calculated, unbound field in a report that i have to sort on. Can
anyone help me figure out how to?
Thanks.
Need Help said:'No controls on the report' you mean I can't include another calculated field
in this expression? My calculation is [Field2]/[Field3] where Field2 is in
the table and Field3 is a calculated field in the report. If I copy it into
the Grouping and Sorting, it gives me an error message: "Field3"
Marshall Barton said:Put the expression for the calculation in Sorting and
Grouping. Be sure to only refer to fields in the report's
record source table/query and no controls on the report.
Need said:'No controls on the report' you mean I can't include another calculated field
in this expression? - Field2/Field3, where Field 3 is another calculation not
included in the table. When I copied the calculation into the Grouping and
Sorting, it gave me an error message. I can't get it work.
I have two fields in the table and two calculated fields in the report.
Field1 and Field2 are entered in the table. [Field3] is a calculation on
[Field1*45]. [Field4] is a calculation on [Field2]/[Field3].
Marshall Barton said:Put the expression for the calculation in Sorting and
Grouping. Be sure to only refer to fields in the report's
record source table/query and no controls on the report.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.