How to write complex query in report definition ?
Current requirement is to display work table along with another table storing multiple rows of data with pyid. Same report was working fine in List view since we were able to manipulate data.
Given some other modifications, we are converting it to Report definition but it is very restricted in terms of query. Requirement can be satisfy with pivot query, group by query but not in report definition.
Can any one has any idea how to write complex query in report definition ?
requirement:
Work table: pyid
Detail table: pyid, activity. This table has multiple rows based on different activity.
Business wants to see latest 2 activity along with pyid. This can be done multiple way in query but not in report definition.
pyid, activity1, activity2.
Any hint/help will be appreciated.