Page 1 of 1
Formatting Text
Posted: Wed Nov 02, 2016 9:18 am
by fkmfkm
{(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 ?
Re: Formatting Text
Posted: Wed Nov 02, 2016 12:21 pm
by Alex K.
Hello,
Please try to use the following expression:
Code: Select all
{(Detail.Breached == "1Y" ? "Breached SLA Cases" : "<font-color=\"red\">Within SLA Hours</font-color>")}
Thank you.
Re: Formatting Text
Posted: Thu Nov 03, 2016 6:01 am
by fkmfkm
Opps I guess its not working cause i export to excel..
How can I do coloring if I am exporting to excel..?
Re: Formatting Text
Posted: Thu Nov 03, 2016 1:02 pm
by HighAley
Hello.
The text is exported to Excel right.

- text.png (9.76 KiB) Viewed 4879 times
Could you describe your issue more detailed?
Thank you.
Re: Formatting Text
Posted: Thu Nov 03, 2016 1:14 pm
by fkmfkm
Sorry,
I mean I would like to have conditional formatting as in my first post ....
Re: Formatting Text
Posted: Fri Nov 04, 2016 12:57 pm
by Alex K.
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your task in more details?
Thank you.
Re: Formatting Text
Posted: Tue Nov 08, 2016 8:16 am
by fkmfkm
You see when I export to Excel i get this..
[img]

- Capture.PNG (6.69 KiB) Viewed 4865 times
[/img]
Re: Formatting Text
Posted: Tue Nov 08, 2016 8:43 pm
by Alex K.
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.
Re: Formatting Text
Posted: Sat Nov 12, 2016 6:20 am
by fkmfkm
Hi,
I am using 2014.1.1900.0
Re: Formatting Text
Posted: Sat Nov 12, 2016 12:20 pm
by Alex K.
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.