Project Online - offline project plan prompts for date range to be entered when accessing Resource Usage view

When I save a project plan to my local computer from Project Online and open it up in an offline mode and access Resource Usage view I get prompted with Date Range dialog boxes with the first one saying "Show resources/assignments that start or finish
after:" and the second one with "And before:".
I don't have any filters that are setup in Project Online that are not available in offline mode to trigger these prompts.
Please let me know what could be causing the date range prompts. Thanks.

Hi,
You probably retrieve an enterprise filter into your local file. Just open the organizer from MS Project, go to the filter tab (be sure to have your project selected in the drop down menu at the top left of right of the organizer) and delete the date range
filter.
Hope this helps,
Guillaume Rouyre, MBA, MCP, MCTS |

Similar Messages

  • User Prompt for Date Range in Bex Query Analyzer

    I have a workbook that has two queries. The queries both require the user to enter a date range upon refresh. I want the user to be able to hit refresh, enter the date input into the dialog box and then both queries to use this date range for their input. I have seen this in other book, but when I click refresh on my book it only runs the first query. How do I get the second query to use the first queries input?

    use the same variable in both the queries. this will let the user enter the date in a single variable and this will refresh both the queries.
    rgds, Ghuru

  • Can Project Lite be used with "Project Online with Project Pro for O365"

    Hello MS Support,
    I am aware that Project Lite does not functions as a stand alone, it either works with Project Online or Project Server. However, I wanted to check and be very sure before buying, if Project Lite will work equivalently well with "Project Online with
    Project Pro for O365".
    Project Lite:
    https://products.office.com/en-IN/project/compare-microsoft-project-management-software
    Project Online with Project Pro for Office 365:
    https://products.office.com/en-us/project/project-online-with-project-pro-for-office-365
    Prompt reply will be a great help.
    Regards,
    Urvashi

    Urvashi:
    Project Lite grants access to update timesheets and tasks only. You cannot use Project Pro to connect to Project Online with this license. Everyone who manages schedules using Project Professional or Project Pro for Office 365 must have a full license for
    Project Online and a license for Project Pro. Project Lite is not a license that applies to on-premises installations. For that you acquire a different type of license.
    Gary Chefetz, MCITP, MCP, MVP msProjectExperts
    Project and Project ServerFAQs

  • Project Online with Project Pro for Office 365

    Hi,
    I have several licences for Project Online with Project Pro for Office 365.
    Project Web App is working fine, as well as Excel Web App, Word Web App...
    I just miss  Project Pro for Office 365. I don't know were to find it, how to activate it :-(
    Thanks for your help !

    Please find the link for activation
    http://technet.microsoft.com/en-us/library/gg982959.aspx
    for trouble shooting 
    http://support.microsoft.com/kb/2745026
    http://social.technet.microsoft.com/Forums/projectserver/en-US/bbd848ab-b383-46b7-b968-91d233d252eb/how-to-install-project-online-and-project-pro-for-office-365?forum=projectprofessional2010general
    kirtesh

  • How to install Project Online and Project Pro for Office 365

    Hello,
    Can someone please explain where can I find reliable and exploitable step by step process to install
    Project Online and Project Pro for Office 365. I tried for several weeks with no avail.
    All the links I followed led to
    an impasse.
    Thanks for your help

    WLID1966,
    I am not sure if there is a step by step process detailed anywhere, but that possible because it is fairly easy to get started. The steps below may vary sligtly because I am using a preview version..
    1) you would sign up for Project Pro for Office 365 from this link (or pursue through your organization) : http://office.microsoft.com/en-us/project/enterprise-project-and-portfolio-management-subscription-project-online-with-project-pro-for-office-365-FX104002972.aspx
    2) Once you are setup with Office 365 account and project online, you would go into the settings as shown below
    3) Once you click on software, you should see the below, and then click Install to install Project Pro.
    Prasanna Adavi,PMP,MCTS,MCITP,MCT http://thinkepm.blogspot.com

  • Calendar prompt for Date variable from bex

    Hi All,
    I have a Bex query where I have a variable on 0CALDAY
    - Customer exit (i_step = 1 to populate with current date)
    - Single value
    - Mandatory
    I created universe on this query and in webI selection screen i do see the variable prompt.
    I am not able to see the current date populated automatically since exit values are not populated to WebI at runtime.
    My problem is that in WebI selection screen we get list of date values from the info provider instead of Calendar prompt
    where user can enter the values directly.
    I am currently on BO XI 3.1 SP3.
    Is there any specific setting in Universe or bex query which is required to get this Calendar prompt instead of list of values for dates?
    Note: When we were on SP1 the universe created then had same variable from bex and it still shows us Calendar prompt but ever since we upgraded to SP3 for the query splitter functionality we not able to get the calendar prompt for date variable in new universe we create
    Thanks
    Ritesh

    Yep.
    Now tell me how you want to show that Prompt @ WebI report level.
    My problem is that in WebI selection screen we get list of date values from the info provider instead of Calendar prompt
    where user can enter the values directly. Exactly, i didn't get this??
    @Prompt:
    You have flexibility to show options like:
    Mono/Multi: User can select Single value or Multiple.
    BW Variable: Same we have (Single/Multiple)
    Free/Constrained: User can Enter his/her value directly or No change option.
    BW Variable: By defalut you will get this, once you made it to Optional input.
    Persistent/Not_Persistent: Refreshed report has to show last selected value means use Persistent otherwise Not_P.
    By seeing the Prompt syntax , I can say your Variable is after Customer Exit, Correct??
    Workaround for your Problem is:
    <FILTER KEY="ZV_DATE"><CONDITION OPERATORCONDITION="Equal"><CONSTANT TECH_NAME="@Prompt('Date (Previous Day)','A','Date\LovDate (Previous Day)Base',mono,primary_key)"/></CONDITION></FILTER>
    You have to remove that Date class and objects from prompt syntax. Because of that it showing up LOV's not calendar.
    Like:
    <FILTER KEY="ZV_DATE"><CONDITION OPERATORCONDITION="Equal"><CONSTANT TECH_NAME="@Prompt('Date (Previous Day)','A',',mono,primary_key)"/></CONDITION></FILTER>
    Why, It should be blank??
    Because Date needs no class\object to show up, by default you will get Calendar on the fly.
    Hope you got my point.
    Thank You!!

  • Prompt user for date range

    Im working on a report that when it is opened by end user, i want it to prompt them for a date range. The report should only show records that fall between the date ranges entered.
    If i use the select expert and hardcode specific dates in, it works and only shows the records i want to see. However i cannot figure out how to set Crystal to prompt the user to enter the in DateTime and the to Date Time fields with Select Expert.
    Ive tried using a Parameter field, which it prompts for the date range, but still pulls up all records as normal. Its like it ignores the date range the user enters.
    The select expert shows this formula, the date/time is all zero's in this example.
    {SHOP_ORD\.REVISED_START_DATE} in DateTime (0, 0, 0, 00, 00, 00) to DateTime (0, 0, 0, 00, 00, 00)
    Please help

    Figured it out.
    Had to create two Parameter Fields {?StartDate} and {?EndDate}.
    Then used Select Expert, Formula Editor to modify the formula and set the in DateTime = {?StartDate} and the to DateTime = {?EndDate}
    This works. Just hide the Parameter fields and you have your range selector

  • ABAP code for Date Range

    Hi All,
    I have requirement to write code for date range.
    Characterstic = Run-Out Date, it was created reference to 0Date.
    Requirement is data should load depends on Run-Out Date 7 days old and 14 days future.
    Logic is -7 days old >= Run_out date <= 14 days future.
    please let me know how I need to proceed with ABAP code for this requirement.
    Thanks.
    Please do not ask for ABAP code here. Its not a training forum
    Edited by: Pravender on Aug 18, 2011 1:46 AM

    >
    Sree vignesh wrote:
    > Hi,
    > In the select option we have a field month range as
    > SELECT-OPTION : FROM 01.2007       TO  01.2009 " Let say Ur Selection option is SO_MONTH
    > but now i need to add the DMBTR field considering the month range in the SELECT OPTION i.e., only FROM 01.2007 TO  01.2009 i mean without 2006 data.
    >
    > LOOP AT LT_DATA WHERE month in SO_MONTH. " Here add a Where condition
    >     ls_output-matnr = lt_data-belnr.
    >     ls_output-werks = lt_data-bukrs.
    >     ls_output-lgort = lt_data-dmbtr.   
    >
    >     COLLECT  ls_output INTO lt_output .
    >
    >   ENDLOOP.
    >
    > please help with code .
    >
    > thanks in advance.
    Regards,
    Suneel G

  • Query to find first and last call made by selected number for date range

    Hi,
    query to find first and last call made by selected number for date range
    according to filter:
    mobile_no : 989.....
    call_date_from : 25-april-2013
    call_date_to : 26-april-2013
    Please help

    Hi,
    It sounds like you want a Top-N Query , something like this:
    WITH    got_nums   AS
         SELECT     table_x.*     -- or list columns wanted
         ,     ROW_NUMBER () OVER (ORDER BY  call_date      ) AS a_num
         ,     ROW_NUMBER () OVER (ORDER BY  call_date  DESC) AS d_num
         FROM     table_x
         WHERE     mobile_no     = 989
         AND     call_date     >= DATE '2013-04-25'
         AND     call_date     <  DATE '2013-04-26' + 1
    SELECT  *     -- or list all columns except a_num and d_num
    FROM     got_nums
    WHERE     1     IN (a_num, d_num)
    ;This forum is devoted to the SQL*Plus and iSQL*Plus front ends. This question doesn't have anything to do with any front end, does it? In the future, you'll get better response if you post questions like this in the PL/SQL.
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the SQL forum FAQ {message:id=9360002}

  • Forum search doesn't seem to work for Date Range 'ALL'

    Hi there,
    Forum search doesn't seem to work for Date Range option: 'ALL' .
    For a given search criteria, I get few search results when the date range is chosen as 'last year', but for the same search criteria, when the date range is chosen as ALL, no search results are shown (not even the ones shown earlier for last year selection).
    regards,
    AJ

    Can you please delete my few duplicate replies in [CJ20n|Re: Long Text at Activity Level in CJ20N] thread?:-)
    Cheers,
    Amit.

  • Which BW variable is used for date(range) when creating a portal service

    Hi,
    Can any one please let me know which BW variable is to be used for date(range) when creating a portal service for searching based on dates.
    Thanks
    Abhai

    Hi Arun,
    its just a portal service which would be called when  searching a document created on a particular date or betwwen a range of date.so what i require is which BW variable to be used when handling range.As for variable technical name we use VAR_NAME_I  and for single value variable we VAR_VALUE_EXT_I
    in the similar manner i want BW variable to be used for range of values.
    Thanks
    Abhai

  • Dynamic Date Value for Date Range Parameter - Scheduling in BI

    Hi,
    I am New to BO Enterprise XI R3. I want to schedule the Crystal report which takes Date Range as parameter. Is any option available to calculate From Date automatically based on Current Date based on the range required?
    Currently, Parameter option accepts parameters and enterprise process the report for configured parameters. In this case, report always prints only for configured date range eventhough report generated after one month. I am expecting report has to print data for date range (eg. 1 weeks, 4 days, or any range) based on system current date.
    Thanks in Advance,
    Venkateswaran.P

    I'm am in the same situation.  I need to be able to have the date parameter dynamically change based on the current day's date when I schedule a report.  However, because this parameter comes from a Stored Procedure from the database, it cannot be modified in the Report Designer (as far as I know).  I've tried to set a default for it to use "currentdate" but it doesn't seem to take.  Anyone know if this can be accomplished in the scheduler?
    Thanks
    -Tom

  • Query for date range? JE

    Hi,
    I have seem some posts on the JE forum regarding quering for date range, but it is mostly using DPL.
    Is there any way to do that using the JE API
    Thanks,
    Mohammad

    Hi Mohammad,
    A date range query can be performed as a key range query. There's nothing special about dates except that you'll want to use a key binding that gives a meaningful sort order. If you're representing your dates in milliseconds, then a LongBinding (in com.sleepycat.bind.tuple) will work well. In general, use tuple bindings for keys, because they provide a meaningful sort order.
    To perform a range query, this FAQ has some hints:
    http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#28
    On range searches in general, they can be done with Cursor.getSearchKeyRange or with the SortedSet.subSet and SortedMap.subMap methods, depending on whether you are using the base API or the Collections API. It is up to you which to use.
    If you use Cursor.getSearchKeyRange you'll need to call getNext to iterate through the results. You'll have to watch for the end range yourself by checking the key returned by getNext. This API does not have a way to enforce range end values automatically.
    If you use the Collections API you can call subMap or subSet and get an Iterator on the resulting collection. That iterator will enforce both the beginning and the end of the range automatically.
    Does this answer your question?
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Multi camera project, Online/Offline. Major issues reconnect/re-digitize

    Ok gang I got brain bender.
    3 camera show, Multi camera project shot Digi-beta. Brought the tapes (3@90min) in low res (dv50) and now I need up-res the files or as apple would call it “online/offline”
    According to the book this can be done a few diffrent ways. I have explored these ways and I’m failing...very very badly.
    Attempt #1.
    - took time line into media manager made the sequence “offline” save the project to new folder in drive with new settings (10-bit). All looks good till you try to recapture at 10-bit. Clip names get changes and numerical extensions apple put on during “make new clip” don’t match. In short I have a show that wont go. FCP wants to digitize everything
    Attempt #2
    - took time line into media manager made the sequence “offline” Selected the clips batches of clips and then re-digitaized. Again clips don’t match and FCP wants to digitize everything.
    This is where I need your help. What can I do to make this process work? Below are my next moves...but before I spend another 18 hours in a bay I want to make sure I get some other input.
    Option 1)
    Encode all the tapes in 10-bit, Try to reconnect. I would like to stay away from this because the space needed for 10-bit is out of this world and I do have other projects. Again I’m looking for that secret 1,2,3 to making clips only re-digitizing.
    Option 2)
    try some other method I haven't tried yet. ( this is the one I’m hoping for)
    Thanks for your time an I hope it hear from you ASAP as I’m dying over here. Multi-clip with online/offline it’s exactly in the index in the FCP user guide. If any one has some posting or web pages I could book make for future that would be a big help.
    Thank you all for your time in advance
    Jeff

    I must playback in Premiere the 4 video streams in real time
    Good luck with that.  Many folks have trouble with even one stream.
    edit those offline low res copies to get my edit decision list
    I'm not sure offline editing with AVCHD will be possible because of the folder structure.  You may not be able to 'replace' the lower res copies with AVCHD.
    My output format is Flash F4V 640x360 px square pixels for Internet playback.
    Oh, man.  Shooting HD of any flavor is just overkill that adds unnecessary work to the process.  Have your client shoot in DV.

  • Project Online and Project Lite Licenses Transferable?

    I was wondering how the user licenses are handled when deactivating and reallocating.   Are user licenses transferable for Project Online, Project Lite, and Project for O365? 

    Teddy,
    It depends on how you are defining "Transferrability". As a bottom line, the number of "Active" users at any time, cannot be more than your licenses. And the license for each product are its own.
    I am no licensing expert, and I suggest you talk to a Microsoft Rep for a concrete statement on the licenses.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

