Hi,
I have two date fields in my cube called Date1 and Date2. sometimes Date2 comes blank into cube. So, I would like to populate Date2 with Date1. I wrote the followng code in update rules of Date2 infoobject and it is not working. Can someone show me the right code to achieve the requirement.
IF COMM_STRUCTURE-/BIC/DATE2 = ' '.
RESULT = COMM_STRUCTURE-DATE1.
ENDIF.
Thanks,
Rao.