Showing posts with label rid. Show all posts
Showing posts with label rid. Show all posts

Wednesday, March 28, 2012

How to Schedule a task in Vista

Hi All,

Is Vista get rid of the task scheduling? We can schedule a task easily through the Scheduled Task under control panel, but I cannot find similar stuff in Vista.

Can anyone tell me if schedule a task is still available in Vista? If yes, where can I do that?

Thakns in advance!

Gordon

Ummm... A suggestion, especially for something that isn't released yet:

Search Microsoft's Web site for this information. Or even Google.

Your answer looks to be in the first link when I searched for "windows vista scheduled task" in Google.

Phil|||Good suggestion and will keep in mind!

Monday, March 19, 2012

How to round the measures (fields in fact table) to a nearest integer.

How to round the measures (fields in fact table) to a nearest integer.

These measures were displaying the decimal places and I want to get rid of decimals by rounding.

How to implement rounding for these measures.

Thanks In Advance

Anil Pasupula

Just use the format string for the measure to format it. e.g. "#,0". It will round it correctly.|||Thanks for your solution.