This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
app:app_how_to [2019/07/28 15:18] dtucker [How To Create an APP Chart Definition] |
app:app_how_to [2019/07/28 22:01] (current) |
||
|---|---|---|---|
| Line 1086: | Line 1086: | ||
| - | **Dates** | + | ==== Dates ==== |
| - | Assume that the current date is May 15, 2010 for the following examples. | + | Assume that the current date is May 15, 2020 for the following examples. |
| - | | + | * |
| - | {{: | + | <WRAP center round info> |
| + | Parenthesis () are required since this is a SQL function. | ||
| + | </ | ||
| - | **Note** - Parenthesis | + | |
| + | * <color # | ||
| + | * <color # | ||
| + | * <color # | ||
| + | * <color # | ||
| + | * <color # | ||
| + | * Filtering by Date - The SQL <color # | ||
| + | * Records where the order date is in the current week | ||
| + | * <color # | ||
| + | * Records where the order date is in the prior week | ||
| + | * <color # | ||
| + | * Records where the order date is in the current quarter | ||
| + | * <color # | ||
| - | | + | ==== Numbers ==== |
| - | **Select datepart(//year//, | + | The user interface for SAP® Business One displays decimal numeric values based on the <color #22b14c>**Display**< |
| - | {{: | + | the **<color # |
| - | + | ||
| - | **Select datepart(// | + | |
| - | + | ||
| - | {{:app/image6.jpeg?10x10}} | + | |
| - | + | ||
| - | **Select datepart(// | + | |
| - | + | ||
| - | {{:app/image6.jpeg?10x10}} | + | |
| - | + | ||
| - | **Select datepart(// | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Select datepart(// | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Select t0.docnum, t0.docdate from ORDR where datepart(year, | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Select t0.docnum, t0.docdate from ORDR where datepart(year, | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Select t0.docnum, t0.docdate from ORDR where datepart(year, | + | |
| - | + | ||
| - | **Numbers** | + | |
| - | + | ||
| - | The user interface for SAP® Business One displays decimal numeric values based on the **Display** tab setup which can be accessed the SAP menu option for **Display** under the **Administration** -**System Initialization** -**General Settings** | + | |
| However, decimal values are stored in the database to six-decimal precision. This means that a decimal value such as US Dollars that is displayed in SAP® Business One as 100.00 will be retrieved and displayed in the APP Charts as 100.000000. The number of decimals can be controlled by the SQL statement in the query. Combinations of **cast** and **round** can be used to arrive at a reasonable display value. | However, decimal values are stored in the database to six-decimal precision. This means that a decimal value such as US Dollars that is displayed in SAP® Business One as 100.00 will be retrieved and displayed in the APP Charts as 100.000000. The number of decimals can be controlled by the SQL statement in the query. Combinations of **cast** and **round** can be used to arrive at a reasonable display value. | ||
| - | Display the database value 100.000000 for the column DocTotal with 2 decimals (100.00) | + | * Display the database value 100.000000 for the column DocTotal with 2 decimals (100.00) |
| - | + | * <color #ff7f27>**Select cast(t0.DocTotal as decimal(16, | |
| - | **Select cast(t0.DocTotal as decimal(16, | + | |
| - | + | * <color #ff7f27>**Select round(t0.DocTotal, | |
| - | Display the database value 55.900000 for the column DocTotal rounded to a whole number (56.000000) | + | |
| - | + | * <color #ff7f27>**Select cast(round(t0.DocTotal, | |
| - | **Select round(t0.DocTotal, | + | |
| - | + | ||
| - | Display the database value 55.900000 for the column DocTotal rounded to a whole number (56.000000) and without decimals | + | |
| - | + | ||
| - | **Select cast(round(t0.DocTotal, | + | |
| ===== How To Use APP Charts ===== | ===== How To Use APP Charts ===== | ||
| Line 1160: | Line 1135: | ||
| {{: | {{: | ||
| - | Hover over a data element in the chart to display the Legend, Label, and Tool tip information. | + | * Hover over a data element in the chart to display the Legend, Label, and Tool tip information. |
| - | + | | |
| - | Click the **2D** or **3D** buttons to change the rendering of the chart. | + | |
| - | + | | |
| - | Click the **Refresh** button | + | |
| - | + | ||
| - | Click the other chart type buttons to render the chart in a different way. | + | |
| - | + | ||
| - | {{: | + | |
| {{: | {{: | ||
| - | **Note** - The complete list of chart types is not shown in this illustration. Additional chart types are added as buttons for this display session only. | + | <WRAP center round info> |
| + | The complete list of chart types is not shown in this illustration. Additional chart types are added as buttons for this display session only. | ||
| + | </ | ||
| - | {{: | + | <WRAP center round important> |
| + | Some chart types may not be appropriate for the data being reported and so may not display correctly. | ||
| + | </ | ||
| - | **Warning** - Some chart types may not be appropriate for the data being reported and so may not display correctly. | + | ==== Printing Charts ==== |
| - | **Printing | + | * A chart may be printed using the <color # |
| - | A chart may be printed using the **Print** button. The output is controlled by the setup on the **Printing Preferences** tab for the query in APP Report Definitions. | + | ==== Delivering Charts ==== |
| - | **Delivering Charts** | + | |
| - | A chart may be sent via e-mail using the **Deliver** button. The output is process using the setup on the **Delivery Preferences** tab for the query in APP Report Definitions. | + | ==== Chart Data Grid ==== |
| - | **Chart Data Grid** | + | |
| - | + | ||
| - | The data used for the chart can be displayed by clicking the **Data** tab of the TWBS Chart Viewer screen, or by double-clicking on any data element in the chart. The underlying data is displayed in a grid format. | + | |
| {{: | {{: | ||
| - | The data in the grid can be filtered by clicking the funnel icon ({{: | + | * |
| {{: | {{: | ||
| - | You can then choose specific values by using the check boxes, or you can do | + | * |
| - | + | | |
| - | more advanced filtering using the **Show rows with value that …** options. | + | |
| - | + | | |
| - | Click on the drop downs for more filtering options. | + | |
| - | + | ||
| - | Once a filter has been applied you can return to the chart. The chart contents are redisplayed | + | |
| - | + | ||
| - | The data view can also be used to group data for review. | + | |
| {{: | {{: | ||
| - | Click and drag a column header into the **Grouped by** area at the top of the grid. | + | * Click and drag a column header into the <color #22b14c>**Grouped by**</ |
| + | * Multiple data elements can be used for grouping by clicking and dragging them into the <color # | ||
| + | * If multiple data elements are used the grouping sequence can be changed by dragging the desired data element to a different position in the <color # | ||
| - | | + | <WRAP center round info> |
| - | + | Grouping function is available only in the Data view of a chart. The results are not used to change the presentation of the chart nor can the results be printed or exported. | |
| - | If multiple data elements are used the grouping sequence can be changed by dragging the desired data element to a different position in the **Grouped by** area sequence. | + | </ |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Note** - Grouping function is available only in the Data view of a chart. The results are not used to change the presentation of the chart nor can the results be printed or exported. | + | |
| + | {{: | ||
| ===== How To Group Data in an APP Chart ===== | ===== How To Group Data in an APP Chart ===== | ||
| - | Click the SAP menu option for the query that you want to create the Chart for under the **Tools** | + | * Click the SAP menu option for the query that you want to create the Chart for under the <color #22b14c>**Tools**</ |
| - | {{: | + | <WRAP center round info> |
| - | + | This example is for the **Sales by Customer** query. | |
| - | **Note** - This example is for the **Sales by Customer** query. | + | </ |
| {{: | {{: | ||
| - | The button to the immediate right of the **Close** button will allow the user to view existing charts associated with the query or to create a new chart. | + | * The button to the immediate right of the <color #22b14c>**Close**</ |
| {{: | {{: | ||
| - | Click the **Total Sales by Customer** button option to create a new chart. | + | * Click the <color #22b14c>**Total Sales by Customer**</ |
| - | + | ||
| - | This will load the [[#page155|**Chart Viewer**]] form for the selected chart. | + | |
| {{: | {{: | ||
| - | | + | * |
| {{: | {{: | ||
| - | To group any data on the chart data tab, click and drag the column title of the data that you wish to group by into the area above the column titles. | + | * To group any data on the chart data tab, click and drag the column title of the data that you wish to group by into the area above the column titles. |
| {{: | {{: | ||
| - | The data view will be refreshed and the data will be grouped according to the field selected. | + | * The data view will be refreshed and the data will be grouped according to the field selected. |
| {{: | {{: | ||
| - | | + | * |
| - | {{: | + | <WRAP center round info> |
| - | + | Information on both the <color #22b14c>**Data**</ | |
| - | **Note** - Information on both the **Data** and **Chart** tabs will update in real-time as columns are selected for grouping. | + | </ |
| + | {{: | ||
| ===== How To Filter Data in an APP Chart ===== | ===== How To Filter Data in an APP Chart ===== | ||
| - | Click the SAP menu option for the query that you want to create the Chart for under the **Tools** | + | * |
| - | {{: | + | <WRAP center round info> |
| - | + | This example is for the **Sales by Customer** query. | |
| - | **Note** - This example is for the **Sales by Customer** query. | + | </ |
| {{: | {{: | ||
| - | The button to the immediate right of the **Close** button will allow the user to view existing charts associated with the query or to create a new chart. | + | * The button to the immediate right of the <color #22b14c>**Close**</ |
| {{: | {{: | ||
| - | Click the **Total Sales by Customer** button option to create a new chart. | + | * Click the <color #22b14c>**Total Sales by Customer**</ |
| - | + | | |
| - | This will load the [[#page155|**Chart Viewer**]] form for the selected chart. | + | |
| {{: | {{: | ||
| - | | + | * |
| {{: | {{: | ||
| - | To filter any data on the chart data tab, click the {{: | + | * |
| - | + | ||
| - | {{: | + | |
| {{: | {{: | ||
| - | A form will be displayed which will list all values of that field in the dataset. This will allow the user to select **only** those values that will be displayed either by selecting the individual values or a range of values. The user will also be able to clear any existing filters through the **Clear** **Filter** button. | + | * |
| - | {{: | + | {{: |
| - | Select the data that you want to filter for the column. | + | * |
| - | + | ||
| - | {{: | + | |
| {{: | {{: | ||
| - | **Note** - Information on both the **Data** and **Chart** tabs will update in real-time as values are selected for filtering. | + | <WRAP center round info> |
| - | + | Information on both the <color #22b14c>**Data**</ | |
| - | Any columns for which the data has been filtered will display the {{:app/image173.jpeg? | + | </WRAP> |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | Clicking on the **Chart** tab will display the updated chart. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | ===== How To Utilize APP Advanced Delivery Options ===== | + | |
| - | + | ||
| - | TWBS Advanced Productivity Pack (APP) includes functionality called **Advanced Delivery**. This functionality allows a user to select a group of records (e.g. a specific group of Business Partners) and deliver (e-mail or fax) and/or print associated documents for this group of records. | + | |
| - | + | ||
| - | [[# | + | |
| - | + | ||
| - | [[# | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | [[# | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | [[# | + | |
| - | + | ||
| - | {{: | + | |
| - | [[#page299|**How To Edit an Advanced Delivery Configuration**]] | + | * Any columns for which the data has been filtered will display the {{: |
| + | * Clicking on the < | ||
| - | [[# | + | {{: |
| - | [[# | + | {{: |
| - | [[# | ||
| ===== How To Set Up APP Advanced Delivery ===== | ===== How To Set Up APP Advanced Delivery ===== | ||
| Line 1340: | Line 1275: | ||
| There are three steps required to set up the APP Advanced Delivery functionality... | There are three steps required to set up the APP Advanced Delivery functionality... | ||
| - | [[#page291|**How To Create an Advanced Delivery Query**]] | + | * **How To Create an Advanced Delivery Query** |
| - | + | | |
| - | {{: | + | |
| - | + | ||
| - | [[#page293|**How To Create an APP Report Definition**]] | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | [[#page296|**How To Set Up Advanced Delivery Configurations**]] | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | + | ||
| - | **SELECT * from [SQL View Name] (NOLOCK)**. | + | |
| + | {{: | ||
| ===== How To Create an Advanced Delivery Query ===== | ===== How To Create an Advanced Delivery Query ===== | ||
| - | Create an SAP® Business One query to retrieve the data elements that you may want to use as filters in the document delivery process. The query must be saved before opening the APP Report Definition function. Otherwise the query will not be available for use. | + | Create an SAP® Business One query to retrieve the data elements that you may want to use as filters in the document delivery process. The query must be saved before opening the **APP Report Definition** function. Otherwise the query will not be available for use. |
| - | Save the query in the standard fashion. It may be appropriate to create a special category in Query Manager as a common place to hold APP-related queries; however this is not a requirement. | + | Save the query in the standard fashion. It may be appropriate to create a special category in **Query Manager** as a common place to hold APP-related queries; however this is not a requirement. |
| - | {{:app/image297.jpeg? | + | <WRAP center round info> |
| + | In some cases the query execution process in APP can encounter issues with very complex queries. Therefore if your query utilizes multiple <color # | ||
| + | </ | ||
| - | **Note** - In some cases the query execution process in APP can encounter issues with very complex queries. Therefore if your query utilizes multiple **JOIN** statements or includes multiple summary functions (**SUM**, **AVG**, etc.) we recommend that the actual query statement be created as a View in the SQL database. The query in SAP Business One is then simply | + | **SAMPLE QUERIES** |
| - | **Sample Queries** | + | |
| - | **Customer List** - including customer code, customer name, contact person name, customer group name, salesperson name, and customer balance. | + | |
| - | **SELECT T0.[CardCode], | + | **QUERY LIMITATIONS** |
| - | **t0.groupnum as [PayGroupCode], t3.pymntgroup as [PayGroupName] FROM OCRD T0 INNER JOIN OCRG T1 ON T0.GroupCode = T1.GroupCode INNER JOIN OSLP T2 ON** | + | * There are certain limitations while creating a query. |
| + | * The <color # | ||
| + | | ||
| - | **T0.SlpCode = T2.SlpCode inner join octg t3 on t0.groupnum = t3.groupnum WHERE T0. [CardType] = ' | ||
| - | |||
| - | **Query Limitations** | ||
| - | |||
| - | There are certain limitations while creating a query. | ||
| - | |||
| - | The **ORDER BY** clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, | ||
| - | |||
| - | specify th**e** **TOP** keyword. For example the query **Select * from ORDR** **(NOLOCK) ORDER BY CardCode** is not a valid query. So specify theTOP keyword like this - **Select TOP 100 * from ORDR (NOLOCK) ORDER BY CardCode.** | ||
| - | |||
| - | | ||
| - | |||
| - | for the column. For example **Select CardCode AS [Alias1], * from ORDR** **(NOLOCK), | ||
| + | {{: | ||
| ===== How To Create an APP Report Definition ===== | ===== How To Create an APP Report Definition ===== | ||
| - | |||
| - | {{: | ||
| **General Tab** | **General Tab** | ||
| - | Create a basic Report Definition. The Report Definition for a sample Advanced Delivery setup is shown above. | + | Create a basic Report Definition. The Report Definition for a sample Advanced Delivery setup is shown below. |
| - | {{:app/image299.jpeg?766x596}} | + | {{:app/image298.jpeg?786x629}} |
| **Delivery Preferences Tab** | **Delivery Preferences Tab** | ||
| Delivery Preferences is information about how a report/ | Delivery Preferences is information about how a report/ | ||
| + | |||
| + | {{: | ||
| **Create a new Message ID** | **Create a new Message ID** | ||
| - | | + | * |
| + | * Enter a <color # | ||
| + | * Enter the <color # | ||
| + | * Enter the <color # | ||
| + | * Select the <color # | ||
| + | * Once a query has been assigned to the message the columns in the query are available for use in the e-mail body (called “tags”) from the <color # | ||
| + | * Standard data tags can also be selected by selecting the <color # | ||
| + | * Enter the text and tags needed to create the body of the e-mail. | ||
| + | * When selecting a tag... | ||
| + | * The <color # | ||
| + | * The <color # | ||
| - | Enter a **Message | + | * <color #22b14c>**Save**</ |
| + | * <color # | ||
| - | Enter the **Email Subject**. This is the subject line of the e-mail. | + | {{:app/image44.jpeg?786}} |
| - | + | ||
| - | Enter the **Attachment Name** . This is used as the name of the | + | |
| - | + | ||
| - | attachment sent with the e-mail. | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | Once a query has been assigned to the message the columns in the query are available for use in the e-mail body (called “tags”) from the **Select Tag** drop down list. | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | Enter the text and tags needed to create the body of the e-mail. | + | |
| - | + | ||
| - | {{:app/image6.jpeg?10x10}} When selecting a tag... | + | |
| - | + | ||
| - | The **Insert** button will insert the tag text at the current cursor position. | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | The **Copy** button will copy the tag text to the Windows clipboard. You can the position the cursor as needed and right-click/ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | | + | |
| - | + | ||
| - | | + | |
| ===== How To Set Up Advanced Delivery Configurations ===== | ===== How To Set Up Advanced Delivery Configurations ===== | ||
| - | **Advanced Delivery Definitions can be added from the Report Maintenance | + | <WRAP center round info> |
| + | Advanced Delivery Definitions can be added from the **Report Maintenance** | ||
| + | </ | ||
| - | Click the SAP menu option for **Report | + | * Click the **<color #22b14c>Report |
| - | + | | |
| - | Click on the Report that you want to add an Advanced Delivery Definition to in order to load the report data to the Maintenance screen. | + | |
| {{: | {{: | ||
| - | Click on the **Advanced Delivery Definitions** tab. | + | * Click on the <color #22b14c>**Advanced Delivery Definitions**</ |
| - | + | | |
| - | Click the **New** button. | + | |
| {{: | {{: | ||
| - | The **Use Default Report** and **Use Specific Report** options are selected automatically based on the report definitions already set up. | + | * The <color #00a2e8>**Use Default Report**</ |
| - | + | | |
| - | Enter a **Name** for the delivery option. This name is displayed to the user for selection. | + | |
| - | + | | |
| - | Assign the desired Additional Query Fields values as needed... | + | |
| - | + | | |
| - | {{: | + | * Enter a second value to be used for comparison in <color #00a2e8>**Value 2**</ |
| - | + | | |
| - | The fields shown here are columns in the associated query. | + | |
| - | + | | |
| - | {{: | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | {{:app/image6.jpeg? | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | Click the **Update** button to save the filter information. | + | |
| - | + | ||
| - | Click the **Ok** button to close the Advanced Delivery Definition screen. | + | |
| - | + | ||
| - | Click the **Update** button to save the report definition revisions. | + | |
| - | **Advanced Delivery Definitions can be created from the Advanced Delivery function of the APP Reports menu.** | + | <WRAP center round info> |
| + | Advanced Delivery Definitions can be created from the <color # | ||
| + | </ | ||
| - | Click the SAP menu option for **Advanced Delivery** under the **APP** **Reports** menu to load the Advanced Delivery screen. | + | * Click the SAP menu option for <color #22b14c>**Advanced Delivery**</ |
| {{: | {{: | ||
| - | Select the SAP® Business One form that is the primary source for the delivery rules from the **Select Form** drop down list. Only those forms that are associated with queries are displayed. | + | * Select the SAP® Business One form that is the primary source for the delivery rules from the <color #00a2e8>**Select Form**</ |
| + | * Select the APP report definition that uses the desired query from the <color # | ||
| + | * Assign the desired <color # | ||
| + | * Click the <color # | ||
| + | * Click the <color # | ||
| + | * Enter a <color # | ||
| + | * Click the <color # | ||
| + | * Click the <color # | ||
| - | | + | {{:app/image44.jpeg?786}} |
| - | + | ||
| - | | + | |
| - | + | ||
| - | Click the **Ok** button to see the results of the filtering process and to execute the delivery process if desired. | + | |
| - | + | ||
| - | Click the **Save As Config** button to save this configuration for future use. | + | |
| - | + | ||
| - | {{:app/image6.jpeg?10x10}} Enter a **Name** for this new delivery option. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | Click the **Refresh APP Menu** button to refresh the APP menus so that the new configuration is displayed. | + | |
| ===== How To Edit an Advanced Delivery Configuration ===== | ===== How To Edit an Advanced Delivery Configuration ===== | ||
| - | **Advanced Delivery Definitions can be edited from the Report Maintenance | + | <WRAP center round info> |
| + | Advanced Delivery Definitions can be edited from the **Report Maintenance** | ||
| + | </ | ||
| - | Click the SAP menu option for **Report | + | * Click the **<color #22b14c>Report |
| - | + | | |
| - | {{: | + | |
| - | + | ||
| - | Click on the Report that you want to edit the Advanced Delivery Definition for in order to load the report data to the Maintenance screen. | + | |
| {{: | {{: | ||
| - | Highlight the definition row that you want to edit. | + | * Highlight the definition row that you want to edit. |
| - | + | | |
| - | Click on the **Advanced Delivery Definitions** tab. | + | |
| - | + | ||
| - | {{: | + | |
| {{: | {{: | ||
| - | The data for the Delivery Definition will be loaded to the screen for editing. | + | * The data for the Delivery Definition will be loaded to the screen for editing. Make any necessary modifications. |
| + | * Click the <color # | ||
| + | * Click the <color # | ||
| + | * Click the <color # | ||
| - | Make any necessary modifications. | + | {{:app/image44.jpeg?786}} |
| - | + | ||
| - | Click the **Update** button to save the filter information. | + | |
| - | + | ||
| - | Click the **Ok** button to close the Advanced Delivery Definition screen. | + | |
| - | + | ||
| - | Click the **Update** button to save the report definition revisions. | + | |
| - | + | ||
| - | {{:app/image34.jpeg?804}} | + | |
| ===== How To Clone an Advanced Delivery Configuration ===== | ===== How To Clone an Advanced Delivery Configuration ===== | ||
| - | **Advanced Delivery Definitions can be cloned from the Report Maintenance | + | <WRAP center round info> |
| + | Advanced Delivery Definitions can be cloned from the **Report Maintenance** | ||
| + | </ | ||
| - | Click the SAP menu option for **Report | + | * Click the **<color #22b14c>Report |
| - | + | | |
| - | {{: | + | |
| - | + | ||
| - | Click on the Report that you want to clone the Advanced Delivery Definition for in order to load the report data to the Maintenance screen. | + | |
| {{: | {{: | ||
| - | Highlight the definition row that you want to clone. | + | * Highlight the definition row that you want to edit. |
| - | + | | |
| - | Click on the **Advanced Delivery Definitions** tab. | + | |
| - | + | ||
| - | {{: | + | |
| {{: | {{: | ||
| - | The data for the Delivery Definition being cloned will be loaded to the screen. | + | * The data for the Delivery Definition being cloned will be loaded to the screen. |
| - | + | | |
| - | Enter a new name for the cloned definition and alter any data needed. | + | |
| - | + | | |
| - | Click the **Update** button to save the filter information. | + | |
| - | + | ||
| - | Click the **Ok** button to close the Advanced Delivery Definition screen. | + | |
| - | + | ||
| - | Click the **Update** button to save the report definition revisions. | + | |
| - | {{:app/image34.jpeg?804}} | + | {{:app/image44.jpeg?786}} |
| ===== How To Remove an Advanced Delivery Configuration ===== | ===== How To Remove an Advanced Delivery Configuration ===== | ||
| - | **Advanced Delivery Definitions can be removed from the Report Maintenance | + | <WRAP center round info> |
| + | Advanced Delivery Definitions can be removed from the **Report Maintenance** | ||
| + | </ | ||
| - | Click the SAP menu option for **Report | + | * Click the **<color #22b14c>Report |
| + | * Click on the Report that you want to remove the Advanced Delivery Definition for in order to load the report data to the Maintenance screen. | ||
| - | {{:app/image67.jpeg?11x11}} | + | {{:app/image300.jpeg?542x577}} |
| - | Click on the Report | + | * Highlight |
| + | * Click on the <color # | ||
| + | * Click the <color # | ||
| + | * The user will be prompted for confirmation | ||
| + | * Click the <color # | ||
| + | * Click the <color # | ||
| - | {{: | + | <WRAP center round important> |
| - | + | Once a definition has been removed from the system, it **cannot** be recovered and must be recreated manually. | |
| - | Click on the **Advanced Delivery Definitions** tab. | + | </ |
| - | + | ||
| - | | + | |
| - | + | ||
| - | Click the **Delete** button. | + | |
| - | + | ||
| - | The user will be prompted for confirmation to remove the Delivery Definition. | + | |
| - | + | ||
| - | Click the **Yes** button to confirm definition removal. | + | |
| - | + | ||
| - | Click the **Update** button. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Warning** - Once a definition has been removed from the system, it **cannot** be recovered and must be recreated manually. | + | |
| + | {{: | ||
| ===== How To Execute APP Advanced Delivery Definitions ===== | ===== How To Execute APP Advanced Delivery Definitions ===== | ||
| - | **Execution of Previously Defined Advanced Delivery Definitions.** | + | ==== How To Execute |
| - | Click the SAP menu option for the Advanced Delivery Definition that you want to execute under the **APP Reports** | + | * Click the SAP menu option for the Advanced Delivery Definition that you want to execute under the <color #22b14c>**APP Reports**</ |
| + | | ||
| + | | ||
| + | * Click the check boxes of the records to be processed further. All records are selected by default. | ||
| + | * Click the header of the checkbox column to select or clear all records. | ||
| - | | + | <WRAP center round info> |
| + | To select a group of records... | ||
| - | Click **Ok** to execute | + | * |
| + | | ||
| + | * Click the checkbox | ||
| + | * All records | ||
| + | </ | ||
| - | Click the check boxes of the records | + | <WRAP center round info> |
| + | To select a mixed group of records... | ||
| - | Click the header | + | * Click the checkbox |
| + | * Hold down the **CTRL** key while selecting the desired | ||
| + | </ | ||
| - | {{:app/image307.jpeg? | + | * Click <color # |
| + | * You can continue with other tasks while the Advanced Delivery process is working. A progress bar is displayed to show you how many records have been processed. | ||
| - | **Note** - To select a group of records... | ||
| - | Click the checkbox of the first record | + | ==== Define and Execute an Advanced Delivery Definition |
| - | + | ||
| - | Hold down the **SHIFT** key | + | |
| - | + | ||
| - | Click the checkbox of the last record | + | |
| - | + | ||
| - | All records between the two check boxes are selected. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Note** - To select a mixed group of records... | + | |
| - | + | ||
| - | Click the checkbox of the first record | + | |
| - | + | ||
| - | Hold down the **CTRL** key while selecting the desired records. | + | |
| - | + | ||
| - | Click **Print** button, **Deliver** button, or **Both** button to execute the delivery process. | + | |
| - | + | ||
| - | You can continue with other tasks while the Advanced Delivery process is working. A progress bar is displayed to show you how many records have been processed. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | **Define and Execute an Advanced Delivery Definition.** | + | |
| A special or one time Advanced Delivery Definition can be created and executed from the Advanced Delivery function of the APP Reports menu. This definition can also be saved for reuse. | A special or one time Advanced Delivery Definition can be created and executed from the Advanced Delivery function of the APP Reports menu. This definition can also be saved for reuse. | ||
| - | Click the SAP menu option for **Advanced Delivery** under the **APP** **Reports** menu to load the Advanced Delivery screen. | + | * Click the SAP menu option for <color #22b14c>**Advanced Delivery**</ |
| {{: | {{: | ||
| - | Select the SAP® Business One form that is the primary source for the delivery rules from the **Select Form** drop down list. Only those forms that are associated with queries are displayed. | + | * Select the SAP® Business One form that is the primary source for the delivery rules from the <color #00a2e8>**Select Form**</ |
| - | + | | |
| - | Select the APP report definition that uses the desired query from the **Use Specific Report** drop down list. Only those report definitions associated with the SAP® Business One form selected are displayed. | + | |
| - | + | | |
| - | Assign the desired **Additional Query Filters** (see above). | + | |
| - | + | | |
| - | Click **Ok** to execute the filtering process. A list of the records that will be processed is displayed. | + | |
| - | + | ||
| - | Click the check boxes of the records to be processed further. All records are selected by default. | + | |
| - | + | ||
| - | Click the header of the checkbox column to select or clear all records. | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | **Note** - To select a group of records... | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | Hold down the **SHIFT** key | + | |
| - | + | ||
| - | Click the checkbox of the last record | + | |
| - | + | ||
| - | All records between the two check boxes are selected. | + | |
| - | {{: | + | <WRAP center round info> |
| + | To select a group of records... | ||
| - | **Note** - To select a mixed group of records... | + | |
| + | | ||
| + | * Click the checkbox | ||
| + | * All records | ||
| + | </ | ||
| - | Click the checkbox | + | <WRAP center round info> |
| + | To select a mixed group of records... | ||
| - | Hold down the **CTRL** key while selecting the desired records. | + | * Click the checkbox of the first record |
| + | * Hold down the **CTRL** key while selecting the desired records. | ||
| + | </ | ||
| - | You can continue with other tasks while the Advanced Delivery process is working. A progress bar is displayed to show you how many records have been processed. | + | * You can continue with other tasks while the Advanced Delivery process is working. A progress bar is displayed to show you how many records have been processed. |
| - | {{:app/image34.jpeg?804}} | + | {{:app/image44.jpeg?786}} |
| ===== How To Use APP Pivot Grids and KPIs ===== | ===== How To Use APP Pivot Grids and KPIs ===== | ||