Replies: 1 comment
-
select[_vt] | select[_vt]_with_org_rel := depreciated select_unit | select_orgrel collect_by_cond | collect_by_org_rel := select_data | lookup collect_attr_by_cond | collect_attr_by_org_rel := (depreciated) relate_many = relate_attr | relate_afew |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Within the set of selection functions, the following dimensions are relevant:
In the current set of functions, the selected options for these dimensions are sometimes not explicit.
Therefore the following names are suggested:
old > new
select_unit > select
select_unit_valuetype > select_valuetype
select_orgrel > select_org_rel
select_orgrel_valuetype> select_org_rel_valuetype
select_data > collect_data
select_many > select_relate
select_many_valuetype > select_relate_valuetype
select_afew> select_relate_org_rel
select_afew_valuetype> select_relate_org_rel_valuetype
Beta Was this translation helpful? Give feedback.
All reactions