Hello all,
I'm looking to create a simpler report that uses a DataView and will be called through a Syteline form. It would simply be a daily report that returns a report of daily cycle counts. Looking at standard reports from Syteline, I think I know how to setup my form to run the report daily in the background and increment the date.
But I'm not certain how to call my custom DataView via the form? My dataview's filter would essentially be by trans_type = 'B' from matltran_mst and by the current date for the trans_date. Any help would be appreciated, thanks so much!!