Analyze PRO

Office365 SMTP settings

Hello, 

A customer of ours have migrated their Exchange to Office365. 
I found the section in the web.config and edited it like this: 

<system.net>
        <mailSettings>
            <smtp>
                <network host="smtp.office365.com" userName="username" password="password" port="587" />
            </smtp>
        </mailSettings>
    </system.net>
(actual username and password are edited out). 

Changing how a check box user is displayed in a dashboard

Hi,

We have a customer who has added a checkbox udef to a report.  But it displays as checked\unchecked.  They would rather it say either Yes or No.  Or try to get the tick\cross images using indicators.  But they and I can't see how to achieve either of these.

Is this possible?

Thanks,

Trevor

Pages