Step by Step SharePoint Designer Book

Regards,
I have buyed  a book whose title is step by step SharePoint Designer and has a product key to download the software; however I cannot download the software SharePoint Designer  form the website. The website is outdated; I need help to continue this
process .Microsoft automated searches require a number or product key when I enter the number of product that is in the book does not and none of the options given by you is correct in this case.
thank you
Argeo   E mal 
[email protected]
Argeo Dominguez

SharePoint Designer is a free application that you can download from Microsoft Download Center.If you need SharePoint Foundation for your environment it is also avalaible to download for free.
Here you got links:
MS SP Designer(x86) http://www.microsoft.com/download/en/details.aspx?id=16573
MS SP Designer(x64) http://www.microsoft.com/download/en/details.aspx?id=24309
MS SP Foundation http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5970

Similar Messages

  • Any good recource on workflows (visio + sharepoint designer) Books, courses etc ...?

    Hello,
    I'm looking for some material on how to build workflows in sharepoint 2010, books  / websites / articles / youtube etc...
    I want to make some more advanced workflows using Visio export to sharepoint designer.
    But i need more knowledge best practices some examples, and design ideas.
    Ideas ideas for custom coding etc, what to do and what better not to do.

    Microsoft has a great site for Workflows. There are videos there and all kinds of content. You have to main pathways for custom workflows, SharePoint Designer (SPD) and Visual Studio.  If you are not a coder you would want SharePoint Designer.
    http://technet.microsoft.com/en-us/sharepoint/ff819861
    Here is a book which is just on SPD workflows.
    http://www.amazon.com/SharePoint-Designer-2010-Workflows-ebook/dp/B004D5006M/ref=sr_1_1?ie=UTF8&qid=1310647590&sr=8-1
    Here is another book which you might like on Building business solutions with SharePoint 2010.
    http://www.amazon.com/Beginning-SharePoint-2010-Solutions-Programmer/dp/0470617896/ref=sr_1_9?ie=UTF8&qid=1310647590&sr=8-9
    Good luck,
    Gary
    Blog www.sharepoint2010now.com
    Gary Newman MCSE, MCT, CCNA MCDBA, MCAD, MCSA MCTS SharePoint 2007 Dev & Admin MCPD SharePoint 2010 Development
    My Blog www.sharepoint2010now.com

  • Is it possible to debug step by step for share point designer workflow in share point 2010

    Hi all,<o:p></o:p>
    I have created a reminder date work flow but it is not working .In this work flow it need to be check first its status if its status is suspend then only workflow can run .I am
    attaching below workflow logic check if any modifications needed please suggest me . And  I have doubt is it possible to check step by step debugging like in coding we are using break point in this way any break point is available for designer workflows
    ? If break point is available please guide me how to get and use those<o:p></o:p>
    Thanking you,<o:p></o:p>
    ArunDarly 
    <o:p>Workflow logic given below</o:p>

    You can't step through a SharePoint Designer Workflow.  The normal workaround is to Log messages to the History list with the values you want to look at where you would normally put breakpoints.  Then run the workflow and examine the history
    list to see how the values changed as you went through your workflow.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • No prompt anymore after sucessfully upload a webpart from sharepoint designer 2013 to sharepoint 2013 site

    Dear reader,
    Please look at this procedure:
    http://www.wonderlaura.com/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&ID=76&Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0 
    I succesfully did this once with sharepoint designer 2013. But now i get stuck at step 6. Sharepoint designer doesnt prompt this anymore.
    When importing the new files it says: "list doesn't excists. selected page contains a list which doesn't exist. Possibly it has been removed by another user".  The strange thing is, that the list does excists!
    Tried to export the same list again under a different name, but with no result. The missing prompt is the issue i think. Does anybody know how the get the prompt back?
    Kind regards,
    Jacco Vogelsang

    Dear reader,
    Please look at this procedure:
    http://www.wonderlaura.com/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&ID=76&Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0 
    I succesfully did this once with sharepoint designer 2013. But now i get stuck at step 6. Sharepoint designer doesnt prompt this anymore.
    When importing the new files it says: "list doesn't excists. selected page contains a list which doesn't exist. Possibly it has been removed by another user".  The strange thing is, that the list does excists!
    Tried to export the same list again under a different name, but with no result. The missing prompt is the issue i think. Does anybody know how the get the prompt back?
    Kind regards,
    Jacco Vogelsang
    As additional info: The error is stated when i try to put the webpart on a webpage. So the webpart is uploaded in the webpart collection, but i cant use it....
    BTW the first webpart i can use in the site collection Mother and brother/sister sites.
    Kind regards,
    Jacco Vogelsang

  • Item level permission on workflow task List using sharepoint designer 2013

    Hello All,
    I have created a custom approval workflow. Workflow create a Task in Tasks List.  Now suppose A task is assign to user1. 
    User2 should not able to edit\approve\reject the item.
    How to give item level permission using SharePoint designer in SharePoint 2013 workflow.
    SharePoint 2013 workflow doesn't have impersonation steps also.
    Please suggest how to give permission on task list based on assigned To field.

    In order to change permissions on a list item you'd need a sharepoint 2010 workflow according to http://msdn.microsoft.com/en-us/library/jj728659.aspx
    Unfortunately this functionality is not available in SharePoint 2013 workflows :-(
    The impersonation step still exists, but it is now called "App Step" in the SharePoint Designer 2013 Ribbon. This step is disabled, though, until you activate a web site feature called "Workflows can use app permissions"

  • SharePoint Designer 2013 - 5 Step Workflow

    Hi all,
    I'm new to SharePoint, and SharePoint designer, but I've been given the role of making it work for our company.  One of the tasks that I've been given is developing a workflow to automate some actions in a process that has 5 steps.  
    In it's simplest form, I'd like the workflow to send an e-mail on each step, wait for the Stage in the list used to change to the next step, then send another e-mail, wait for the change to the next step, etc.
    In doing some digging, this is what I've come up with:
    The stages continue on, one for each step, but the contain the same actions as the Installation stage.
    It somehow doesn't seem right though.  To me, it looks like it's going to end the workflow after each stage, which is not really what I want!
    Any suggestions?
    S

    Hi,
    According to your post, my understanding is that you wanted to wait for the Stage in the list chneged to go to the next step.
    In your workflow, at the begin, it will go the specific Stage based on the Stage value. Once it go to the other stage, it will send email, and then the workflow will be stoped.
    To remain the workflow, you need to add action to the other Stages.
    For example, you can add action to the Installation Stage:
    Stage: Installation
    Email Geordie Andrews
    Wait for Stage change to
    PLU Mapping
    Transition to stage
    Go to PLU Mapping
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Any step by step implementation of SharePoint to Schools - videos / blogs please

    Hi ALL,
    Any step by step implementation of SharePoint to Schools - videos / blogs please
    Regards,
    developementsharepoint

    Hi,
    Yes there is here you are
    https://social.msdn.microsoft.com/Forums/office/en-US/4851485e-5089-494b-bddd-1362eaebb0bf/education-services-in-2013?forum=sharepointgeneral
    http://blog.furuknap.net/sharepoint-education-first-insights
    http://blog.furuknap.net/sharepoint-education-installing-and-configuring
    SharePoint Education aims at satisfying educational institutions’ needs for a collaborative and educational environment. It seems to target the needs of both faculty and students, and supports features such as:
    academic documents, likely books, articles, and so on
    communities, a new grouping mechanism, ‘parent’ of courses
    courses, a collection of academic documents, assignments, and lessons
    assignments, including assigning assignments to individual students
    events, possibly real-time lectures and assignment deadlines
    meetings, including recording of online meetings and meeting schedules
    grades, numeric or non-numeric (letter)
    quizzes
    Despite having a distinct academic feel to it, SharePoint Education should be usable for organization training too. Because of the ease of extensibility, and because SharePoint Education uses only ‘plain’ SP objects, it should be easy to either modify the product
    to organizations’ needs, or build extensions to cover anything that doesn’t come out-of-the-box.
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Step by step book

    Hi,
    any one is having PDF file for step by step SAP BW
    thanks,
    ashok

    Hi ashok kumar  ,
    The following websites contain excellent PDF & PPT books on BI:
    Business Intelligence : Getting Started with Business Intelligence ,Reporting, Analysis, and Planning , Data Warehousing,   BI Accelerator  Embedded and Process-Centric BI 
    https://www.sdn.sap.com/irj/sdn/nw-bi
    The Home of SAP Business Warehouse (BW)
    http://www.erpgenie.com/sap/sapfunc/bw.htm
    SAP Business Information Warehouse
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/content.htm
    Business Intelligence : Programming in BW 
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bi/programminginBW&
    BW and Portals 2005
    https://www.sdn.sap.com/irj/sdn/bi-and-portals2005
    SAP Business Warehouse (BW) Overview
    http://gleez.com/sap/bw/overview
    Business Intelligence : Steps to get started with SAP BW
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bi/stepstogetstartedwithSAPBW&
    SAP Business Information Warehouse Scenarios
    http://help.sap.com/bp_biv335/BI_EN/html/Bw.htm
    SAP BW Learning Guide
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1077480,00.html
    SAP BW Business Warehouse - Introduction
    http://www.thespot4sap.com/Articles/SAP_BW_Introduction.asp
    Business Content Frontend Design Guidelines (NW04)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bda556e9-0c01-0010-83b0-d519d6deb9e9
    How To…Create and Maintain UI Patterns of BI Content
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ad214fe9-0c01-0010-4291-a629e5ba5f90
    SAP NetWeaver BI Integrated Planning for Finance
    http://www.sap-press.de/katalog/buecher/htmlleseproben/gp/htmlprobID-113
    Info object,infocube,infosource,datasource,commn structure,extract structure ..etc..
    http://www.erpgenie.com/sapgenie/docs/MySAP%20BW%20Cookbook%20Vol%201.pdf
    Business Content:
    http://www.bridgeport.edu/sed/projects/cs597/Fall_2003/vijaykse/business_content.htm
    Creating SAP BW data source definitions
    http://publib.boulder.ibm.com/infocenter/ablxhelp/v8r4m0/index.jsp?topic=/com.ibm.db2.abx.dev.doc/abx-t-develop-sapbwdatasource.html
    Business Information Warehouse :
    http://www.erpgenie.com/sapgenie/docs/MySAP%20BW%20Cookbook%20Vol%201.pdf
    New Features in Release 7.1
    http://dev.hyperion.com/techdocs/eis/eis_71/isnwfet.pdf
    SAP BW 3.5 Information Broadcasting Overview
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c39fb990-0201-0010-abae-ba08ada8026b#289,1,SAP BW 3.5 Information Broadcasting: Overview
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Step by step to create planning book & Macro's behind it   I am a ABAPer

    Recently I have been shifted  from R/3 to Apo ; Want to know the creation of planing book & the creation of Macro workbench playing behind planning book .
    To create planning book.
    To create Macro  & how to relate a planning book with the macro.
    Step by step process from simple to complex .
    Different process to programe a macro .
    I can understant ( rather I know ) how to relate  a badi (Enhancement spot ) to a macro & but please guide me how to define a row of a planing book : such as how to define the row 'Avg Weekly Forcast' of planing book in a single varriable as  'ZAVGWKFST' to capture it at badi in the  parameter I_T_LINES[]
    (component - FELDH).
    To create  a custom Button in a planning book & how to program.
    I have many broken links while I try to know it by myself.

    Hi amitabha,
    Please find below the detailed steps to define a planning book:
    A planning book defines the content and the layout of the interactive planning screen. Planning books are used in Demand Planning and Supply Network Planning. They allow you to design the screen to suit individual planning tasks. A planning book is based on a planning area. You can create several user-specific data views in a planning book. In this step, you create a planning book for Demand Planning.
    Procedure
    1.     Access the activity using one of the following navigation options:
    SAP SCM menu     Advanced Planning and Optimization  Demand Planning  Environment  Current settings  Define Planning Book
    Transaction code     /SAPAPO/SDP8B
    2.     Enter the planning book DP_001 and choose Create.
    The Planning Book Wizard dialog box is displayed.
    3.     Make the following entries:
    Field name     User action and values
    Planning Book     Enter the planning book DP_001
    Planning book text     Demand Planning
    Planning area     Select the planning area DP_001 and choose Enter
    Manual Proportion Maintenance     X
    Promotion     X
    Univariate forecast     X
    4.     Choose Continue.
    5.     Assign the following key figures from planning area to the planning book by using drag and drop or choose Add all new Key Figures to add all key figures:
    Description     Value     Comment
    History     9AVHISTORY     Relevant for Scenario MTS
    Forecast     9ADFCST     Relevant for Scenario MTS and VMI
    Promotion 1     9APROM1     Relevant for Scenario MTS
    Forecast (addition.)     9AAFCST     Relevant for Scenario MTS
    Planned Price     9APRICEFC     Relevant for Scenario MTS
    Sales Forecast     9AREVFC     Relevant for Scenario MTS
    Production (Planned)     9APPROD     Relevant for Scenario MTS
    Manual Correction     9AMANUP     Relevant for Scenario MTS
    Additional Field 1     9AADDKF1     Relevant for Scenario VMI
    Additional Field 2     9AADDKF2     Relevant for Scenario VMI
    Additional Field 3     9AADDKF3     Relevant for Scenario MTS
    Additional Field 4     9AADDKF4     Relevant for Scenario MTS
    Additional Field 5     9AADDKF5     Relevant for Scenario MTS
    The Proportional factor APODPDANT key figure is automatically added to your planning area when you create the planning area. You do not have to add this key figure yourself and assign it to the planning book in this step. When you create the respective view, this key figure will be automatically there for your selection.
    6.     Choose Continue.
    7.     Assign the following characteristics from the planning area to the planning book by using drag and drop:
    Description     Value
    APO Location     9ALOCNO
    APO Product     9AMATNR
    Brand     9ABRAND
    Sales Organization     9AVKORG
    APO Destination Loc.     9ALOCTO
         The characteristic 9AVERSION (APO Planning Version) will be added to the planning book automatically after you complete this step.
    9.     Choose Continue to go to the Data View tab (the Key Fig. Attrib tab is available in the change mode only after you have completed the planning book).
    10.     On the Data view tab; enter the following values:
    Field name     User action (Scenario MTS)     User action (Scenario VMI)
    Data view     DP_Standard     VMI_Standard
    Data view description     Demand Planning     Demand Planning
    TB profile ID (future)     DP_4Weeks_5Month     DP_4Weeks_5Month
    TB profile ID (history)     DP_12Month     DP_12Month
    Status     3 (Changeable)     3 (Changeable)
    11.     Choose Enter.
    12.     Select Visible and select the date as of which you wish the past planning horizon to be visible when this data view is opened.
    13.     Choose Continue, and assign the following key figures from the planning book to the data view for either the MTS or the VMI scenario, keeping the same order as in the table:
    Make-to-Stock
    Key Figures      Description
    9AVHISTORY     History
    9ADFCST     Forecast
    9APROM1     Promotion 1
    9AAFCST     Forecast (additional)
    9APRICEFC     Planned Price
    9AREVFC     Sales Forecast
    9APPROD     Production (Planned)
    9AMANUP     Manual Correction
    9AADDKF4     Additional Field 4
    Vendor-Managed Inventory
    Key Figures      Description
    9AADDKF1     Additional Field 1
    9AADDKF2     Additional Field 2
    9ADFCST     Forecast
    14.     Choose Complete.
    15.     When the Planning Wizard prompt appears, choose Yes to complete the planning book and data view.
    16.     On the initial screen, change the planning book you have just created by choosing Edit.
    17.     If you are installing the VMI scenario, continue with step 21 (entering a free text for the key figures).
    If you are installing the Make-to-Stock scenario, repeat steps 9 to 12 to create the following views:
    Views     View Description     Key Figures
    DP_CLP     COLLABORATIVE DEMAND PLANNING     
              History
              Forecast
              Forecast (additional)
    DP_RELEASE     DEMAND PLANNING - RELEASE VIEW     
              Manual Correction
    18.     On the Data View tab page, specify the following TB profile IDs for the DP_RELEASE view,
    Field name     User action and values
    TB profile ID (future)     DP_12Month
    TB profile ID (history)     blank
    19.     Create the remaining views for the Make-to-Stock scenario according to the steps 9-12:
    Views     View Description     Key Figures
    DP_LOGISTICS     DEMAND PLANNING - LOGISTICS VIEW     
              Forecast
              Production (Planned)
    DP_SALES     DEMAND PLANNING - SALES VIEW     
              History
              Forecast
              Forecast (addition.)
              Planned Price
              Sales Forecast
              Manual Correction
    DP_PROP     DEMAND PLANNING - PROPORTIONAL FACTOR VIEW     Proportional Factor
    To modify the proportional factors manually, you need to create a separate data view containing only the APODPDANT key figure to control the authorization to change these factors. This key figure is a default value in the view and is thus invisible, so you do not need to assign any key figure from the right list in this view.
    20.     Choose Complete.
    21.     Go to the Key fig. attributes tab, select the FreeText radio button and make the following entries for each key figure. Choose Save Setting after entering the data for each key figure (depending on your scenario).
    Key Figures     Free Text     Relevant for scenario
    9AVHISTORY     Historical Data     MTS
    9ADFCST     Statistical Forecast     MTS and VMI
    9APROM1     Promotion     MTS
    9AAFCST     Sales Forecast     MTS
    9APRICEFC     Planning Price     MTS
    9AREVFC     Sales Revenue Forecast     MTS
    9APPROD     Logistics Forecast     MTS
    9AMANUP     Final Forecast     MTS
    9AADDKF1     VMI Historical Data     VMI
    9AADDKF2     VMI Customer Forecast     VMI
    9AADDKF3     u2013     MTS
    9AADDKF4     Forecast Deviation     MTS
    9AADDKF5     Customer Forecast     MTS
    22.     Choose Complete and exit the planning book maintenance.
    Steps to create macros in macro wrokbench:
    3.7     Creating Macros (SAP APO)
    Use
    You can use advanced macros to perform complex calculations quickly and easily. Macros are executed either directly by the user or automatically at a predefined point in time. When defining advanced macros, you work in a special desktop environment known as the MacroBuilder.
    In total, four macros are created in the Demand Planning building block. They are all defined for the planning book DP_001. You create three macros for forecast calculation according to the following instruction. The chapter Creating the Macro for Consensus-Based Planning describes how to create the alert macro for consensus-based planning.
    In the DP_STANDARD view of the planning book DP_001, you create two macros:
    The first macro is used for the standard and consensus-based planning. The system calculates the arithmetic average of Statistical Forecast, Sales Forecast and Logistics Forecast, the result of average forecast data plus Promotion Data is inserted in the Final Forecast cell. It enables the user to consider the forecast input and the promotion plan from different departments within the company. The planner can make manual adjustments and enter the final agreed forecast into the Final Forecast cell. All of this information can be shown in the planning book screen.
    The second macro multiplies the Final forecast data with the Planned price to calculate the sales volume. The third macro is an alert macro used for highlighting exceptional situations in consensus-based planning.
    In the DP_SALES view of the planning book DP_001, you create the fourth macro. This macro multiplies the Final forecast data with the Planned price to calculate the sales volume, which is the same as the one in the standard view.
    3.7.1     Creating Macros for the Standard View
    1.     Access the activity using one of the following navigation options:
    SAP SCM menu     Advanced Planning and Optimization  Demand Planning à Environment à Current settings à Define Planning Book
    Transaction code     /SAPAPO/SDP8B
    2.     Enter the name of the planning book: DP_001
    3.     Select Data view DP_standard.
    4.     Choose Edit.
    5.     Choose    MacroBuilder  MacroBuilder   Data view.
    3.7.1.1     Creating the Macro for Consensus-Based Planning
    1.     Right-click the macro node below the planning table and choose Create New Macro  Add macro. In the APO Macro Builder dialog box, enter a descriptive text for the macro, for example, Forecast + Promotion  Final Forecast. Choose Continue.
    2.     Right-click the macro and choose Add macro Element  Step.
    In the APO Macro Builder dialog box, in the descriptive text section, enter a name for the macro step, for example, First Step and choose Continue.
    3.     Right-click the macro step and choose Add Element (Result Level) à Add results row.
    In the APO Macro Builder dialog box, choose Final Forecast in the Row field. Choose Adopt.
    4.     Right-click the result row you have just created and choose
    Add Element (Argument Level) à Add Operator/Function.
    In the APO Macro Builder dialog box, choose u201C(u201C.
    5.     Right-click the operator/function you have just created and choose
    Add Element (Argument Level) à Planning Table Element à Append argument row. In the APO Macro Builder dialog box, choose Statistical Forecast in the Row field.
    6.     Right-click the argument row you have just created and choose
    Add Element (Argument Level) à Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C+u201D.
    7.     Right-click the operator/function you have just created and choose
    Add Element (Argument Level )  Planning Table Element  Append argument row. In the APO Macro Builder dialog box, choose Sales Forecast in the Row field.
    8.     Right-click the argument row you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C+u201D.
    9.     Right-click the operator/function you have just created and choose
    Add Element (Argument Level )  Planning Table Element  Append argument row. In the APO Macro Builder dialog box choose Logistics Forecast in the Row field.
    10.     Right-click the argument row you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C)u201D.
    11.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C/u201D.
    12.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, enter u201C(u201D.
    13.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201CSIGN()u201D and change it to u201CSIGN(u201C.
    14.     Right-click the operator/function you have just created and choose
    Add Element (Argument Level )  Planning Table Element  Append argument row. In the APO Macro Builder dialog box, choose Statistical Forecast in the Row field.
    15.     Right-click the argument row you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C)u201D.
    16.     Right-click the operator/function you have just created and choose
    Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C+u201D.
    17.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201CSIGN()u201D and change it to u201CSIGN(u201C.
    18.     Right-click the operator/function you have just created and choose Add Element (Argument Level )  Planning Table Element  Append argument row.
    In the APO Macro Builder dialog box, choose Sales Forecast in the Row field.
    19.     Right-click the argument row you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C)u201D.
    20.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C+u201D.
    21.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box choose the character u201CSIGN()u201D and change to u201CSIGN(u201C.
    22.     Right-click the operator/function you have just created and choose Append argument row. In the APO Macro Builder dialog box, choose Logistics Forecast in the Row field.
    23.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C)u201D.
    24.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, choose u201C)u201D.
    25.     Right-click the operator/function you have just created and choose
    Add Element (Argument Element)  Append Operator/Function.
    In the APO Macro Builder dialog box, enter u201C+u201D.
    26.     Right-click the operator/function you have just created and choose
    Append argument row.
    In the APO Macro Builder dialog box, choose Promotion in the Row field.
    27.     Select the macro and choose   Check to check it. Generate the macro by choosing   Generate.
    28.     Move the macro by using drag and drop to the Events section and to the Default folder in the upper right screen area.
    29.     If you want to continue with the configuration, proceed with the next activity to create the Sales Volume Macro (see below).
    If you want to discontinue the configuration at this point, we recommend that you save your settings. To do this, go back to the Planning book Design screen and choose Save. Choose All Functional Areas when the confirmation prompt appears.
    Hope this should help you.
    Regards,
    Umesh

  • How do i download flash flyer to my mac book pro lap top it is block .it states it is outdated .i can not view any video please help .i need step by steps explanation please .

    PLeas help with detail information .Im unable to watch you tube or any video .My flash flyer need to be  update .Can i please have steps by steps how to achieve this process . I have a mac book pro .thanks in advance .I try but no sucess.desperate .All the site are asking me to pay .

    Go here -> http://www.adobe.com/software/flash/about/.
    Download the Flash player disk image and mount it by double-clicking the icon. Once the disk image is mounted, double click on the installation package. Be sure and restart your browser(s) before you try to view a YouTube video.
    Clinton

  • BI 7.0 Report Designer  Step by step procedure

    Hi,
    I have searched in Forum but no where i found BI 7.0 Report Designer  please can anyone provide me  Step by Step Procedure it will be great helpful to me .
    Thanks,
    Medha.

    hi Medha,
    Report Designer FAQ;
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7254cb74-0901-0010-4fbf-9b7cb2459f1d
    how to document is;
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/709e2d84-0d53-2a10-928a-d9a565ec010c
    hope it help.
    Hanna

  • BOOKS ON STEP BY STEP  WEBREPORTING WITH SCREEN SHOTS --reg

    Hi experts,
       I am new for webreporting so please give me some books names OR sites for step by step procedure for webreporting .  how to maintain X-axis & Y-axis parameters in CHARTS with our own Units .
    so please help me for the above same.

    hi kiran..
    chk these..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/910aa7a7-0b01-0010-97a5-f28be23697d3
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4487dd91-0b01-0010-eba1-bcd6419
    /people/michael.eacrett/blog/2006/06/07/whats-new-in-sap-netweaver-702004s--an-introduction-to-the-functionality-deltas-and-major-changes
    http://searchsap.techtarget.com/cgi-bin/rd.pl/ftID-1121728-ctID-1064004?//expert/KnowledgebaseAnswer/0,289625,sid21_gci1064004,00.html
    http://help.sap.com/saphelp_nw04s/helpdata/en/9d/24ff4009b8f223e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/88/4d354277dcb26be10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a4/1be541f321c717e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/05154219fce12ce10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/05154219fce12ce10000000a1550b0/frameset.htm
    hope it helps..

  • What other videos and books are there? that you suggest. for step by step . Jeannette

    What other videos and books are there? that you suggest. for step by step .
    Jeannette

    The various Lynda.com video tutorials are very good, but you have to pay for a description.  The Photoshop User TV podcasts are excellent; there are hundreds of them, and they are free.  They are also what the iPad was invented for.
    The 'You suck at Photoshop' videos on YouTube are both very funny and very instructive. 
    The Scott Kelby books are very good for folk starting out.  The Martin Evening, and the Martin Evening/Jeff Schewe books are as good as they get from a photography point of view.  The Steve Caplin books are the best Photoshop books once you get into it, but Scott Kelby and Matt Kloskowski do some great medium to advanced books.  Matt's Compositing Secrets is excellent, and was Amazon's best Photoshop book for a while.

  • Want to develop a booking calender in oracle XE- Step by step process

    I want to develop a booking calendar for meeting rooms, where a person should be able insert time (from and til) and able to view available rooms at that particular time.
    In application (Page 1) it should show registration form with following insert data:
    Date,
    Time from,
    Til time,
    Total number of Person.
    (Page 2) should view
    List of available rooms,
    Booking (button)
    (Page 3) registers data if person wants to book particular room:
    Name of person,
    Room number,
    Date,
    From time,
    Til Time,
    Comment
    Register button
    I am new to oracle so it would be great if you guide me through step by step.
    Thanks

    Why don't you try the tutorials in the Applicaton Express Documentation first? Application Express Documentation and Tutorials
    C.
    Message was edited by:
    cd

  • Step by Step Oracle installation All in One e-book

    Hi all
    I'd like to introduce a new ebook that I've prepared recently named "Step by Step Oracle installation All in One e-book" which contains installation steps of Oracle 10g,11g on Linux and Solaris with 188 screenshots!
    It can be downloaded from the following link:
    http://kamranagayev.com/2011/10/19/step-by-step-oracle-installation-all-in-one-e-book/

    Helios- Gunes EROL wrote:
    Hi Kamran;
    congratulation ;)
    Regard
    HeliosThanks bro :)

Maybe you are looking for