cancel
Showing results for 
Search instead for 
Did you mean: 

Current Date

Former Member
0 Kudos

Hi, Can anyone please tell me how to get the current date from the IBP system?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Yeu

Yes

Regards

Krithika

yeushengteo
Advisor
Advisor
0 Kudos

Hi Krithika

try =IFERROR(TEXT(SOP_Refresh_Timestamp,"YYYY-MM-DD"),0) ?

Regards.

YS

Irmi_Kuntze
Advisor
Advisor
0 Kudos

That formula works only, if everyone of the company who use it would work on the same language in Excel = English.

But unfortunately the FORMULAs in Excel are language-dependend, which I never will understand

Hence, I only use this formula:

="Last Refresh: "&IFERROR(YEAR(SOP_Refresh_Timestamp)&"-"&TEXT(SOP_Refresh_Timestamp;"MMM")&"-"&DAY(SOP_Refresh_Timestamp)&"   "&TEXT(SOP_Refresh_Timestamp;"HH:MM:SS");"Offline")

That will lead independendly of languange settings for example to:

   Last Refresh: 2016-Feb-8   12:50:17

Yours

Irmi

yeushengteo
Advisor
Advisor
0 Kudos

Hello

Do you mean on the planning view?

Regards.

YS