I’m adding a new filter to the Job Traveler print dialog. I’ve added a sheet and some controls to look up a Person list from the Person table.
Of course, the available list of tables/columns for the EpiBinding is limited to a few foreign key view lists at this point.
I’ve tried creating a new FKV usting the PersonAdapter. But I’m not using a Parent View Name because I don’t want to bind the Person list to another field in the available list. I just want a list from the Person table.
Unless I am misunderstanding, even if you are able to add the FKV filtering there won’t affect the filtering in the RDD
To modify standard RDD you need generally the SDK
Again unless I’m misunderstanding
Use an UD table like temp table to store data of your new filter .
Add an UD table as Child, using the customization wizard, this will create a new UDdataView with JobList dataview like his parent, you can use the UD table to store primary key, in this case the JobNum, and the other data of your new filter.
Create a custom copy of Report Data Definition of Job Traveler Report, and add to this the same UD table.
NOTE: Rememmber, Allways you must clean the UD table every time you start the report parameters window