on 2025 Sep 03 7:24 AM
Hi
in Webi report we are faccing #error greeting last refreshing variable for Few user's (UK). same report working my side and few users (US). i have checked in universe side no any level of data security. if remove the ToDate is working (UK user's). so help on this .
Last refresh date logic below :
* [TRC Plan] is data provider name only
=ToDate((If LastExecutionDate([TRC Plan])=RelativeDate(LastDayOfMonth(CurrentDate());-1;MonthPeriod )
Or LastExecutionDate([TRC Plan])=RelativeDate(LastDayOfMonth(CurrentDate());0;MonthPeriod )
Then RelativeDate(LastExecutionDate([TRC Plan]);1;DayPeriod )
Else LastExecutionDate([TRC Plan]));"M/d/yy")
inside logic i extract individual
Request clarification before answering.
Hi Ramesh, we have been facing with same issue almost 2 years ago, had a call with SAP and they tried to convict me thats logical and working as expected...
Create the variable similar to mine:
=If GetPreferredViewingLocale() = "pl_PL"
Then Replace([cost];" ";"")
ElseIf GetPreferredViewingLocale() = "en_US"
Then Replace(Replace(Replace([cost];" ";"");",";"");".";",")But in your case you have to force SAP BO to read correct Date Format. Diffrent for en_US and diffrent for en_UK.
Hope that will help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.