Closed bsgriggs closed 1 week ago
It seems like it cannot find mx.parser. Are you running with React Client enabled?
Please have a look at the demo: https://testpivottablewebwidget-sandbox.mxapps.io/
It can be found in the Marketplace here: https://marketplace.mendix.com/link/component/115965
Yes, I was using react client.
I received word from Mendix that the parser is not yet available in React client. This will be fixed. For now, my widget is not compatible with React client as it relies on the mx parser function. As I cannot fix this and it only means to wait for the fix to be provided by Mendix I will close this issue.
Hi there, I'm trying to make a simple pivot table using average & database option, and I'm getting the following undefined error. When I switch the cell value action to Count or Display, it looks correct. When this error occurs, nothing is rendered to the UI.
Here are my table settings Here are my data source details
Here you can see the table when Display mode. I added a filter to the data source to only show this specific department and none of the values are undefined as the error claims. (This is all fake data made with Mockaroo by the way)