Hi
I am a very newbie in business objects.(end user)
Currently, I have to export the file to excel and copy/paste into another file.
In excel i have the following formula
=if(b2>((today()+8)-30,"No",(if(C2>((today()+8)-30),"No","yes")))
I'm ok with excel, but struggling to convert the...