I Have a Sharepoint list acting as a datasource to my SSRS Report. (Only source of the data available)
The query needs to perform a self join to the list where IDNOo = IDNo.
In T-SQL it's pretty straight-forward, using aliases for the table. How do I accomplish this in Sharepoint? I'm not well-versed in HTML or XML.
Thanks!