Click to See Complete Forum and Search --> : How to pass dataset to formula field in crystal report


aswini
October 14th, 2005, 02:20 AM
hi

I am passing dataset to formula field in crystal report
like this
crystalreport1.DataDefinition.FormulaField(0).Text="{dataset.column_name}"

but i got error like "The remaining part of the text is not the part of formula field"
i didnt write anything in the formula editor also
what shall i do,how to solve this problem,anyone plz help me
very urgent
Tinu

Madhi
October 22nd, 2005, 09:33 AM
Try this

crystalreport1.DataDefinition.FormulaField(0).Text=" & {dataset.column_name} & "