Hi Everyone,
I have a use case where I need to get the date difference between two dates ; but using the calender available in Appian. Due to some performace issues, all date differences I am doing in stored procedure and calling the same from Appian to get the value. But If I have to consider Appian calender, how to pass to the stored proc, so it will provide me the correct date difference considering the calender.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
I do not see a direct way to extract the off-times from an Appian calendar. Did you consider to create a separate table in DB that stores this calendar data and use that?
Yeah I thought of a table..But the issue is we need to maintain the same data in multiple places like in Appian and DB which client is hesitant for.