I have a script that is conditionally assigning a value of one to a cell of a multi-dimensional array as it loops through it.
Count = 0
ClientData = Session ("ClientData")
for each item in ClientData(ExpertReportList)
if Count = CLng ( Request("DeleteItem") ) then...
Ian,
Thanks for the suggestion. However, that didn't fix the problem. I'm getting the following error:
A String is Required Here.
Details: errorKind
Error in file: <FILENAME>
Error in formula LevelOneDisplay:
'If IsNull({Nec_Gnav_ReportViewer_Data_AgentAlertsRepo...
I have a formula field in a report:
If {Nec_Gnav_ReportViewer_Data_AgentAlertsReport_Agen tAlertData.LevelOne} = true then Chr(254) else Chr(168)
It works fine unless the dataset the report template binds to is empty or null. Then it gives me an error saying it expects a string. So, I tried to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.