I’m a newbie here, hope you can help me. I want to print all of the records of an input file as detail list and filter out all the records who doesn’t have a value in the specific fields.
e.g. I have 10 records in the input file(CustomerID, Name, Email), I want to print all records who have value in Email fields as a detail list? The requirement is to print 1 output with the list of all records. I’m trying to used the detail table but I can’t select the root table.
I think I understand now your dilemma…you are trying to print all records that have a value in the field email. And your email field in NOT in a nested table (subrecord) but in the main record…right?
And you are trying to access the main record from a HTML detail table? Am I right?
Then you need to revise how you are currently defining a record. HTML Detail table cannot go across records.
So if for instance you defined a record to be X number of lines of your original data sample, then you should revise this so the whole file fits in 1 record.