Zmiany pomiędzy wersją 27 and wersją 28 dla UserGuide/AdvancedConfiguration/DefiningReports/ReportParams
- Data i czas:
- 06/22/16 16:06:19 (8 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
UserGuide/AdvancedConfiguration/DefiningReports/ReportParams
v27 v28 263 263 Raport wymaga zdefiniowania dodatkowego pola 264 264 {{{ 265 case when u.orunid is null then 0 else get_post(u.orunid)::integer end asgetpost265 CASE WHEN u2.orunid IS NOT NULL AND u2.orunid > 0 THEN NULLIF(get_post(u2.orunid)::text, 'f'::text)::integer ELSE 0 END getpost 266 266 }}} 267 267