Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Excerpt |
---|
Derived attributes are special type of attributes that are dependent on other attributes & constants. e.g. age is a derived attribute and can be calculated using today's date & the date of birth. UpRaise app supports these special type of attributes. How does it work?Unlike other attributes, these 'derived attributes' cannot be assigned any value directly. A formula is associated with them based on which they derive the attribute value for every user, in real time. Continuing with the example of 'age' - if an attribute 'date of birth' is already available it is easy to derive 'age' based on it & the current date. As you would see in the screenshots below, a formula (with specific syntax) is associated with such attributes. UpRaise app currently supports following two derived attributes.
Stay with usStay with us attribute is derived from joining date of employment details section. Stay with us attribute provides a value that is equal to the real-time tenure of the employee. If you look at the image below, the type of stay with us attribute is stated as 'derived' which is selected by default. You cannot make any changes in this attribute type and its formula. Let us see what formula is used to calculate the stay with our value. |
Formula |
DAYSDIFF([CurrentDate], att(9)) This syntax is specific to UpRaise. How to find the attribute key?Click on edit attribute from where you want to derive some value. On edit pop-up, you will see a number at the right top corner, that is the identifier used in the formula. |
Final output on user profileAs per formula: DAYSDIFF([CurrentDate], att(9)) 1years,7 months, & 10 days = ([26 Apr 2018] - (16 Sep 2016)) |
AgeThe same formula is applicable to the age attribute, which is again a derived attribute from date of birth in personal details section in the system. |
Image Added Formula |
Image Added DAYSDIFF([CurrentDate], att(305)) This syntax is specific to UpRaise . Final output on a user profileAs per formula: DAYSDIFF([CurrentDate], att(305)) 29years,0 months, and 22 days = ([26 Apr 2018] - (04 Apr 1989)) |
On this page
Table of Contents |
---|
In this section
Child pages (Children Display) | ||
---|---|---|
|