This topic is locked
[SOLVED]

 Change Value on the List View

2/11/2011 3:53:39 PM
PHPRunner General questions
cyberjas2001 author

It is posible to calculate a value on the List View??? Let's say i wanna calculate the ammount of the days i have a car parked in my lot without doing any calculation, just when the user refresh the List View it will show the ammount of days... any idea???

Sergey Kornilov admin 2/14/2011

You can use calculated fields in SQL query for this purpose:

http://xlinesoft.com/articles/how_to_use_calculated_fields.htm

cyberjas2001 author 2/15/2011

Thanks I'm gonna try this!!