I have a calculation view that has two input parameters: from_date and to_date. These parameters are eventually mapped down to an attribute view. Is there a way to dynamically change the value of the parameter? For example, if the user enters 201510 in the to_date, I want HANA to subtract 100 from the value and use the value 201410 instead.
↧