Difference between revisions of "Amending Analyst Regional Settings"

From support-works
Jump to navigation Jump to search
(Created page with "You may edit the date time format for a an analyst by following the below steps: Right click on the analyst > properties > regional settings > local standard and forms > amend...")
 
Line 1: Line 1:
 
You may edit the date time format for a an analyst by following the below steps:
 
You may edit the date time format for a an analyst by following the below steps:
 +
 
Right click on the analyst > properties > regional settings > local standard and forms > amend the format from there.  
 
Right click on the analyst > properties > regional settings > local standard and forms > amend the format from there.  
You may also chose to amend this for all analysts by going to the server configuration tool > regional settings tab > local standard and formats > custom settings from the drop down > an amend as necessary
+
 
 +
You may also chose to amend this for all analysts by going to the server configuration tool > regional settings tab > local standard and formats > custom settings from the drop down > and amend as necessary
  
 
____________
 
____________
Line 7: Line 9:
  
 
Create Security Profiles *  
 
Create Security Profiles *  
 +
 
click on Administration > Manage Security Profiles > click Add > name the profile select either a profile to replicate or blank profile > under application rights tab select data dictionary > customize rights (system privileges tab > desktop workspace rights tree > can manage regional settings ) > click OK > close
 
click on Administration > Manage Security Profiles > click Add > name the profile select either a profile to replicate or blank profile > under application rights tab select data dictionary > customize rights (system privileges tab > desktop workspace rights tree > can manage regional settings ) > click OK > close
  

Revision as of 08:59, 10 July 2015

You may edit the date time format for a an analyst by following the below steps:

Right click on the analyst > properties > regional settings > local standard and forms > amend the format from there.

You may also chose to amend this for all analysts by going to the server configuration tool > regional settings tab > local standard and formats > custom settings from the drop down > and amend as necessary

____________ If you would like to provide all analysts to be able to amend their own regional settings the you will need to use security profiles:

Create Security Profiles *

click on Administration > Manage Security Profiles > click Add > name the profile select either a profile to replicate or blank profile > under application rights tab select data dictionary > customize rights (system privileges tab > desktop workspace rights tree > can manage regional settings ) > click OK > close

To assign this security profile you will need to click on Administration > Manage Security Profiles >select profile > assign > select the analysts and click on the arrows. > close

After you have given them the rights each analyst my amend his own regional setting as they like.

Alternatively if you would like all your analysts to have the same Regional setting ( "English(United Kingdom)") then you may amend all the records at once by following the below guide :

Log on to the SW server > open Interactive SQL > pate in the below :

update sw_systemdb.swanalysts set country ='2057' ,datetimeformat='dd/MM/yyyy HH:mm:ss' ,dateformat='dd/MM/yyyy' ,timeformat='HH:mm:ss' where analystid not like"sys%";

Please note that this will change all the analysts regional settings.