BusinessObjects Board

Previous Date of Last Execution Date

Hello,
I want to get a Previous day of LastExecutionDate() at the webi. How should be the formula? If I am giving the formula as
LastExecutionDate()-1
then its giving me syntax.
Can you please help me out?
Thanks…


rajkiransri (BOB member since 2005-04-07)

LastExecutionDate() needs Dataprovider Name as a parameter.

=LastExecutionDate("Query 1 with efashion") -1

mkumar (BOB member since 2002-08-26)

But its giving me error as follows:
the subexpression uses invalid datatype


rajkiransri (BOB member since 2005-04-07)

I did not notice you wrote “in webi”.

Is it a Full Client report viewed in WebI or is it a WebI report?
Probably you will get better answer if you post it in WebI forum.

BTW Welcome to B :mrgreen: B.


mkumar (BOB member since 2002-08-26)

its in webi… sorry for that


rajkiransri (BOB member since 2005-04-07)

Moved to the Webi 6 forum and deleted your other duplicate post in the Reporter forum.

Thank you.


Andreas :de: (BOB member since 2002-06-20)

Try this
=RelativeDate(LastExecutionDate();-1)


Anil Kumar :india: (BOB member since 2005-04-19)

Thank you. Its working…


rajkiransri (BOB member since 2005-04-07)

Thanks !!! :slight_smile: :slight_smile:


LEVYLC (BOB member since 2016-02-09)