Hi,
I have a report that runs just fine but when finished running displays the error;
"Error loading user data for sheet '2013': A key row or column must be specified by placing the "Key" tag in column A or row 1. User data will not be saved for this sheet"
The report seems to work just fine so why am I getting this and do I care and need to fix this? If so, how?? It will confuse the end user if I dont I am sure. I tried adding "Key" to column A and to Row 1 seperately and no worky! Any assistance appreciated.
6 comments
-
Jet Reports Historic Posts Official comment With stored user data, it gets stored in the report, so you may still have vestiges of it hanging around causing the error. I would use the Jet menu item "User Data" -> "Purge then xxx" to purge any user data that's been incorrectly stored in the report. Does that help?
Regards,
Hughes -
Jet Reports Historic Posts Hi,
Are you using the stored user data feature in the report? If not, do you have the special Jet keywords Key, KeyName, or Data in row 1 or column A of the report anywhere?
Regards,
Hughes -
Jet Reports Historic Posts I am not using the "stored user data" feature and dont even know what it is. In column A row 1 I have "Values+Auto+Data".
-
Jet Reports Historic Posts Why would you have +Data? That doesn't actually do anything for you and should be removed. Typically in A1 you would have Auto+Hide+Values, so I'm not sure how you got +Data in there.
Regards,
Hughes -
Jet Reports Historic Posts Yeah, I didnt write it, just trying to fix it for the one who did. I made the change as you suggested (removed +Data) but still get the error after the report runs.
-
Jet Reports Historic Posts yep, that did it. Thanks again Hughes!