Formatting Text
Formatting Text
{(Detail.Breached == "1Y")? "Breached SLA Cases" : "{<font-color="red">Within SLA Hours</font-color>}"}
Some how the font color is giving me error...can it be done ?
Some how the font color is giving me error...can it be done ?
Re: Formatting Text
Hello,
Please try to use the following expression:
Thank you.
Please try to use the following expression:
Code: Select all
{(Detail.Breached == "1Y" ? "Breached SLA Cases" : "<font-color=\"red\">Within SLA Hours</font-color>")}
Re: Formatting Text
Opps I guess its not working cause i export to excel..
How can I do coloring if I am exporting to excel..?
How can I do coloring if I am exporting to excel..?
Re: Formatting Text
Hello.
The text is exported to Excel right. Could you describe your issue more detailed?
Thank you.
The text is exported to Excel right. Could you describe your issue more detailed?
Thank you.
Re: Formatting Text
Sorry,
I mean I would like to have conditional formatting as in my first post ....
I mean I would like to have conditional formatting as in my first post ....
Re: Formatting Text
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your task in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your task in more details?
Thank you.
Re: Formatting Text
You see when I export to Excel i get this..
[img] [/img]
[img] [/img]
Re: Formatting Text
Hello,
Please clarify which version are you use?
Also, please check the last prerelease build, it the issue still present, please send us a simple report which reproduces the issue for analysis.
Thank you.
Please clarify which version are you use?
Also, please check the last prerelease build, it the issue still present, please send us a simple report which reproduces the issue for analysis.
Thank you.
Re: Formatting Text
Hi,
I am using 2014.1.1900.0
I am using 2014.1.1900.0
Re: Formatting Text
Hello,
Please check the last prerelease build, it the issue still present, please send us a simple report which reproduces the issue for analysis.
Thank you.
Please check the last prerelease build, it the issue still present, please send us a simple report which reproduces the issue for analysis.
Thank you.