Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Add 24 Hours to Sysdate

edited Aug 31, 2015 7:32PM in Reporting & Analytics for B2C Service 4 comments

Content

I have the below formula that display Support No when the c$osp_end is the same day as the sysdate. What I'm trying to do so it would still be Support Yes when the c$osp_end is the same as the sysdate. Any ideas how to accomplish?

if((purchased_products.c$osp_status ='Not Cancld' | purchased_products.c$osp_status='Support on' | purchased_products.c$osp_status='REINST' | purchased_products.c$osp_status='NONE') & (purchased_products.c$osp_end>=sysdate()),'Support Yes', 'Support No')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!