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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -