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 shown in images 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. As shown in the image below, the type of stay with us attribute is stated as Derived which is selected by default. This attribute type and its formula acnnot be edited as this a defual attribute. Let us see what formula is used to calculate the stay with our value. FormulaDAYSDIFF([CurrentDate], att(9)) This syntax is specific to UpRaise. How to find the attribute key?Click on Edit option of attribute from where you want to derive some value (in this case from Joining date attribute). On edit pop-up, notice a number at the right top corner, that is the identifier used in the formula. Image ModifiedFinal output on user profileAs per the below formula: DAYSDIFF([CurrentDate], att(9)) 1years,7 months, & 10 days = ([11-01-22] - (21-08-2023)) Image Modified
|
On this page
Table of Contents |
---|
Iframe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|