This topic is locked

Print Selected Columns

12/22/2015 12:01:01 PM
PHPRunner General questions
B
BigO author

Hello All,
I have a table (File) with the following Columns (Name | LastName | DOB| Dependents| Email| PhoneNumber)
Is it possible for me to select columns to print e.g (Name, Email) or (Name | DOB | PhoneNumber)
Thanks

L
lcslouis 12/22/2015

Yes,
download this file
https://www.dropbox.com/s/4n29q5dnyaus2vk/listpage.zip?dl=0
Unzip it to <PHPRunner 8.1 directory>\source\classes replacing the existing file.

Then perform a full build of your project.
This was given to me by support to fix this issue I was having.