Discussion
2
Replies
549
Views
T?rkiye Finans Katilim Bankasi
Posted: March 27, 2015
Last activity: April 7, 2015
Closed
Optimize for Reporting Error
Hi,
I want to create an index for property which is pageList. It is inside another pageList property. Here is: RequestList().ReponseCorrList. When we use Optimize For Report Tool it gives error: "pyPurpose:The name you entered is not valid". Why it gives error? any idea?
thanks a lot
You are probably not creating an Index (different thing), but you "optimize for report" which means you create a column in the database (either text, number etc). It cannot create a column to hold entire page.
Try creating a column for the property you actually need to have in your report. It is useless to do for the abstract class or the class where you do not save your instances.
What is your requirement?