Maybe you are looking for

  • Problem migrating CUCM 7.1.5 to 9.1(2) (Jump Upgrade)

    Hello all, I am facing an issue when trying to upgrade from CUCM 7.1.5.30000-1 to 9.1(2) over UCS following the jump upgrade procedure. I have installed 7.1.5 CUCM software on the UCS using the 9.1(2) ova. (two nodes cluster), and after that restored

  • Lower than expected speeds due to high SNR

    Hi, my connection was activated nearly 2 weeks ago. Current router stats are; Line state Connected Connection time 1 day, 14:29:00 Downstream 1,728 Kbps Upstream 448 Kbps ADSL settings VPI/VCI 0/38 Type PPPoA Modulation ITU-T G.992.1 Latency type Int

  • Console not recognizing Mapped drives.

              Heyas,           We are deploying two clusters on two machine with one admin server using WL           7 SP5 or Window 2003 servers. The application we want to deploy on server 2 does           not reside on the admin box. We have a drive m

  • Problem in seeing new LaCie USB drive

    Hi all, am looking for information related to the fact that my LaCie 320 gig USB drive will not show on the desktop. Sometimes it does appear to quickly vanish, often with an error message relating to inappropriate device removal, but of course I hav

  • Hide XML from LOG File

    Hi All, When we run the payment process request, XML is generated and putted in the LOG File, our requirement is to hide XML from the log file. Please let me know how we can do that: <?XML version = > <outboundpaymentinstruction><paymentinstructionin