Hello all, I have an Advanced PDF template written...
# advancedpdf
s
Hello all, I have an Advanced PDF template written on Saved Search. There are two columns named Description and Units, i pick the data for them from the Purchase Order saved search "memo" and "units" fields respectively. I have a scenario where my search result returned empty for "units" and huge data from "memo" field. While printing them on the Advanced PDF template in a different column (two different <td>), But I see them getting split automatically between these columns. I don't understand how is this happening. The Expected result is , It should have printed the table with "Description" (memo) column with the data found on the search and "Units" shpuld have been empty. But it behaved weird. Any suggestions and solutions to fix this.