An error occurred rendering the PivotTable results in agularjs - pivot-table

All works, but when I try to to show any chart from pivot I get this error
An error occurred rendering the PivotTable results.

Related

React Query Error: Query data cannot be undefined

I get the error in the title when refetching the data several times after it loads for the first time. It seems like a random error.
I am displaying an error message with the isError Boolean flag.
Is there a way to mitigate this error? Or perhaps instead of displaying the error message, keep displaying the stale data to the user (perhaps with an alert)?
The full error is this:
Error: Query data cannot be undefined
at Object.onSuccess (index.js:1099:19)
at resolve (index.js:564:50)

TypeError: Cannot read properties of undefined (reading 'childRecords') in syncfusion gantt when collapsing a group

I got an error when collapsing groups in the syncfusion gant. I could reproduce it here with my own set of data (stackblitz).
The error full message :
TypeError: Cannot read properties of undefined (reading 'childRecords')
at e.expandCollapseChartRows (constant.js:13:25)
at e.expandCollapseChartRows (constant.js:13:25)
at e.collapsedGanttRow (constant.js:13:25)
at e.collapsed (constant.js:13:25)
at e.notify (dom.js:466:34)
at d.e.trigger (dom.js:466:34)
at eval (constant.js:130:22)
at e.notify (dom.js:466:34)
at d.e.trigger (dom.js:466:34)
at d.collapseRow (constant.js:130:22)
A screenshot showing the collapse action :
The error occurs only when there are two nested grouping levels which i think is allowed in the syncfusion gantt (right?)
This issue occurs because the TaskID values in your data are not unique. The TaskID field acts as the primary key field in the Gantt. Hence, it should be unique for every record. Please ensure that the TaskID field is unique for every record in your data to avoid this issue.

Unable to set 'Data Model used in view' field when creating a new view in a 2sxc app

I am trying to create a listings app for Persons in 2sxc. I've managed to create an app, add a content type with fields then when creating a view for the listing, I am unable to set the 'Data Model used in view' field to 'list of content items' (or anything for that matter) and it gives me a 'There was an error in form calculations. Please report this to Admin' error
'There was an error in form calculations. Please report this to Admin' error
The message isn't ideal.
I believe the problem is that you specified you want a list of items, but then didn't select the content-type (for the items you would want to show on this template). If you set that, you should be fine.

How to remove the default error message for a *required input field

When user does not enter a value in a required field, there is a default error message that is getting displayed on the field. This error message is not pointing to the required field. And, the error message box is moving when page is scrolled on Chrome browser. The requirement is to either point the error message to the correct field and it should move along with the field when scrolled or to remove only the error message that appears like a tip next to the required fields, while highlighting the field in red and showing the error at the bottom. Please let me know for any more information. Thank you!

Error while binding values to form field in extjs

I'm getting the following error, while using ExtJs MVC,
Uncaught TypeError: Cannot call method 'remove' of undefined
I traced the above error which goes to the line where i bind values from model to view,
Ext.getCmp('myForm').loadRecord(myModel);
Some of my form fields are disabled, and i'm still binding them. Is this the problem ?
The error occurs, whenever my model contains irregular data ( especially while trying to bind this unavailable data to a dual list ). Say my dual list contains item values like (A,B,C ) and when i'm trying to bind D, then this error occurs.

Resources