Hi I am having an issue with a child page from a p...
# gooddata-cloud
c
Hi I am having an issue with a child page from a parent workspace. I added a field to the data source on the parent workspace, but this ended up causing all visualizations on the child page to stop showing-- I would appreciate any support here. The error trace ID I received is: 096eb6e7b5baa50a480fd8dcd0abc42f
The strange part is that I'm able to briefly see the visualization load when I use the "Explore from here" button. It shows for about 1 second and then errors out
m
Hi Christian, I see the exception returned by BQ indicates that you are trying to compare two different data types in the query. I have sent the full log excerpt via DM. Please also feel free to check BQ logs for more details.
As discussed privately: After reviewing, the SQL ran but was failing silently. The issue was with a field that was a TIMESTAMP. The issue was resolved by changing its type to DATE.