Hi,
I am developing a report using 7.2 SP04 PAT0000 NWDS VC, and all i am facing below two issues.
a) 1) Null validation check for a date field
2) Date difference validation check for 32 days between two date fields.
For both i have switched into Layout designer and in the validation property of the field, under rules i have defined
condition as user defined, value as =BOOL(ISNULL(@DateFrom)) and message under Error Message.
Similary for date difference validation check as =IF(DSUB(@DateFrom,@DateTo,"D")>32,true,false) but these messages are not displayed and the application is not preventing from executing the corresponding web service.
b) Additionally, i am using export to execl feature but on clicking on export -> excel an window opens up and gets closed automatically.
I have to complete the above stuff and deliver today in next few hours, so any pointers/ suggestions will be highly appreciated.
Thanks & Regards,
Vipin.