In lower environment, we have the table header font color white with a blue background. When we promote through the folders to prod, it is changing the font color to black. This is happening every time we promote changes/fixes despite the color remaining white in the lower environment.
Our dashboards are embedded to provide access to our external customers and we’ve had to field several complaints about this so far. Any thoughts on why this is happening or how we can resolve appreciated.
In the past I have experienced temporary issues with table visual formatting similar to this but it usually goes away during a refresh.
What is your process for moving the analyses/dashboards through accounts prior to publishing to your embedded environment? I wonder if there could be a dashboard_id from an earlier version that has not had the formatting updates being passed along instead of the correct version dashboard_id.
You could also try pulling the definition of the published analysis/dashboard to see what color it is showing in the meta data:
Hey Duncan,
Thanks for the quick reply!
This analysis has two tables, one where the font color is always set to default (the problem behavior) and one where the font color stays to what we set it to.
Here is a screenshot of the table options for the ‘bad’ one
As you can see, the first one does not have a font color property, but the second one does. Is there a way to “force” the font color tag, or even to just check and make sure it gets added without having to go through the process of promotion?
I would try hard coding it into the analysis definition and updating this across accounts programmatically. If you still run into the error after that you may need to create a support ticket.
Hi Duncan,
Thank you again. I’m trying to hard code the header font color but I’m not making as much headway as I would like.
Could you look at it and maybe help guide me with what I’m doing wrong here?
Here is a look at the command in CloudShell
Here is the value I’m trying to send via definition on the update-anaylsis that is a bit more readable
That first image is hard to read (webpage wont expand it for some reason) but I’m not sure why you would run into an ‘Unknown options’ error if its from the documentation.
Can you share the command you ran and was there anything else in the error message like the offending line/function?
Hey Duncan,
Not sure what happened with that first image. Here are the lines of code that I have used to attempt to set the FontColor on the header. Here is the code using the --query option to get to the right element:
the unknown options error shows up here, but basically repeats everything after --definition
All that said, I believe we have found/isolated the problem. It looks like you can change the fontColor tag through the UI, but if you change the font type or font size, it throws the fontColor away. This is reproduceable for us. We are using the Free-form sheet setting if that makes a difference.