List subscript operator error when the database is on domino server

I have the following formula for a column in a view, which works fine When the database is on the local drive. But it returns “ERROR: ERROR specified in formula” message when I put the database on the Domino server.

DN := “Sun”:“Mon”:“Tue”:“Wed”:“Thu”:“Fri”:“Sat”;

DN[@Weekday(AllHolidays)]

Thanks

Subject: Subscript operator

Excuse me, but does AllHolidays is likely to be multi-valued ? In this case @Weekday would return a list of several numbers, thus the operator will complain.

Thierry Cayla

http://dominoeffects.serveblog.net

Subject:

Hi, Thierry. Thanks for your response.AllHolidays is not multi-valued, as I explained before that the view will show the correct day when the database is located on local drive.

Subject: ist subscript operator error when the database is on domino server

Hi, Thierry. Thanks for your response.

AllHolidays is not multi-valued in my case. As I explained before that the database view will show the correct day when the database is located on local drive, error when it’s on server.