My Stuff
Comments
-
HI @Niks Blando-Oracle As per my understanding, you want a report like Gross Requirements Inquiry report but you want it to not just get filtered to only one item, is that correct? >That is correct. The need is to have similar "report / saved search" for all items. Cheers Janne Paananen
-
HI @Elychelle Gulen-Oracle well this is quite simple search First Saved Search with a cumulative balance Results Workbook results but this *SUM /*Balance as of today*/({amount}) OVER (ORDER BY {trandate} ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)* Analytics cannot recognize Result without cumulative. In here…
-
Custom Solution 1) create a Custom Field (Text) 2) Workflow (Scheduled or After Rec Submit) set a text the text from PAIRED INTERCOMPANY TRANSACTION field to Custom Text Field. Cheers Janne