Hi
I am producing a table with time as the column header. However i can only use hour not the full date as i have to hard code it for the color to take effect.
How can i make this dynamic so i can add date or use wild characters ?
Example of the code i have written, very long and not great to look at.
<format type="color" field="00:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="01:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="02:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="03:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="04:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="05:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="06:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
<format type="color" field="07:00:00">
<colorPalette type="list">[#6DB7C6,#F7BC38,#D93F3C]</colorPalette>
<scale type="threshold">1,5</scale>
</format>
Thanks in Advance Robert
... View more