Joining Actuals and Planned Work from Project Server

Hi,
I have an SQL based query which returns Actuals and Planned work from Project Server; however a number of records (generally generic resources based on the ResourceIsGeneric column) are excluded. I believe this is because my Actuals query does not return
generic resources as we are joining both sides of the query on ResourceUID. I have included a snippet below - is there a way to join Actuals and Planned work so I can return all Resource data?
Thanks
SELECT tl.ResourceUID
,tl.ProjectUID
,tl.ResourceName AS [ResourceName]
,CASE
WHEN tl.ProjectName = 'Administrative'
THEN tl.TaskName
ELSE tl.ProjectName
END ProjectName
,ruv.RBS AS [RBS]
,Sum(ta.ActualWorkBillable) ActualWorkBillable
,Sum(ta.ActualWorkNonBillable) ActualWorkNonBillable
,Sum(ta.ActualOvertimeWorkBillable) ActualOvertimeWorkBillable
,Sum(ta.ActualOvertimeWorkNonBillable) ActualOvertimeWorkNonBillable
,CASE
WHEN Sum(ta.ActualOvertimeWorkBillable) > 0
THEN Sum(ta.ActualOvertimeWorkBillable)
END [HOURS]
,DATEPART(year, ta.TimeByDay) AS [Year]
,DATEPART(month, ta.TimeByDay) AS [Month]
,DATENAME(month, DATEADD(month, DATEPART(month, ta.TimeByDay), - 1)) AS [MonthName]
,puv.[Project Status] AS [ProjectStatus]
,ruv.[Primary Role] AS [PrimaryRole]
,ruv.[Resource Department] AS [Department]
,ruv.ResourceIsGeneric
,ruv.[Cost Category] AS [ResourceType]
,puv.[SAP Project Code] AS [SAPProjectCode]
,CASE
WHEN tl.ProjectName <> 'Administrative'
THEN NULL
ELSE tl.TaskName
END TaskName
,puv.[Project Plan Type] AS [ProjectPlanType]
,puv.[GEM Project Manager] AS [GemPM]
,ruv.[Rate Code] AS [RateCode]
,ruv.[Cost Centre] AS [CostCentre]
,ept.EnterpriseProjectTypeName AS [EPT]
,puv.[I DO Phase]
,puv.ProjectOwnerName AS [ProjectOwner]
FROM dbo.MSP_TimesheetActual_OlapView ta
INNER JOIN dbo.MSP_TimesheetLine_UserView tl
ON ta.TimesheetLineUID = tl.TimesheetLineUID
INNER JOIN dbo.MSP_EpmResource_UserView ruv
ON ruv.ResourceUID = tl.ResourceUID
LEFT JOIN dbo.MSP_EpmProject_UserView puv
ON puv.ProjectUID = tl.ProjectUID
LEFT JOIN dbo.MSP_EpmEnterpriseProjectType ept
ON ept.EnterpriseProjectTypeUID = puv.EnterpriseProjectTypeUID
WHERE ta.TimeByDay >= @xDate1
AND ta.TimeByDay < @xDate2
AND tl.TimesheetStatus IN (
SELECT ParamValues
FROM @ParamTable
AND ta.ActualWorkBillable > 0
GROUP BY ...
) TimesheetActual
FULL JOIN (
SELECT ruv.ResourceUID
,puv.ProjectUID
,ruv.ResourceName
,puv.projectname AS ProjectName
,ruv.RBS AS [RBS]
,Sum(abduv.AssignmentWork) AS [PlannedWork]
,DATEPART(year, abduv.TimeByDay) AS [Year]
,DATEPART(month, abduv.TimeByDay) AS [Month]
,DATENAME(month, DATEADD(month, DATEPART(month, abduv.TimeByDay), - 1)) AS [MonthName]
,ruv.ResourceIsGeneric
,puv.[Project Status] AS [ProjectStatus]
FROM dbo.MSP_EpmResource_UserView ruv
INNER JOIN dbo.MSP_EpmAssignment_UserView auv
INNER JOIN dbo.MSP_EpmAssignmentByDay_UserView abduv
ON auv.AssignmentUID = abduv.AssignmentUID
AND auv.ProjectUID = abduv.ProjectUID
ON ruv.ResourceUID = auv.ResourceUID INNER JOIN dbo.MSP_EpmProject_UserView puv
ON auv.ProjectUID = puv.ProjectUID
AND abduv.ProjectUID = puv.ProjectUID INNER JOIN dbo.MSP_TimeByDay_OlapView tbdov
ON abduv.TimeByDay = tbdov.TimeByDay WHERE abduv.TimeByDay >= @xDate1
AND abduv.TimeByDay < @xDate2
AND ruv.ResourceName <> 'Unassigned Resource'
AND ruv.ResourceName IS NOT NULL
AND abduv.AssignmentWork > 0
GROUP BY ruv.ResourceUID
,puv.ProjectUID
,ruv.ResourceName
,puv.projectname
,ruv.RBS
,DATEPART(year, abduv.TimeByDay)
,DATEPART(month, abduv.TimeByDay)
,ruv.ResourceIsGeneric
,puv.[Project Status]
) TimesheetPlanned
ON TimesheetActual.ResourceUID = TimesheetPlanned.ResourceUID
AND TimesheetActual.[Year] = TimesheetPlanned.[Year]
AND TimesheetActual.[MonthName] = TimesheetPlanned.[MonthName]

