Quantcast
Channel: SCN : Blog List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 221

How to display current timezone

$
0
0

Purpose

Extract timezone from the result of built-in function CurrentTime().


Issue

Here below formula syntax doesn't work:

Right(CurrentTime();10)


Error returned is the following: "The expression or sub-expression at position N in the 'Right' function uses an invalid data type. (IES 10037)"


Solution

Work around found consists in encapsulating the CurrentTime() function in an user-defined variable and update syntax as:

Right([MyTime];10)

where:

MyTime = CurrentTime()


Viewing all articles
Browse latest Browse all 221

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>