Hi Dojo,
Is it possible to hide only the text and value from a shape as ParameterControl?
I have the value placed in other zone, but I only want to use the controls from write parameter.
Is it possible?
Thanks!
Hi Daniel,
Thank you for your feedback! I've made a small example and will add a screenshot to give you a better view of what is possible. You can add a custom title as empty text, but you can also change the 'color' of all text available. By adding a fully transparent color, you should be able to get there. If your parameter is a cell in a table, you will also need the titlesuffix option (see below).
If you are adding the following shape data:
ParameterControlOptions -> CustomTitle:|Lite|CustomTitle:|IncludeWrite|CustomColors:text=#000000FF,text.disabled=#000000FF,text.titlesuffix=#000000FF
Below is what it looks like on the Visual Overview page in DataMiner Cube:
Kind Regards,
Jarno
Hi Jarno, it fits perfectly to my view!
Thanks for your help!