I'm trying to run a query to look at req lines, showing item type, and I would like to see the GL account since January.
I tried running using RequisitionLine, but when I use the CreateDate (greater than or equal to) as the filter it runs forever (upwards of 2 hours) and I end up having to kill it. Also, this does not give me the GL Account.
In order to get the GL Account I need to use RequisitionLineDistribution and pull the GL Account (I forget the exact field name) but in order to limit the amount of data that gets returned I have to link to Requisition or RequisitionLine and use CreateDate again, but the filter capabilities through the link only gives me the option to use Begins With, Ends with, or equals. I tried Begins With 2019 but that returns no records. So, I end up running it wide open for all dates and of course, it never stops running because its trying to return every req line ever made.
I'm fairly new to spreadsheet designer so guidance would be greatly appreciated. 