reporting - How to remove a cell from a single row table? -
what correct way remove single cell single row table based on condition?
i have following formula supposed print "great client" if word "great" located within client name:
(so.partner_id.name.find('great') > 0) , "great client" or removeparentnode('td') it works fine when condition met, error message when isn't, i.e. when hits removeparentnode('td'):
(<type 'exceptions.assertionerror'>, assertionerror(), <traceback object @ 0x7fdae4b7e248>) how possible remove single cell single row table?
Comments
Post a Comment