2 fields sharing the same column depending on condition

Hello,

In my table I’ve 2 fields storing price and I want to share one column to show on of them depending in a condition. eg:
Field 1 : price
Field 2 : buynow
Condition: if adtype==1 show price, else show buynow.

How I can do it (Professional version)

Thank you
Christos

You may try to create your own custom ExCell type with all needing specifications
docs.dhtmlx.com/doku.php?id=dhtm … formatters