Wildcard "%1$s" isn't processed during total calculation in calculated fields

2 views
Skip to first unread message

Alexander Obuhovich

unread,
Jan 25, 2011, 4:52:53 AM1/25/11
to In-Portal Bugs
In-Portal uses kDBList class for database table data retrieval and display. It can display:
  • database fields (fields from current table)
  • calculated fields (field expressions, that even could data form JOINed tables)
For example based on this database query:

SELECT main.FieldName, %1$s.FieldName AS OtherField, joined.FieldName2 AS FieldNameX
FROM table1 AS main
LEFT JOIN table2 AS joined ON joined.FieldA = main.FieldB

In example above FieldName is field from this table and FieldNameX is field name from joined table.

Wildcard "%1$s" can be used to reference main table (instead of specifying "main" each time). This works too.

This all breaks down, when:
  1. calculated field references other field from same main table using %1$s wildcard
  2. total value is displayed counted by that calculated field


Ready for testing.

%1$s_doesnt_work_in_calculated_field_total.patch

Dmitry A.

unread,
Jan 25, 2011, 11:34:04 PM1/25/11
to in-port...@googlegroups.com
Thanks for the Patch Alex.

Tested good, ready to commit.


DA
Reply all
Reply to author
Forward
0 new messages