[SOLVED] Â Cannot apply conditional change to Cells |
4/3/2014 7:37:49 AM |
PHPRunner General questions | |
A
Anapolis author
I have been through the tutorials and the docs with PHPRunner 7.1 and I can't make the magic happen after hours of trying different things.
if ($data["LieracAppointments"] < 4)
if ($record["LieracAppointments"] < 3) {
|
|
![]() |
Sergey Kornilov admin 4/3/2014 |
Unfortunately there is not enough info. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
A
|
Anapolis author 4/6/2014 |
Unfortunately there is not enough info. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
if ($data["Lierac_Appointments"] < ($data["LieracRequest"])){
|