Question
Creating Declare index for pageList
Could anybody help me on the below scenario:
We have one child casetype called "xyz" and parent case type is "abc", the clipboard strcture is as below:
pyWorkPage(A-B-Work-abc-xyz)
.ListProperty1 (PageList Property1)
.ListProperty2(PageList Property2)
I need to fetch all details present in .ListProperty2 using Report defination.
I have created my RD in work object class and I have created Index table for.ListProperty2 corresponding to their classes and I have joined the index table to my RD which is prsent in workobject class but still i am not able to use these properties its saying property cannot be used here.
And for testing purpose I used .ListProperty1(1).ListProperty2(1).othersingleproperty in my RD their I am able to get the results which are present in ListProperty2, but index table is not working.
Thanks in advance
Hello Asha,
Index table which you created for pagelist2 is like anyother table. in your case you are using a join to get the data from that table(Index).
Now coming to the problem, it is not clear what is the issue you are facing, can you share a screenshot of how you are referring the property, join tab and error you are facing.
Regards
Gouri