← Back to team overview

dhis2-devs team mailing list archive

Program indicators - option codes or text?

 

Hi devs, I’ve only tested this in trunk:
when configuring program indicators the «Filter» description says: «Use option codes for option set references.» However, in TC data entry, looking in the console, it looks like name is used (‘Months’ is name, ‘MONTHS’ is code).

Evaluation ended up as:
('' && d2:yearsBetween('2000-01-01','') < 5) || 
('Months' == 'DAYS' && 7 < 1825) ||
('Months' == 'WEEKS' && 7 < 520) ||
('Months' == 'MONTHS' && 7 < 60) ||
(‘Months’ == 'YEARS' && 7 < 5)

Assume this might be a TC-only discrepancy (e.g. that in analytics, CODE is actually used), though I’ve not yet been able to test that yet.

Regards
Olav




Follow ups