Is there anybody who has experience with removing an element that comes up with the message 'Data update was cancelled'?
It's the result of trying to number format variable values in a valuelist() function:
valuelist(mvASPYTD, mvASPYTDLY) <- This works
valuelist(num(mvASPYTD, '###.00'), num(mvASPYTDLY, '###.00')) <- This crashes the application when you click on the sheet
The only way to get it fixed, that I know of, is do delete the sheet and create it again. When you enter the sheet, with the malfunctioning element, even in 'Edit'-mode you can't select any elements. After you have tried this, you cant't select any element on any sheets in the application.
Exporting the application to a Qlik Sense desktop version, doesn't help. Same problem here.