![]() |
Alexey admin 8/14/2006 |
Paul, |
S
|
specpa author 10/24/2009 |
Paul, some functions - totals, searching etc work with original field values, not those selected from lookup table. To make your totals working properly modify SQL query for your table on Edit SQL query tab in PHPRunner and add joined fields from the lookup table there. Here is the article describing this: http://www.xlinesoft.com/phprunner/docs/us...sql_queries.htm Then count totals for joined field, not for the field in original table. Also you'll need to modify GetFullFieldName function as described in the article.
|