dsi
dsi

Reputation: 3369

crystal report cross tab disappear when edit the procedure name

I have existing crystal report which is using stored procedure to bind the report field.

NOw, i need to change this procedure to another procedure version where some extra fields are existed.

So, i have change it from "Edit Command" by clicking at alias.

ProbleM: it does not show the "Cross tab" existed in report and all other things are fine.

Please share me what could be the cause.

Thanks

Upvotes: 0

Views: 825

Answers (1)

Siva
Siva

Reputation: 9101

Normally if you make any changes to the datasource or update the datasource, Cross tab will be resetted and all its formatting will be lost and cross may also disappear.

Check whether the fields used in cross tab still exists after updation of the datasource. If those are missing then also there is possibility of losing the cross tab.

In this case you need to recreate the cross tab.

Upvotes: 1

Related Questions