Hey guys,
i found something strange, i have a interactive report with some columns ("MONDAY", "THUESDAY", "WENDSDAY" and so on ....) now they should have the Date of this Day of the Week ("MONDAY 10.02.20", "THUESDAY 11.02.20", "WENDSDAY 12.02.20" and so on ....)
For this ive created an hidden Item for each day where i generate the Value, this works...
Then i set the Column Heading to my hidden Item like: &HIDDEN_ITEM1. ... works
But when i execute:
var region = apex.region( "MY_REGION" );
region.refresh();
The Headers completly disappear. :/ I have to reload the whole Page to get them back....
What can i do?
Thx very much in advance!