This topic is locked
[SOLVED]

 Remove custom settings from export page

11/14/2014 9:28:33 AM
PHPRunner General questions
S
sickacid author

Hi,

I have this code for customize view in list page:
$color=$data["colore_modulo"];

$value="<font color='$color'><b>$value</b></font>";
But in export page (excel 2007) I get this:
<font color='#DB7004'><b>P01|MANUALE</b></font>
instead of : P01|MANUALE
What can I do to remove the view settings for this field in export page?

Thank's!

Sergey Kornilov admin 11/14/2014

The best option is to use different 'View as' settings for different pages. Use View as 'Custom' on the List page and regular format on all other pages including Export.