In 7.5 we were using the APN functions for displaying records and dashboards. i

In 7.5 we were using the APN functions for displaying records and dashboards. i.e. rule!APN_uiSectionOneColumn, rule!APN_uiPagingGrid,rule!APN_uiGridTextColumnAuto. If there is an empty todatasubset and we tried to display the grid it would display nicely with "No Records found".

We are trying to upgrade to 7.7 but are getting the following error on the same code if there are no records in the grid to display.

Expression evaluation error in rule 'apn_uigridtextcolumnauto' (called by rules 'apn_uipaginggrid' > … > 'apn_uirecorddashboardonecolumn' > 'so_ca_activeevents_dashboard') at function 'reduce' [line 2]: Invalid index: Cannot index property 'commentType' of type Text into type List of Variant (APNX-1-4198-000)

What is the easiest way to fix this error. I have a lot of dashboards that will need to be changed for upgrading to 7.7.

Here is the code for one of the dashboards:
=load(
pagingInfo: topaginginfo(1, 10),
with(
dataSubset: to...

OriginalPostID-128059

OriginalPostID-128059

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data