This topic is locked
[SOLVED]

 Help with Grid Information Presentation

4/11/2017 5:03:13 PM
PHPRunner General questions
D
Daviant author

Greetings friends, this is my first question in the forum, I am a new user of Phprunner 9.7.
I am working with a Grid where I have a column named "State", where "N" represents "New", "U" represents "used" etc.
How can I make the word "New" or "Used" appear in the Grid instead of N or U?
Thank you very much for your help...
(Google translator)

Sergey Kornilov admin 4/11/2017

Use 'View as' Custom for this purpose:

if ($value=='N') $value='New';


More info:

https://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm

D
Daviant author 4/11/2017



Use 'View as' Custom for this purpose:

if ($value=='N') $value='New';


More info:

https://xlinesoft.com/phprunner/docs/_view_as__settings_custom.htm



Wow, how simple it was ... and I complicating my life ... I get more and more like this Software. It has many tools that have to be discovered.

Many thanks
(Google Tranductor)