Working with outline levels in Project 2007 formulas

I’d a question for you about project formulas, if you may kindly address me.
How to write a formula in a customized column with correct syntax for this case:
I have two colums:
Baseline Work at Outline Level 3 only
Work at Outline Level 4
 I would like to show in a third customized column a progress percentage ([Work]/[Baseline Work]*100) showing results at each Outline Level 3, calculated on items at Outline Level 4 belonging to that Outline Level 3.
May you kindly give me any input?
Thanks in advance for this
Gianluigi Goglio 

Hi Guillaume,
What I would like to obtain is the situation below, where the last column is a percent of middle column value/left column value.
Left column value is only entered at outline level 3. My goal is to have percent on third column, at least at outline level 3 (82.5%), percent at outline level 4 are a plus.
Ore vendute (baseline work)
Ore attuali (work)
% avanzamento  (% progress)
446 hrs
368 hrs
82.5
0    
hrs
  50 hrs
11.2
0    
hrs
150 hrs
33.6
0    
hrs
102 hrs
22.9
0    
hrs
32 hrs
7.2
0    
hrs
16 hrs
3.6
0    
hrs
18 hrs
4.0
Thanks again for your help
Gianluigi

Similar Messages

  • LSO Correspondence doesn't work with vCalendar attachment in MSOutlook 2007

    Hello,
    Is anyone using the Learning Solution Request-Based Correspondence with either vCalendar attachments and Microsoft Outlook 2007?
    Our client moved from Microsoft Outlook 2003 to Microsoft Outlook 2007. None of our vCalendar attachments work since we have moved to Outlook 2007. When we try to open the .VCS attachment, we receive an error message stating that it is not a valid Internet calendar file.
    I even tried .ICS attachment but same error pops up !
    Any work around !!
    Request to help , it would be greatly appreciated !!
    Thanks!
    Hello SAP Gurus ,
        Please help me out on the issue.
        or any alternative to this.
    Thanks in advance
    Edited by: Kumar214reddy on Jan 19, 2012 3:45 PM

    I was experiencing this same issue and have finally have it resolved with a code recommendation from SAP.  Hopefully you have already performed all the actions as outlined in this document:
    http://aspireopenmic.com/2011/06/29/lso-outlook-calendar-requests-as-attachments/
    However this does not work with Outlook 2007/2010 - only with Outlook 2003.  I had to do this additional work:
    1) Copy Class CL_LSO_CRP_RENDER_EXAMPLE to ZCL_LSO_CRP_RENDER_EXAMPLE
    2) Edit the method CREATE_VCAL of this new class.
         - Comment all code out from this line onwards:
      * BEGIN:VCALENDAR
        ls_soli-line = 'BEGIN:VCALENDAR'.
       APPEND ls_soli TO lt_soli.
      * Add CR/LF
        LOOP AT lt_soli ASSIGNING <fs_soli>.
          <fs_soli>-line+253(2) = cl_abap_char_utilities=>cr_lf.
       ENDLOOP.
    3) Add this statement:
    DATA: helpstring    TYPE string.                  
    4) Add the following code within the method:
    * BEGIN:VCALENDAR
      CONCATENATE 'BEGIN:VCALENDAR' cl_abap_char_utilities=>cr_lf
        INTO helpstring.* BEGIN:VCALENDAR
      CONCATENATE helpstring 'VERSION:1.0' cl_abap_char_utilities=>cr_lf
        INTO helpstring.* BEGIN:VEVENT
      CONCATENATE helpstring 'BEGIN:VEVENT' cl_abap_char_utilities=>cr_lf
        INTO helpstring.* ORGANIZER
      CONCATENATE helpstring 'ORGANIZER:MAILTO:' ls_data-sender-smail
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* ATTENDEE
      CONCATENATE helpstring 'ATTENDEE;ROLE=ATTENDEE:' ls_data-astxt '<' ls_data-amail '> '
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* DTSTART
      CONCATENATE helpstring 'DTSTART:' ls_data-kbgda 'T'
        INTO helpstring.
      IF NOT ls_data-kbtim IS INITIAL.
        CONCATENATE helpstring ls_data-kbtim INTO helpstring.
      ENDIF.
      CONCATENATE helpstring
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* DTEND
      CONCATENATE helpstring 'DTEND:' ls_data-kndda 'T'
        INTO helpstring.
      IF NOT ls_data-kbtim IS INITIAL.
        CONCATENATE helpstring ls_data-ketim INTO helpstring.
      ENDIF.
      CONCATENATE helpstring
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* LOCATION
      IF NOT ls_data-b_ort IS INITIAL OR NOT ls_data-rstxt IS INITIAL.
        CONCATENATE 'LOCATION:' ls_data-b_ort ls_data-rstxt
          INTO l_subject SEPARATED BY space.
        CONCATENATE helpstring l_subject
          cl_abap_char_utilities=>cr_lf
          INTO helpstring.
      ENDIF.* CATEGORIES
      CONCATENATE helpstring 'CATEGORIES;ENCODING=QUOTED-PRINTABLE:EDUCATION'
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* CLASS
      CONCATENATE helpstring 'CLASS:PUBLIC'
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* SUMMARY
      CONCATENATE text-001 ls_data-kstxt INTO l_subject SEPARATED BY space.
      CONCATENATE helpstring 'SUMMARY;ENCODING=QUOTED-PRINTABLE:' l_subject
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* DESCRIPTION
      CONCATENATE helpstring 'DESCRIPTION:' l_subject
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* END:VEVENT
      CONCATENATE helpstring 'END:VEVENT'
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.* END:VCALENDAR
      CONCATENATE helpstring 'END:VCALENDAR'
        cl_abap_char_utilities=>cr_lf
        INTO helpstring.
      CALL METHOD CL_DOCUMENT_BCS=>STRING_TO_SOLI
        EXPORTING
          IP_STRING = helpstring
        RECEIVING
          RT_SOLI = lt_soli.
    5) Activate this class
    6) Search for all occurances of where method CREATE_VCAL is used within class CL_LSO_CRP_RENDER_EXAMPLE
    7) Replace following statement:
        lr_document = cl_lso_crp_render_example=>create_vcal( lr_reader ). 
    with: 
      lr_document = zcl_lso_crp_render_example=>create_vcal( lr_reader ). 
    This should resolve any problems now with the calendar attachments.

  • How can an ADF Tree be configured to work with varying levels of heirarchy?

    We have a need for a Locations tree that represents the Locations heirarchy for any one of our clients. Depending on the client the number of levels in a location heirarchy could range from 1 to 9.
    I have created 9 different tree bindings and I can change the tree binding in the jsp page - the example below is for a client with 4 location levels.
    <af:tree value="#{bindings.ScdLocs4View1.treeModel}" var="node"
    binding="#{backing_locations.tree2}" id="tree2">
    For a client with 5 location levels, I'd like to programatically change the value to
    #{bindings.ScdLocs5View1.treeModel.  How can I do this?
    I was thinking I could use the setValue method on the tree control in my page's backing bean.  But I have been unable to get a reference to the tree binding.
    I don't see an appropriate method for finding a Tree Binding.  There are methods for finding an Iterator Binding, an Executable Binding, or a Region Binding (whatever that is).  But how do I "find" a reference to a Tree Binding?
    I have also given consideration to using a single Tree Binding with 9 levels (or rules in the Tree Binding Editor) and finding a way to  programatically "start" the rendering at a particular level (or rule) - in effect telling the ADF Tree control to ignore some number of rules and begin with the specified rule.  But I haven't been able to figure out how to do this either.
    Help would be greatly appreciated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Bill,
    A tree binding is a particular kind of control binding, so you can find it as a control binding and then cast it to the more specific interface to work with it.

  • Query Designer not working with Aggregation Levels on BW 7.30

    Hi,
    Every time I try to create a query on top of an Aggregation Level that I created with the new ABAP based RSPLAN transaction.
    If somebody can help me out I'd appreciate it.
    By the way, we don't have the Java stack, but we are currently using BO4's JVM as we're on ramp up.
    This is the error that I get when trying to create the query:
    QD Revision 667
    ERROR ID: E-ONGUIUNHANDLEDEXCEPTION
    And this is the error log:
    1:42:13 p.m..319: Info: Query Designer Start. Revision: 667
    QDbCommandBase::Execute  - Standard View
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Properties
    QDbCommandBase::Execute  - Messages
    QDbCommandManager::ItemClickedHandler - Bar clicked: NewQuery
    QDbCommandBase::Execute  - New...
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - Documents
    QDbCommandBase::Execute  - Where-Used List
    QDbCommandBase::Execute  - Messages
    QDbCommandBase::Execute  - Table View
    QDbCommandBase::Execute  - Cells
    QDbCommandBase::Execute  - Conditions
    QDbCommandBase::Execute  - Exceptions
    QDbCommandBase::Execute  - Rows/Columns
    QDbCommandBase::Execute  - Filter
    QDbCommandBase::Execute  - InfoProvider
    QDbCommandBase::Execute  - Properties
    -EXCEPTION-START- 1:42:52 p.m..416: TRACE EXCEPTION  ---
    Exception Name: TargetInvocationException
    Exception Message: Exception has been thrown by the target of an invocation.
    Exception    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.PropertyGet(Object iPropertySource, String iPropertyName)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueGetDefault(Object iPropertySource)
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.pValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueDefault()
       at com.sap.bi.et.QueryDesigner.QDpPropertyBase.ValueResolved()
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.SetFirstProperty(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDpPropertyMulti.Add(QDpPropertyBase iProperty)
       at com.sap.bi.et.QueryDesigner.QDuPropPageQuery.ToDialog()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.ToDialogCore()
       at com.sap.bi.et.QueryDesigner.QDuPropPageBase.set_CommandContext(QDbCommandContext Value)
       at com.sap.bi.et.QueryDesigner.QDuPropPages.EnablePage()
       at com.sap.bi.et.QueryDesigner.QDuPropPages.ContextChangedHandler(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ContextChangedEventHandler.Invoke(Object iSender, QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.OnContextChanged(QDbCommandContext iCommandContext)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDcView iViews, QDeAreaType iAreaType)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CalculateContext(QDbElement iElement)
       at com.sap.bi.et.QueryDesigner.QDbCommandPropertiesQuery.ExecuteCommand()
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.CommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.InitialCommandExecute(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommandInternal()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoExecuteCommand(QDbCommandBase iCommand)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.ItemClickedHandler(Object sender, BarItemClickedEventArgs args)
       at com.sap.bi.et.QueryDesigner.QDdEventDispatcher.MenuItemClickedHandler(Object iSender, BarItemClickedEventArgs iE)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarManager.OnItemClicked(BarItemClickedEventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.OnItemClicked(EventArgs args)
       at com.sap.bi.et.QueryDesigner.QDiBarItem.OnItemClicked(EventArgs args)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.PerformClick()
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarRenderer.OnMouseUp(MouseEventArgs e)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.OnMouseUp(MouseEventArgs e)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Full Stack:   at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    -EXCEPTION-END----
    -CALLING-FROM- 1:42:52 p.m..416: TRACE EXCEPTION  ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       at System.Windows.Forms.Control.WndProcException(Exception e)
       at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()

    Hi,
    it seems that you are already using the most recent query designer version. Is your SAPGUI also the most recent version? If yes, open a OSS ticket. If not reinstall the SAPGUI and the BEx tools. I am also working with this query desinger version and I don't have this kind of problem.
    Regards,
    Gregor

  • No outline levels from Project Online main project page?

    I'm still relatively new to Project Online, but I have four projects I have showing on the project page of Project Online. Three from SharePoint task lists and one Enterprise Project.  All I can see is the project name and related columns.  If
    I want to see anything "below" that (i.e., at various outline levels), the Outline command in the Projects ribbon doesn't do anything.   Sure I can go to the individual project or SharePoint task list and see it there, but I thought in some
    Microsoft video that from the projects page of Project Online I should be able to see more detail on each project.
    So what's the scoop, oh experienced ones?  Bug or feature?  :)

    Hi Cuttyson,
    The Project Center page ("Project" link from the quick launch menu on the left part of the PWA page) only displays 1 row per project and there is no such a feature which allows developing a project from the project center. To do this, you have
    to click on the project name and access all detail information about the project (or sharepoint list).
    It has been like this since the first versions of Project Server's Web Application.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Working with various formats within project

    Good Afternoon,
    I am about to embark on creating a 2-3 minute splash reel for our company, to include tons of clips from work we've done in the last year. Owners of content submitted the work in a variety of formats with an unfortunate emphasis on WMV's. Frame sizes and frame rates are all over the place.
    What is the best way to start in? Do I conform everything to the same specs, or at least convert the WMV's to QT? Or do I just deal with heavy amounts of rendering working with the non-uniform clips in the time line?
    I really appreciate any advice.

    I'm sure Flip4Mac's big brother Episode would do everything you want, and more, but it's a few more dollars as well. However, F4M should work fine, too. As far as the size, that might take an experiment, but I would think you can leave them at their current size spec, then process.

  • Chapters and Play all - how do I get this to work with a one hour project?

    Hi
    I have a one hour project and at the moment I have it in one track with a Main Menu, Chapter menu and a bridge menu for the loop point.
    I have 5 chapters and want 2 functions to happen in my DVD structure:-
    1. the Play All function
    2. and the Chapters to play each individual chapter and then go back to the Chapter menu when it;s finished.
    As my project is now, the play all feature won't work, it is like it's the CHapter menu.
    In the past I've had a track for the play all and then separate tracks for each chapter. Is there a way around this - do I have to do that fancy encoding (which I have no idea how to set up.
    I have 5 chapters and would love some help to construct this as I don't think the 2 hours would fit on my single layer DVD and it would be a lot more exporting work.
    Hope you can help.
    Cheers
    Margie

    You may want to use scenarios in this situation.
    click the "add a scenario" button, an add as many scenarios as you have chapters.
    Then double click on each scenario option.
    You will see a list of chapter appear on the left of your timeline area.
    Drag the chapter you want to play solo to the empty list on the right ("scenario markers").
    Make sure you then select that chapter marker in the scenario Marker list, and choose "end jump: main menu". Also make sure that your gobal scenario end jump is set to your main menu too.
    Then link you buton to that scenario and repeat for the other chapters.
    hope that helps.
    tee.

  • Advantages and disadvantages of using only sequence files or working with sequence files in projects

    Hello,
    can anyone please tell me the advantage of using projects instead of just a sequence file? Do I need projects only if I have more than one sequence file?
    Thanks a lot!

    MGH,
    Projects are meant to help with organization of TestStand files, but with the intention of use as part of a deployment of your test system.  As the TestStand Reference Manual (page 2-5) puts it:
    "In TestStand, you can create a workspace to organize and access your development files. A TestStand workspace file (.tsw) contains references to any number of TestStand project files. A TestStand project file (.tpj) contains references to any number of other files of any type.
    Use TestStand project files to organize related files in your test system. You can insert any number of files into a project. You can also insert folders in a project to contain files or other folders."
    John B.
    Applications Engineer
    National Instruments

  • How can I get Preloader to work with my (Edge Animate) project?

    I have carefully followed the instructions to set up a simple preloader gif for my fairly large project. After hours of torturous examination, I still cannot find out why the preloader gif does not appear. Can anyone help?  The project is at:
    Coda -The Novel by AJ Levy
    To anyone that can see the problem, thanks in advance.

    Oooops -- it was working just fine. The gif just happened to be below the visible part of the page on the screen. Sorry.

  • X-Fi Fatal1ty PCI Doesn't Work With ART Tube MP Project USB in CUBASE 3

    Hi
    I've got X-Fi with Art Tube MP USB which uses standart Windows USB Audio Device driver. In 'Control panel -> Sound & Audio Devices' I select Output: X-Fi, Input (Rec): USB Audio Device because I need sound output from X-fi and input from USB Audio Device (Art Tube MP).
    In Cubase 3 everything works fine with ASIO Multimedia driver. But latency is?VERY big. If I select 'Creative ASIO' in doesn't work at all. ASIO4ALL, ASIO DirectX Full Duplex doesn't work also.
    My question is how to get things to work. I want to record from ART Tube MP and listen from X-Fi. With LOW latency.

    screw it.. i dunno... bad drivers, that's what i'm accounting it to. Nobody seems to know what the problem is anymore.
    With that said, the card works wonderfully now =D
    Someone on this board mentioned some third party drivers, so I went and found them. I had no troubles installing and have had no troubles with the drivers
    since their installation a few days ago.
    These drivers are not supported nor created by Creative (as far as I know). Use the drivers at your own risk.
    First, go to this address and read up on their drivers and how to install and what not. All the posts you should care about are sticked, so read the stickies!
    http://www.youp-pax.org/forumdisplay.php?fid=3&page=
    I noticed that the links to their drivers are lousy/don't work. Some nice person went and hosted all their files on a different site.
    http://hosted.filefront.com/robertmc84
    Be very cautious when downloading their drivers from filefront. The host has numerous old versions up and the file names aren't always 00% copy/paste from
    the YouP Pax site, so be certain you have the right file before downloading/installing.
    READ THE STICKIED INSTALLATION GUIDE! Same thing as with the installing Creatives' drivers, if you don't completely uninstall former drivers, bad things happen.

  • Paste Link 'Outline Level' from Excel into Project get error

    I am trying to generate a MS Project schedule based on linked data in an Excel spreadsheet. I cannot get the summary project tasks to appear with their sub-tasks. When I try to paste link the Outline Level into Project, I get and error that states
    "The paste link operation failed. You cannot paste into a field that project calculates automatically." However, I can manually type the Outline Level into the project and it changes the task-subtask relationships as it should. How can I get this
    to work?

    This error just means that you can’t paste a link just anywhere you like, just as you can’t type data into just any cell. change the excel data source schedule without calculate. see the link:
    http://office.microsoft.com/en-gb/project-help/export-or-import-data-to-another-file-format-HA010352531.aspx
    KR

  • How to work with saving projects/selecting, How to work with saving projects/selecting

    Hello,
    I have a couple questions about working with FCP X folders, projects, etc. So basically, I have all of my Macs home sync excluding the "Movies, Pictures and Music" section with those having dedicated AFP shares on my Lion Xserve. I figured out the Aperture and iTunes part and it works very well for me using the "Home Sharing" and "Merge" library feature in Aperture and iTunes. How would I go about doing something similar with all of my video projects? When I am activelty working on projects, I want them to be in the "Movies" portion of the computers home folder, but I would like to be able to then store it on the "Video" AFP share I have on my server for archival purposes and accessing them on my other netwokred Macs. How would I do this? Do I just drag the stuff from the video folder? Will FCP X on other Macs open this succesfully? Sorry if I sound stupid, but I am very new to FCP X, switching from FCS.
    Thanks!

    If we want the sequence table shall we have to create it seperately or will it creates directly?

  • Ranking feature not working in RoboHelp 8 - FlashHelp project

    I'm testing RoboHelp 8, we use FlashHelp because we like the skins.  I just converted my project from RH7 to RH8 and am doing testing of new features.
    After I generated my converted FlashHelp project, i selected to view it on my C drive.  I did a search for "wash account". The results display 18 topics but NO ranking information.
    Out of curiosity, I generated the same project using WebHelp --- the Ranking works fine.
    Search setup in the project layouts for FlashHelp and WebHelp are the same:
    Enable Highlight Search Result (with gray color selected for highligh)
    Enable substring search
    What's the problem with FlashHelp in RH8 with ranking?
    Will I have the same problem when I finally get RoboHelp Server 8 up and use FlashHelp Pro as our primary layout?
    Please don't tell me that ranking only works with WebHelp or WebHelp Pro in RoboHelp 8.

    Hi!  Ranking works with WebHelp Pro when project is published using RoboHelp Server 8.  You do have to make sure if you want the topic to be ranked highest that the keyword is in the topic title and sub-titles as well as in the body.
    I've done no more testing in regards to ranking with FlashHelp Pro because we haven't moved to RoboHelp 8.
    Hope this information is useful.
    PJV

  • 3.4: keyword auto-completion not working for multiple levels

    Auto-completion does not work with higher level keywords, which used to work in LR 3.3 (IIRC).
    Example:
    I enter in the "Click here to add keywords" field:
    "He" then LR tries to complete the keyword by showing keywords starting with "He". Fine.
    But this is a keyword which does not exist so far, so I enter "Heldenplatz > W" because I want to have sorted it under Wien. If I'm not mistaken, LR 3.3 showed after entering the "W" a list of existing keywords starting with W (auto-completion for the one level higher tag). This is not the case anymore. I have to enter  "Heldenplatz > Wien" completely, which makes it slow and error-prone.
    Am I mistaken or can you reproduce it?
    Cheers

    GaryRowe wrote:
    How can it be, after all this time, that they still do not have effective regression testing in place ? Any sane development team (who wants to remain sane ;-) builds this as a priority ... unless they aren't given the resources?
    I think (don't remember though) that this never worked, so regression testing would not have helped.
    What is really to worry, that features aren't consequently and completely implemented (and tested). With a new option in Lightroom 3, Adobe has offered support for keywords with spaces. It seems that this feature as neither been thoroughly analysed or implemented. Thus, we face the currently inconsequent support of it:
    keyword completion only works with the first entered word, but when you enter a complete keyword hierarchy using the ">" letters
    filtering seems to have problems too

  • AUTHSERVER USE with security level of "MANDATORY_ACL"

    Has anyone done this? When i sent security to "MANDATORY_ACL", the AUTHSVC does
    not come up. But if I change
    that to "USER_AUTH" it comes up. Does it not work with MANDATORY_ACL level or
    am I doing something wrong?
    Any help appreciated. Thanks in advance.

    Oops - of course SECURITY and AUTHSVC should be on
    separate lines in the ubbconfig! It seems that one
    needs to enter double-spaced lines when posting in
    this newsgroup... (but the quote further down seems
    OK though.)
    I try again:
    SECURITY MANDATORY_ACL
    AUTHSVC "..AUTHSVC"
    /Per
    "Per Lindström" <[email protected]> wrote:
    >
    Hello Ramnath,
    when you use ACL or MANDATORY_ACL security with the BEA-
    supplied AUTHSVR, you must define AUTHSVC as "..AUTHSVC"
    instead of "AUTHSVC", like this:
    SECURITY MANDATORY_ACL
    AUTHSVC "..AUTHSVC"
    I hope this will solve your problem.
    Best regards,
    /Per
    "Ramnath Cidambi" <[email protected]> wrote:
    Has anyone done this? When i sent security to "MANDATORY_ACL", the AUTHSVC
    does
    not come up. But if I change
    that to "USER_AUTH" it comes up. Does it not work with MANDATORY_ACL
    level or
    am I doing something wrong?
    Any help appreciated. Thanks in advance.

Maybe you are looking for

  • NASS Auto Loan Questions

    So I recently got approved for NASA membership and CC. I am also toying with the idea of getting a new car or truck. Currently drive a 07 Accord that has been paid of for a few years now. While I love having 0 car payments I kinda want something more

  • New Socket() acting strangely under Windows

    Hello, First a little background: I have a client application that connects to a server application through a socket. The client first checks to see the server is 'reachable' using the .isReachable() method. If this return true, all is good. If it re

  • ITunes cannot run because...

    ...some of it's required files are missing. Please reinstall iTunes. That's the error message I get when I try to open iTunes. Usually I always keep iTunes opne. But yesterday I plugged my ipid in to try and update it,and nothing was happening except

  • Oracle 11g spatial database

    Am new to spatial data of oracle... the oracle manual mentions the following steps in order : 1)Creates a table to hold the spatial data. 2) Inserts rows for areas of interest. 3) Updates the USER_SDO_GEOM_METADATA view to reflect the dimensional inf

  • Add a MS Word/Excel document to a Calender Event.

    How do I add a MS Word/Excel document file to a Calendar Event so that it can be saved in the Calendar Event? In MS Outlook you just either copy or add the file to the Event and save.