Hi,
you pasted just part of your query, e.g. is declaration of @ParamTable missing. Without complete query, it is difficult to see, what you are trying to do.
Could you please provide complete query?
Barbara
To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
an appropriate solution faster. Thanks for your support!

Similar Messages

  • Report for extracting the actual and planned cost from service orders

    HI all
    we are creating a report in BI for Module - Customer service . LIke , the report is all about how many complaints created in the system and how many completed technically and what is the cost involved for each complaint .
    Like we want the comparision between the planned cost and the actual cost .
    Now to give the logic to the BI Team for planned cost and actual cost , please suggest the flow of logic or table flow to arrive the planned and actual cost
    thanks in advance

    Hi Marthand,
    I am not sure which datasource your are using. In this case, you can use the 0VALUETYPE to differencitae between th eplan and actuals. Normally Plan which is budget will have value 050 and for actuals will have 010. For costs, you will have one key figure and at the reporting level, you will have the costs restricted by the value type for plan and actual to make comparisons.
    Hope this helps.
    Regards,
    Srinivas

  • Problem with the% deviation from Project Server 2010 field

    hello
    I have a problem with the% deviation from Project Server 2010 field.
    Within a file or project, this project contains tasks.
    Each task has completed the field% deviation.
    Within the row "Summary" in the field of% deviation does not perform the sum of all fields of tasks.
    Only occurs on certain projects, these projects have the view of PR Progress Report
    Anyone know happens?
    thank you very much

    Hi
    Sorry, I'll be more specific now.
    Within the field% deviation. Your settings in PWA is:
    The formula for field% Deviation:
    Str (IIf ([Job baseline] = 0; IIf ([Working] = 0, 0, 100); IIf ([Working] = 0; -100; Int (100 * ([Job] - [Work Online base]) / [Working baseline])))) + "%"
    Under the heading rows Calculation Summary:
    > Use formula.
    Within the field Allocation Calculation of rows:
    > It is labeled the "Apply unless you manually specify".
    The field [Job] and field [Job baseline] are fields Pack project server.
    The error is in project, in the list of tasks.
    In the top row, this row summary makes the sum of the ranks of the tasks of the file.
    But in my case only in the summary field the same value appears in the tasks.
    In all the cells in column% deviation appears the same value.
    I hope it helps.
    thank you very much

  • Project Server Error Event ID 6971 when upgrading from Project Server 2007 to 2010.

    Hi All, 
    I get the following error when trying to import a project server site from PS 2007 to PS 2010.  The error occurs after the provisioning is completed.  The initial error with event id 7381 is:
    "ProjectSite post provision setup completed with errors"
    This error is followed by Event Id 6971 and the following error text.  I checked the site and I do see the sub sites under the main project server site, but the actual PWA site is not created and integrated with the project server components.  The
    database upgrade of all the 4 Project Server databases went through ok.  I am not sure how to fix this problem.  Any help that you guys can provide is great appreciated.
    Failed to provision site "Testsite "with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Membership synchronization failed. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request)
       at Microsoft.SharePoint.SPWeb.InitializeSPRequest()
       at Microsoft.SharePoint.SPWeb.InitWebPublic()
       at Microsoft.SharePoint.SPWeb.get_Language()
       at Microsoft.Office.Project.Server.BusinessLayer.SharePointSecurityHelper.DeleteRoles(SPWeb web)
       at Microsoft.Office.Project.Server.BusinessLayer.SharePointSecurityHelper.ConfigureDefaultPWAWSSSecurityModel(SPSite topSite, SPWeb web)
       at Microsoft.Office.Project.Server.BusinessLayer.Admin.<>c__DisplayClass18.<QueueUpdateUsersAddRemoveStatusOnPwaRootsAndWorkspaces>b__17()
       at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()
       at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
       at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
       at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
       at Microsoft.Office.Project.Server.BusinessLayer.Admin.QueueUpdateUsersAddRemoveStatusOnPwaRootsAndWorkspaces(Dictionary`2 deletedUserUidsLoginNames, Guid[] addedUserUids, Boolean isFullSync, Boolean syncWorkspaces)
       at Microsoft.Office.Project.Server.BusinessLayer.Admin.SynchronizeMembershipForPwaAppRootSite()
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.SynchronizePwaMembership(ProjectProvisionSettings provset, ProjectSite projectSite)
       --- End of inner exception stack trace ---
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.SynchronizePwaMembership(ProjectProvisionSettings provset, ProjectSite projectSite)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    Thanks,
    Anand.

    Hi Anand,
     Thanks for the info.
    Basic rule for DB attach method is, we should not change Project Web Application site collection name. E.g of old site was /PWA , when we move databases from one farm to another site should
    be provisioned as /PWA.  Brian Smith's excellent blog article can help you to understand common issues
    As per the error message posted earlier, looks like you are trying to provision PWA site as “Testsite”
    Correct me if I am wrong
    http://blogs.msdn.com/b/brismith/archive/2011/02/07/project-server-2010-common-project-web-app-pwa-provisioning-problems.aspx
    Verify that you are not using one of the reserved outline code or custom field
    http://technet.microsoft.com/en-us/library/ee662500.aspx
    Custom field and lookup table name conflicts
    Hrishi Deshpande – Senior Consultant DeltaBahn
    Blog | < |
    LinkedIn
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.This can be beneficial to other community members reading the thread.

  • How to Open Project Professional file of particular project from project server pro-grammatically?

    Hello all,
    I am working on project server 2013 right now.
    I am able to create and check in project from my C# application. but is there any way open MPP file of this project from my App.
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

    Hello Folks,
    i have found some code to do the stuff i want to. but it ain't working right now as i don't know what to pass in Filename
    argument in the FileOpen() method.
    Reference : http://us.generation-nt.com/answer/how-open-winproj-exe-2007-programmatically-c-applicatio-help-96037972.html
    private void start()
    var objProcess = Process.Start(@"winproj.exe", "/s http://servername/pwainstance/");
    internal void OpenProjectPlanThroughXMl()
    var backgroundThread = new System.Threading.Thread(new ThreadStart(start));
    backgroundThread.Start();
    System.Threading.Thread.Sleep(10000);
    Microsoft.Office.Interop.MSProject.ApplicationClass objProject = new ApplicationClass();
    objProject.Visible = false;
    object oMissing = System.Reflection.Missing.Value;
    object oFile = @"<>\myprojectname.published";
    object oUserName = "username";//"MSProjectUser"; // Project server database user
    object oPassword = "password@123";//"tcs@12345"; // project server database password
    object oURL = "http://servername/pwainstance";
    object oFormat = "MSProject.mpp";
    objProject.DisplayAlerts = false;
    objProject.FileOpen(oFile, oMissing, PjMergeType.pjDoNotMerge, oMissing, oMissing, oMissing, oMissing, oUserName, oPassword, oFormat, oMissing, PjPoolOpen.pjPoolReadWrite, oMissing, oMissing, oMissing, oMissing);
    objProject.ActiveProject.Application.BaselineSave(true, PjSaveBaselineFrom.pjCopyCurrent, PjSaveBaselineTo.pjIntoBaseline, true, true, true);
    objProject.ActiveProject.Application.PublishAllInformation();
    right now i am getting error like "Argument not valid".Please help me out. 
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

  • Rolling forecase for Actual and Plan

    Hi
    Iam working on Rolling Forecast for Actual and Plan report.. My Planning here is Quaterly based so for example say we plan it on April so the months after april (May - Dec) would be Planning. So when my month keeps on moving the forecase also moves..
    So can you please guys help me to get out of this with an solution..
    Thanks

    Hi,
    If you are using BI-IP for your scenario of forecasting then you can refer to the below links for forecatsing strategies.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
    for forecasting strategies
    http://help.sap.com/saphelp_nw70/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
    If you are using SEM-BPS you can consult these links:
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Forecast (old)
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Forecast(Exit)
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Priyanka Singh

  • Actual and Plan Versions annual view - Multiple versions per company code

    Good Day,
    Iu2019m creating an FI-CO query with an annual view of both Actuals and Plan Values, which uses period and version as input values. The dilemma is around the plan versions which are hardcoded per company codes (eg. 1 Company Code = versions 501 u2013 512)
    Can anyone suggest a possible solutions as normally there is only one version used for planning but in this instance there are multiple versions per Company Code.
    Currently the report is hardcoded for one Company Code and going forward it should cater for more than one(Company Company* 12 Version)
    Kind Regards

    Remove restriction on comp code. There could be 2 models.
    1. Include comp code, value type and version in the rows. This way you get multiple records for a comp code. One record for actual data and one record each for plan versions. To have this model at the query, the data model in the cube also should be in this way (what we call as the account model), multiple records differentiated into actual/plan by valuetype and different versions by version.
    2. Include comp code in rows. Create selections, one for actuals (restrict with key fig and value type 10, actuals), one for each plan versions (restrict key fig with value type 20, version 501. Create one selection for each version this way). This way we have one record per comp code with diff key fig for actual and plan versions. We call this as key fig model. To have this model at the query, the data model in the cube could be account model or key fig model. If it is key fig model then no need of selections. The key fig could be taken directly from the cube.

  • How to consume the Calendar Exception details from Project Server 2013 to an SSRS report using PSI ?

    Hello,
    Can anyone guide me how to access the calendar exception details from Project Server using PSI?
    I need to extract calendar details of enterprise resources , like exception name, exception type, exception start date and exception end date into my SSRS report hosted in SharePoint 2013 and 2010.
    I would be helpful if I can get a sample of this. I have read through many PSI documents in fact still going through ,what  PSI does and doesn't ,  PSI methods etc. from Project Server SDK and MSDN . Moreover, I
    am a beginner in .NET programming. I am confused and have lots of questions in my mind, like which PSI service should be used in my report(is it  just Calendar.svc), can we pull the details as XML type data source my SSRS report ,are
    there any other configuration settings apart from " setting up an event handler by installing an event handler assembly on each Project Server computer in the SharePoint farm, and then configuring the event handler
    for the Project Web App instance by using the Project Server Settings page in the General Application Settings of SharePoint Central Administration" (as per prerequisites for PSI in SDK) , how can I implement authentication settings
    -(when user with proper SharePoint permission
    can accesses the SSRS report  )
    Kindly bear with me if my questions are not appropriate .
    Please do guide me, and .
    Thanks in Advance!!
    Mridhula
    Mridhula.S

    Hi Brendan,
    Project server reporting database doesn't contain the calendar info. The only supported way to use the PSI to read the calendar info from Published database.
    See this
    reply from Amit.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to extract Plan cost from project #

    Hi,
    I am new to PS.I have a requirement for extracting plan cost from Project #
    Is there any FM? or table for this?
    Plan cost should be equal to S_ALR_87013532 report Plan column.
    FYI..I am writing an ABAP report.
    rgds
    vara
    Edited by: Vara K on Jan 13, 2009 11:48 PM

    First Get Struture name for Transaction CJ40
    Goto SE11, and enter your structure name.eg. RKPLN
    Goto the field that holds your data (e.g.WKGXXX), and double-click on the element name. Once inside the element, do a where-used list for that element, searching tables only.
    Then go into each table, and see if you can find the one holding your data.
    E.g COEJ,COEP,COSS
    Regards,
    Nitin

  • Trouble Getting OOF to work on Project Server 2013

    Hey all,
    I am working on getting OOF working on Project Server 2013. I have followed the steps on the TechNet guide.
    Once I have done this, I get an error from my manage queue jobs stating that it failed, but was not blocked for each resource. What am I missing? What would be the cause of the failure?
    Thanks in advance for the help.
    Jonathan

    Are you referring to following TechNet
    http://technet.microsoft.com/en-us/library/dn155802(v=office.15).aspx
    Hrishi Deshpande Senior Consultant

  • PWA 2010 timesheet: 2 different colors for the rows "Actual " and "Planned

    Hello,
    To make timesheet easier to read and fill, is it possible to have 2 different colors for the rows “Actual “ and “Planned”?
    Thanks,
    soudha

    Hello Soudha,
    By default the timesheet grid shows the cells in white color. But if you have little coding skills or a developer at your end, you can try this using "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\JsGrid.js" java
    script file.
    You may have to modify it but I recommend to take a backup of the file and test in your test environment first.
    Happy troubleshooting.....
    Vikram Daruru - MSFT

  • Actual and Plan Reporting

    Hey guys,
    as I am familiar with the Query Designer, I'm looking for a way, to select dimension members on rows. Anyway, I don't now how to achieve the following selections:
    ACTUAL / APR.2008  --  ACTUAL / MAY.2008  --  ACTUAL / JUN.2008  --  PLAN / JUL.2009  --  PLAN / AUG.2009  -- PLAN / SEP.2009  --
    I don't know how to achieve. I can select mimbers 2008 and 2009, and ACTUAL and PLAN...but then the cartesian product is shown.
    How to achieve the above mentioned structure?
    So far...
    Christian

    Christian,
       If  this  is  a static  report...in the  sense  that, you  do not  want  to have your  plan and  actual  categories to  move  with  time...i.e  next month  in Aug  , you  do  not want  your  actual  till  july  and  rest  as  plan....
    this  shld  be  achievable by  hard coding  the  values  of your  categories...
    1)when  you open your  evdre ..and  click  on the column headings plan/actual..you see  a  EVCVW()  formula...telling  you  tht  it  is being  pulled  from  current  view....delete  that  formula  and  hard  code  the  value  to  Actual/plan...  and  make  your  colkeyrange  NOEXPAND.
    But  if the  above  situation is  not your  case,  and  you  need  a  rolling  forecast  scenario...then one of  the  ways  to  achieve  this  is with  excel  functionality...  as  previously  pointed  by  subramaniam.... you  have  to   use  the  now ()  functionality  to  get  the  month and  year  and  concatenate these (TEXT(NOW(),"mmm") " "YEAR(NOW()))...
    and  based  on the  current  month  you  have to  define  the categories  Actual  and  plans  and  these  have  to  be  maintained   in your  excel...and  once you  have  your column  headers  right  and have the  colkeyexpansion locked with  noexpand....you  shld  be  set...
    hope this  helps...
    Edited by: Vishal Mahawadhi on Jul 7, 2009 10:11 AM

  • Moving Planning areas and Planning books from SCM 4.0 to SCM 5.1

    Hello Experts,
    Can anyone have idea of how to transport planning areas and Planning book from SCM 4.0 to SCM 5.1.
    Do we need any prerequisite to Transport Planning area and Planning book from Lower version (SCM 4.0) to higher version SCM 5.1.
    Any suggestion could be very helpful for me.
    Thanks!
    Best Regards,

    I have never done this, but I suspect it might be tad easier to just recreate them in 5.1 There are scores of tables that Planning Book configuration lies in. I would not rely on a transport mechanism working across versions to migrate every bit of the configuration accurately.

  • I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?

    I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?

    velma Monreal wrote:
    I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?
    Yes you can. In iPhoto create a Album with the photos you want in it. You can drag them from your Events folder. In iTunes with your iPad connected go to Photos by cliking on your iPad. You can then select the album or events you want.

  • Differences Between Optimizer Solution and Planner Solution in Project Server Events

    Dear All,
    Does anyone know the differences between Optimizer Solution and Planner Solution in Project Server? 
    In http://msdn.microsoft.com/en-us/library/office/gg204879(v=office.15).aspx and http://msdn.microsoft.com/en-us/library/office/gg200978(v=office.15).aspx, they stated same definitions for both Optimizer Solution and Planner Solution.
    Thank you.

    Not entirely sure, but I'd guess they are the same.  This is probably a relic of the old Portfolio Server which had Planner and Optimizer as separate modules.  My guess is that some of that got grandfathered in to Project Server, but due
    to functionality creep, ended up meaning pretty much the same thing.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

Maybe you are looking for

  • Black screen w/blinking cursor hp dv6700 please help me out someone!!

    My dv6700 running vista 32 bit has shut down on me and when i try to start it I get the first HP screen and then get stuck on a black screen with blinking cursor.....so i can't get to the next screen to press F8.....I went to this page to download is

  • Exposure Control setting for HDR

    I know RAW can contain multiple exposures within the format, but when taking RAW images, when shooting for HDR what should the exposure range be set to 3 photos or 5 photos and; -0.5 to + 0.5 EV ? - 1EV to +1 EV ? -2 EV to +2 EV ?

  • Does iTunes convert video

    I added many videos to my library converted in the AppleTv friendly format. When trying to add a video to the iphone, an error says video not playable on iPhone (format issue). Does iTunes itself have the ability to re convert video to iPhone playabl

  • Embed movie controls

    I have a Flash site that imports HTML copy from external text files. On one of the pages, I would like to list some clickable links to show some video clips. How do I get the swf to know that a certain link should start playing a movie clip, and disp

  • Problems installation Cs5 and Cs6

    My OS is windows 7 I had  Adobe cs5.5 installed, try upgrading to Cs6 trial but got error. Then try to reinstall Cs5.5 but now I can`t do it, it always stops in "Adobe Help installing" WARNING: DS013: Payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} Ad