cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Advanced Calculated Column based on Date Input Control?

04-19-2023 2:11 PM
karo_k Explorer
590 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I am looking for a way to create Calculated Column/Calculated Dimension in SAC Story where I will be able to overwrite values from data source according business rules like:

when CreateDate between Date 1 (Date Input Control 1) and Date 2 (Date Input Control 2) then "New"

when SystemStatus for Date 1 (Date Input Control 1) != SystemStatus for Date 2 (Date Input Control 1) then "Change"

else SystemStatus


Is it even possible to do in SAP Analytics Cloud Story?

Thanks in advance,

Karo


0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Subhasmit
Participant
0 Likes

Hi ,

please go through with this link https://blogs.sap.com/2020/10/31/date-calculations-in-sap-analytics-cloud-using-custom-date/

It will be helpful for you.

Thank You

karo_k
Explorer
0 Likes

Hi subhasmit121 , thank you for reply, but unfortunately the content of the provided link is not what I am looking for. I need to find a way to assign statuses (text vales) based on specific business rules which include selected Date Input Controls and detect if there were a change in text values between selected Date Input Controls. Any other hints or referrals?