You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user wants to perform an arbitrary operation on a column. For example, there are columns Population and Area, and the user wants to add a new column that represents population density by dividing population by area. In this case, the population and area data may be updated later, so the column that represents population density should be displayed by executing a predetermined formula from the latest data as appropriate.
Requirements
When user create the column, user can choose calc type
User can choose/get the reference to the columns
User can input simple formula which supports add, subtract, multiple and divide
Design file
Testing list
When OO is
If you input "XXX", it should show "YYY"
The text was updated successfully, but these errors were encountered:
Leader
@
User story
The user wants to perform an arbitrary operation on a column. For example, there are columns Population and Area, and the user wants to add a new column that represents population density by dividing population by area. In this case, the population and area data may be updated later, so the column that represents population density should be displayed by executing a predetermined formula from the latest data as appropriate.
Requirements
calc
typeadd
,subtract
,multiple
anddivide
Design file
Testing list
The text was updated successfully, but these errors were encountered: