Spaces and special characters in datatable headings - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Spaces and special characters in datatable headings (/Thread-Spaces-and-special-characters-in-datatable-headings) |
Spaces and special characters in datatable headings - anthony1carr - 10-21-2013 I have inherited a QTP test that has white spaces and special characters in data table headings. I am trying to add a new column to the test, but cannot seem to add a new column with white spaces. The person that wrote the test obviously found a workaround for this, but they no longer work for the company. Anyone know how they did this? RE: Spaces and special characters in datatable headings - sshukla12 - 10-21-2013 Hi, I'm not sure about your query but try to use "_" in datatable heading instead of spaces and special character. Regards, Sankalp RE: Spaces and special characters in datatable headings - anthony1carr - 10-21-2013 I just opened the excel spreadsheet under the test folder and I could add a table heading with special characters and spaces. Needed this in order to extend the test. Would have been a nightmare to re-write the test |