Hi Rasmus
You can utilize the URL action to achieve this task. Here is a screenshot showing one of the ways:
http://i53.tinypic.com/j5v7dv.pngIn this example, a URL action called
Launch PDF has been associated to the
Name attribute of the
Contact dimension, and when launching the action, the
Contact id member property of the
Name attribute is extracted and added into a text string. This should automatically open the document in the application to which PDF files are associated in Windows.
You should also be able to launch in a specific application, e.g. Adobe PDF Reader, by specifying the application executable (if it takes parameters and is part of the Path for Windows). For example:
"AcroRd32.exe I:\CredInv\Scan\"+[SUO Contact].[Name].Properties("Contact Id")+".pdf"Note! To make actions work at all, you need to modify the cube connection string set up in TARGIT ANTServer to allow for actions to be available. The property to set is called
Safety Options and needs a value of
1:
http://i52.tinypic.com/2a97eom.pngI hope this helps you add value to your use of TARGIT!
Best Regards,
Dennis
Edited by user Wednesday, October 12, 2011 5:11:47 PM(UTC)
| Reason: Not specified