Archive for category: MOSS – General

Configure advanced search in sharepoint

22 July, 2008 (09:52) | MOSS - General | By: GVK

Go site action > Site Settings Click on Sites and Workspaces Create Search site using ‘Search Center’ template (which is under Enterprise tab) After creating the ‘Search Center’ site, browse to the site and copy the url Return back the main home page, then go to ‘Site Action’ > Site Settings Under ‘Site Collection Administration’ [...]

Change Date Format of Site Column

21 July, 2008 (12:30) | MOSS - General | By: GVK

First of all create a column with Date and Time column type, choose Date Only radio button under Date and Time Format provide the column name as ‘Date’ Then Create one more column with Calculated (calculation based on other columns) column type, provide the below said formulas in formula input fields and name the column [...]

Calculate two fields in Sharepoint list

21 July, 2008 (11:55) | MOSS - General | By: GVK

please follow the steps: 1. Create three columns Quantity, Unit Price & Net Amount 2. Columns types: Quantity [Number], Unit Price [Currency], Net Amount [Calculated (Calculation based on other columns)] 3. While creating Net Amount Column give text which is quotes (avoid quotes) “=[Quantity]*[Unit Price]“