Friday, June 19, 2009

Clear OLAP Cube Cache

ClearCache xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<>
<TravelReportingOLAP_Corporate>
<
>



<>
<>
<TravelReportingOLAP>
<
>
<
>

Wednesday, June 17, 2009

Time inteligense in Perfromance Point Server

If you have a Single select Time filter with Year/Semister/Quarter/Month then use the below expression to get the Time in Months.

in <<>> brakets put UniqueName

IIF(<>.Level.Ordinal=4,(<>.Parent.Parent.Parent,<>.Parent.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=3,(<>.Parent.Parent,<>.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=2,(<>.Parent,<>.Parent.PrevMember), (<>,<>.PrevMember)
)
)
)

If you need current year and previous year.

IIF(<>.Level.Ordinal=4,(<>.Parent.Parent.Parent,<>.Parent.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=3,(<>.Parent.Parent,<>.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=2,(<>.Parent,<>.Parent.PrevMember), (<>,<>.PrevMember)
)
)
),
IIF(<>.Level.Ordinal=4,(<>.Parent.Parent.Parent,<>.Parent.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=3,(<>.Parent.Parent,<>.Parent.Parent.PrevMember),
IIF(<>.Level.Ordinal=2,(<>.Parent,<>.Parent.PrevMember), (<>,<>.PrevMember)
)
)
).PrevMember

Sunday, March 15, 2009

Hide Quick Launch Menu from SharePoint

Go to Edit Settings and add this script to a webpart.

"<"style">"
.ms-navframe
{
display:none;
}
"<"/style">"

Sunday, March 8, 2009

Nokia N97 - Touch Screen Phone

The new touchscreen phone from Nokia .... coming soon to rock the world.


Awesome features:

3G Network HSDPA 900 / 1900 / 2100
16:9 wide screen
3.5 mm audio jack
Full QWERTY keyboard
Handwriting recognition
Internal 32 GB & a slot for 16 GB microSD card (TransFlash): 48GB huge storage
WLAN Wi-Fi 802.11 b/g, UPnP technology
Bluetooth Yes, v2.0 with A2DP
USB and v2.0 microUSB
5.0 MP camera
Video VGA@30fps and Secondary Videocall camera
GPS support
MP3/WMA/WAV/eAAC+ player
MPEG4/WMV/3gp video player
Pocket Office (Word, Excel, PowerPoint, PDF viewer)
and much more... clikc here


Saturday, January 17, 2009

Tafiti - Microsoft's new animated searh engine.

Tafiti is the latest search engine by Microsoft Corp built on Silver Light animation technology.

Tafiti presents the search results in different ways(Animated tree view , Text view..etc)

Below image is the sample search presented in animated Tree View

More about Microsoft Tafiti


Sunday, January 11, 2009

Microsoft Surface (new touchscreen coffe board from Microsoft)

Microsoft Surface (Milan), is a Multi-touch interface from Microsoft with mind blowing features.Enjoy the below videos.

More about Microsoft Surface



Microsoft Business Intelligence Surface

Windows Media Player Not Opening in Vista and XP

If you are facing issues with windows media player or videos not displaying in your I.E. Try below solution it worked for me.

Register the below DLLs.

Start->Run->regsvr32 jscript.dll
Start->Run->regsvr32 vbscript.dll