TRAINING GUIDE. Crystal Reports for Work

Size: px
Start display at page:

Download "TRAINING GUIDE. Crystal Reports for Work"

Transcription

1 TRAINING GUIDE Crystal Reprts fr Wrk

2 Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating ther reprts, hwever; they are very cmmn in Wrk reprts. Table f Cntents Adding Tables... 2 Secured Fields... 5 Adding a Cmments Sectin... 7 Linking Linking Wrk Orders t Requests Linking Requests t Requests Linking Requests t Wrk Orders Linking Wrk Orders t Wrk Orders Using Wrk Order Asset Inventry Numbers Limiting Recrd Selectin t Specific Assets Asset Subreprts Bringing in Asset Wrk Orders with Cmment Wrk Order Summary Reprts and Filters Using Variables in a Reprt Secured Fields in Subreprts Mre n Variables Passing infrmatin frm a subreprt t the main reprt WO Subtask Infrmatin t Assets... 34

3 Adding Tables 1. Bring in all f the tables that culd pssibly be filtered n in the reprt. The fllwing is a simple Wrk Order Reprt with fields frm the WKORDER table with nly the WKORDER table in the Database Expert. If this reprt is run in Lucity with a Resurce Cde equal t 1 (emplyee) filter then the fllwing errr wuld shw up and the reprt wuld nt run. The reasn this ccurs is because the WKRESRCE table is nt a part f this reprt. Bring in any tables with pssible fields t be filtered n int the Database Expert and Link. Nte: Crystal Reprts fr Wrk Orders 2

4 The standard Wrk Order Summary reprt has the fllwing tables yet nly shws fields frm the WKORDER and WKORDERLOC tables: 2. In general the tables are linked with Left Outer Jin cnnectins. If the table n the left is true then mve t the right fr the next infrmatin. This shws with an arrw pinting t the Cnnecting tables. Inner jins can be used infrmatin in bth tables has t exist but smetimes Crystal has sme issues with this linking. This shws with a line with n arrws. Sme lder reprts shw all f the cnnectins withut arrws even thugh they are Left Outer Jins. If lking at an ld standard reprt and all f the cnnectins lk like inner jins, check each cnnectin by duble clicking each line and finding the Jin Type descriptin. 3. Many items in the Wrk Order mdule are fund in grids. Each grid is a different table. The nrmal user wants t start grabbing tables, linking and pulling in fields. As lng as yu can find the crrect linking fields this shuld wrk, right? Wrng. A typical field users wuld like t see is the address. Yu want the WKORDERLOC table amng the tables in the main bdy f the reprt s the reprt can be run with an address filter. If the address is brught directly in frm this table, the fllwing ccurs: Crystal Reprts fr Wrk Orders 3

5 The Wrk Order # shws up twice because in this recrd there are tw addresses in the Address grid. This might nt be a prblem t see the wrk rder fr each lcatin but the Ttal Cst is ging t shw up each time as well which is nrmally undesirable. Pssible ways t handle this: If yu just want ne f the addresses yu culd grup n the WO # and then place all f the fields in the grup header r fter. Depending n whether yu wish t see the tp address r bttm address in the Wrk Order Lcatin grid yu culd g int the Recrd Srt Expert and select the address field t srt n in either ascending r descending rder. Anther pssibility is gruping n the WO# and then putting the address frmula in the Detail sectin. This desn t lk particularly gd but yu get all f the infrmatin. Crystal Reprts fr Wrk Orders 4

6 There can still be prblems if yu bring in anther field frm anther grid. In this next example the subtask frm the WKWOTSK table is brught in. There are three subtasks fr this wrk rder and ne f the Tasks has tw resurces. S, fr each address each task/resurce cmbinatin is brught in. Yu definitely dn t want this t happen. The prblem is the way Lucity passes the infrmatin ver t Crystal. The best way t handle grid infrmatin is with subreprts. Bth the SubTask and fields can be put in subreprts. Address Secured Fields Smetimes, fields shuld be hidden in reprts if the persn viewing the reprt des nt have the prper level f security. This can be dne by using parameters and frmatting ptins. Any field can be set up fr security, such as cst, addresses, r phne # s. Nte: This will nly wrk fr fields in the main bdy f the reprt. Fields that need t be hidden in subreprts will be addressed in ur related wrkbk, Advanced Crystal 3. Many cst fields in Wrk Order reprts are set t use the Hidden ptin in 2b belw. The Ttal cst field in the WO Summary reprt is already set up this way. Smetimes yu may wish t suppress the fields cmpletely as shwn in 2a. The fllwing steps are prvided s yu can set up yur wn field security. Crystal Reprts fr Wrk Orders 5

7 1. Right click Parameter Fields and select New. Type in the Name - ViewSecuredFields. This is a special parameter field that must have this name ViewSecuredFields. When the reprt is run within Lucity the security is passed t the reprt and will nt query the user. If the reprt is run utside f a Lucity mdule, in Crystal, then the security will be queried. Select the Type (Crystal XI) r Value Type (Crystal 10) - Number and under Optins - Discreet Value. Click OK. Field Viewing Optins 2. a. Field t Shw Blank Fr a blank field t shw up when the user des nt have rights t view the secure fields, d the fllwing: Right click the field that requires suppressin (ex. WO_TOTCOST) and select Frmat Field. Click the Cmmn tab. Click the frmula bx next t Suppress. Duble click the ViewSecuredFields parameter frm the Reprt Fields. Then, type = 0. {?ViewSecuredFields} = 0 2. b. Field t shw Hidden Fr the wrd Hidden t shw up when the user des nt have rights t view the secure fields, d the fllwing: Right click in the field that requires suppressin (ex. WO_TOTCOST) and select Frmat Field. Click the Cmmn tab Click the frmula bx next t Display String. Type in: if {?ViewSecuredFields}= 0 then 'Hidden' else '$'& ttext({@wocst}) The {@WOCst} is the field that is being hidden r seen depending n security. Save and Clse. Then click OK Crystal Reprts fr Wrk Orders 6

8 It wuld be helpful t make a ntatin at the bttm f the reprt t explain why sme f the fields are Hidden. A Hidden field indicates permissin t view the secured field is turned ff. Adding a Cmments Sectin The Cmment tab within Wrk Orders and Requests is frmatted differently than the Cmment sectins in ther mdules. Fr this example, we ll add a Cmment subreprt t the Wrk Order Summary Reprt. 1. First, we ll find the field definitin fr the Wrk Order Cmment sectin. Open the Wrk Orders Standard mdule. Click n the Cmments tab. Right click in the grid. Select Add Cmment r View Details fr an existing cmment. Ctrl + right click in the large cmments bx t view the field definitin. Nte that the table name is WKGDMEMO and the field name is GM_MEMO. Clse the cmment dialg. Nte: This Cmment sectin des nt hit the WKMEMO table. Instead, it uses the WKGDMEMO table. 2. Open the Wrk Orders mdule s Reprt Dialg. 3. Exprt the WOSum.rpt reprt and rename it MS_WOSumCmment.rpt. Then, pen the renamed reprt. 4. Right click in the left margin f the Grup Fter 1a sectin and select Insert Sectin Belw. 5. Click Insert Subreprt. Type a name fr the subreprt (Cmment) in the New reprt name sectin. Click Reprt Wizard. 6. Open Create New Cnnectin>>ODBC>>GBAWrk001 (Finish)>>Tables. Mve the WKGDMEMO table t Selected Tables. Then, chse Finish and OK. 7. Insert the Cmment bx int the Grup Fter 1b sectin. 8. Chse subreprt frmatting ptins and resize the bx. Ntes: Crystal Reprts fr Wrk Orders 7

9 9. Next, right click within the Cmment bx and select Change Subreprt Links. Select fields s it lks like the fllwing: Click OK. 10. Duble click n the Cmment bx. Yu are nw in the Cmment subreprt. Click Select Expert and add the fllwing t the frmula: and {WKGDMEMO.GM_PARENT} = "WKORDER" This can be dne with the New tab. OR In the Frmula Editr > Frmula Wrkshp yu can type and, duble click the field, WKGDMEMO.GM_PARENT, type in =, and then right click n WKGDMEMO.GM_PARENT within the list f fields and click Brwse Data and select WKORDER, Paste Data. Select Save and Clse and then click OK. Nte: The frmula in Requests wuld lk like this: {WKGDMEMO.GM_PAR_ID} = {?Pm-WKREQ.RQ_ID} and {WKGDMEMO.GM_PARENT} = "WKREQ" 11. Add clumn titles. Yu ll want t make the titles bld and underlined in rder t make them distinct. Crystal Reprts fr Wrk Orders 8

10 12. Drag in the apprpriate fields. Yu ll need t create frmulas befre yu can add the Date and Time fields. 13. Increase the size f the GM_MEMO field and frmat it s it Can Grw. 14. Place a bx arund the Cmment subreprt t separate it frm the rest f the data. Make sure the bttm f the bx is in the Reprt Fter sectin s the bx will grw t accmmdate the Mem field if necessary. Add a title fr the bx (Cmments). Frmat the Cmments text bx with a white backgrund. 15. Click the Design tab. 16. Click the Sectin Expert buttn. Select Grup Fter1b and the Suppress Blank Sectin ptin. Select Grup Fter 1 and the Keep Tgether ptin. Then, click OK. Preview Ntes: Crystal Reprts fr Wrk Orders 9

11 Linking Linking Wrk Orders t Requests In ur first step-by-step example, we will link a Wrk Order subreprt t a Request reprt. 1. Exprt ReqSum.rpt and rename it MS_ReqSumLinks.rpt. 2. Open MS_ReqSumLinks.rpt. 3. Open the Database Expert. 4. Add the WKWOMWO table and link it t WKREQ. The cnnected fields usually have an ID field with a cmmn part; in this case, it is RQ. T link the tables, click n the jining field in the parent table and drag it nt the jining field in the cnnecting table. Duble click n the jining arrw and select the Left Outer Jin Link Optin. Click OK and then click OK again. 5. Add a Detail sectin fr the Wrk Orders subreprt. Crystal Reprts fr Wrk Orders 10

12 6. Create a subreprt (Linked Wrk Orders). Fr the Selected Tables, bring in WKORDER and WKWOMWO. Select Next and link the tables. Left Outer Jin. Click Finish and then click OK. The parent table will be the table that is linked t the main reprt. 7. Place the subreprt in the new Details sectin. 8. Select the frmatting ptins and resize the subreprt. Ntes: Crystal Reprts fr Wrk Orders 11

13 9. Right click in the Linked Wrk Orders subreprt bx and select Change Subreprt Links. Set up as shwn belw: 10. Open the Linked Wrk Orders subreprt. Set up the subreprt with the desired infrmatin. Open the Sectin Expert in the main reprt and select Suppress Blank Sectin fr the subreprt Detail sectin. 11. Preview the reprt. Crystal Reprts fr Wrk Orders 12

14 12. In ur example, there is an extra space abve the first Wrk Order recrd. One way t remve this space is t g back int the Linked Wrk Orders subreprt Select Expert and add a statement fr Wrk Order IDs greater than zer. {WKWOMWO.MW_MW_ID} = {?Pm-WKWOMWO.MW_MW_ID} and {WKORDER.WO_ID} > 0 As yu can see in the Preview screen belw, this additinal statement has remved the blank space frm abve the first Wrk Order recrd. Linking Requests t Requests Fr ur next example, we ll cntinue with MS_ReqSumLinks.rpt frm abve. Here, we ll add the linked Requests. 1. Add a Detail sectin beneath the Linked Wrk Orders subreprt. 2. Insert a subreprt named Linked Requests. Fr the Selected Tables bring in WKWOMWO and WKREQ. Link as fllws: Place the subreprt in the newly created Detail sectin, select frmatting ptins, and resize. Crystal Reprts fr Wrk Orders 13

15 3. Right click n the Linked Requests subreprt and select Change Subreprt Links. Set up as shwn belw: Yu d nt want t shw the request yu are in when listing linked requests, s an additinal linking statement needs t be added. 4. Open the Linked Requests subreprt and click Select Expert. Crystal Reprts fr Wrk Orders 14

16 5. Yu ll need t mdify ne f the linking frmulas created in Subreprt Links. {WKWOMWO.MW_MW_ID} = {?Pm-WKREQ.RQ_MW_ID} and {WKREQ.RQ_ID} = {?Pm-WKREQ.RQ_ID} Change the secnd frmula t nt equal. Yu can d this in the Frmula Wrkshp by highlighting the = and then pening Operatrs>>Cmparisns and duble clicking Nt Equal (x<>y). OR Yu can just type in <>. The = will be replaced with <>. Remember t Save and Clse the Frmula Wrkshp and select OK t clse the Select Expert. The new frmula will appear as fllws: {WKWOMWO.MW_MW_ID} = {?Pm-WKREQ.RQ_MW_ID} and {WKREQ.RQ_ID} <> {?Pm-WKREQ.RQ_ID} 6. Set up the subreprt with the desired infrmatin. 7. G back t the main reprt and pen Sectin Expert. Select Suppress Blank Sectin fr this new Detail sectin. Preview Ntes: Crystal Reprts fr Wrk Orders 15

17 Linking Requests t Wrk Orders The prcedure fr adding the linked subreprts is very similar t the abve examples. In this case, we ll add a Linked Requests subreprt t the Wrk Order Summary Reprt. 1. Exprt WOSum.rpt and rename it MS_WOSumLinks.rpt. 2. Open MS_WOSumLinks.rpt. 3. Open Database Expert and add the WKWOMWO table, linking it t WKORDER. 4. Add an additinal Grup fter sectin beneath GF1a. This will be the new GF1b. Ntes: Crystal Reprts fr Wrk Orders 16

18 5. Create a subreprt named Linked Requests with the WKWOMWO and WKREQ tables. 6. Insert the Linked Requests subreprt int the new GF1b sectin. 7. Right click n the subreprt and select Change Subreprt Links. 8. Prceed with the subreprt details as previusly demnstrated. Crystal Reprts fr Wrk Orders 17

19 Linking Wrk Orders t Wrk Orders We will cntinue with the pen MS_WOSumLinks.rpt reprt and add a secnd subreprt, Linked Wrk Orders. 1. Add a new Grup Fter sectin. 2. Create a new subreprt named Linked Wrk Orders and bring in the WKWOMWO and WKORDER tables. 3. Place the Linked Wrk Orders subreprt in the new Grup Fter sectin. Ntes: Crystal Reprts fr Wrk Orders 18

20 4. Right click n the subreprt and select Change Subreprt Links. AND 5. Open the Linked Wrk Orders subreprt and click Select Expert. 6. Change the frmula as discussed previusly. {WKWOMWO.MW_MW_ID} = {?Pm-WKORDER.WO_MW_ID} and {WKORDER.WO_ID} <> {?Pm-WKORDER.WO_ID} 7. Prceed with the subreprt details. Crystal Reprts fr Wrk Orders 19

21 Using Wrk Order Asset Inventry Numbers Yu can use the Asset number fr recrd selectin. By adding a frmula in the Select Expert sectin, yu can limit recrds t the desired assets. Additinally, yu can use the Asset number fr select suppressin The fllwing Asset values are required t create any frmulas that wuld select specific Assets. Nte: These Assets cme frm the WKCATINV table. Crystal Reprts fr Wrk Orders 20

22 Limiting Recrd Selectin t Specific Assets We will create a Wrk Order Summary Reprt that will shw nly Sewer Pipe and Manhle recrds with their assets. 1. Exprt the WOSum.rpt reprt and rename it MS_WOSumPipeMan.rpt. 2. Yu can view just Sewer Pipe and Manhle recrds by adding the fllwing frmula: Open Select Expert. Click OK. Click OK. The 6 (Sewer Pipe) and 2 (Sewer Structure) values cme frm the WKCATINV table n the previus page. OR Yu can click Reprt>>Selectin frmulas>>recrd. Type in the fllwing frmula: {WKORDER.WO_INV_ID} in [2, 6] Crystal Reprts fr Wrk Orders 21

23 Preview As yu can see in the abve example, the Wrk Order Summary Reprt displays nly the Sewer Pipe and Manhle recrds. Asset Subreprts We will nw add Asset subreprts t the limited Wrk Order Summary Reprt we created abve. 1. We are ging t brrw subreprts frm WOFrmSewerAsset.rpt. Click File in the tp tl bar, then Open, and then duble click WOFrmSewerAsset.rpt. Right click n the SWPipe.rpt subreprt. Select Save Subreprt As. Enter a name fr yur subreprt (SWPipeSub.rpt) and then Save the subreprt. Repeat these steps fr the SWStruc.rpt subreprt, giving it a new name as well. Fr example, we ve named this subreprt, SWStrucSub.rpt. Nte: When yu are finished with these subreprts, yu may want t delete them frm yur family f Wrk reprts. This will help avid cnfusin in the future. 2. Clse WOFrmSewerAsset.rpt by clicking n the X in the tab. 3. Yu are back in MS_WOSumPipeMan.rpt. Insert tw new Grup Fter sectins. 4. In yur new Grup Fter sectins, insert the tw subreprts using the Chse an existing reprt ptin. 5. Chse the subreprt frmatting ptins. Remember t suppress the blank subreprts within frmatting and in the Sectin Expert. Ntes: Crystal Reprts fr Wrk Orders 22

24 6. Link the subreprts. 7. Within the subreprts, remve the blank sectins. 8. Remve the ld linking frmula in each subreprt s Select Expert. Ntes: Crystal Reprts fr Wrk Orders 23

25 Preview 9. As yu can see in the reprt Preview, the nrmal subreprt suppressin ptins are nt wrking here. Fr this Wrk Order Summary Reprt, the Sewer Structure subreprt needs t be suppressed. Subreprts can be suppressed using the Sectin Expert Suppress (N Drill-Dwn) ptin. Select Sectin Expert. Fr Grup Fter #1, click Keep Tgether. Fr the Sewer Pipe subreprt, Grup Fter 1b, click the frmula buttn next t Suppress (N Drill-Dwn). Enter the fllwing frmula: {WKORDER.WO_INV_ID} <> 6 Fr the Sewer Structure subreprt, Grup Fter 1c, click the frmula buttn next t Suppress (N Drill-Dwn). Enter the fllwing frmula. {WKORDER.WO_INV_ID} <> 2 Ntes: Crystal Reprts fr Wrk Orders 24

26 Preview Bringing in Asset Wrk Orders with Cmment In a Wrk Order reprt with Assets, it is smetimes desirable t see all f the Wrk Orders assciated with the Assets. A subreprt is added with the fllwing tables and internal links: The WKWOASSET table is brught in twice then linked with inner jins. The WKORDER table is a left uter jin. Ntes: Crystal Reprts fr Wrk Orders 25

27 The subreprt is linked t the main reprt as fllws: The Select Expert, in additin t the linking frmula, is given an additinal statement s the list f WOs des nt include the current WO. {WKWOASSET.AS_WO_ID} = {?Pm-WKORDER.WO_ID} and {WKORDER.WO_ID} <> {?Pm-WKORDER.WO_ID} The subreprt in this example lks like this: The gruping is n the Asset AS_LINK1 field. If there are multiple assets n the wrk rder they will shw up with the crrect Asset. The Wrk Order Cmment is shwn by bringing in the WKGDMEMO table then linking t the WKORDER table. The GM_MEMO field is placed in the reprt and then in the field Frmat Editr, Cmmn tab, within in the Suppress frmula buttn is the fllwing frmula: {WKGDMEMO.GM_PARENT}<>"WKORDER" Crystal Reprts fr Wrk Orders 26

28 Wrk Order Summary Reprts and Filters If yu have a mdule that allws yu t filter n a field that is in a grid with multiple recrds and yu plan n running a reprt (withut grupings) with this field as a filter, then the reprt may have sme issues. If yu have a field yu wish t summarize, yu need t set it up with grupings and variables. Fr example, in a Wrk Order reprt where the fields have been placed in the Detail sectin withut Gruping - the fllwing culd ccur: Filter n a grid field that has multiple values and run the reprt against this filter and see what the numbers d. Resurce = 1 (emplyee) is a gd ne. Lucity passes t Crystal the fllwing statement. {WKRESRCE.WR_RTYP_CD} = 1 This can be fund in the filter screen when yu click Advanced. Then click n the Reprt SQL tab. This will shw yu what is being sent t the reprt. When the reprt runs, it lks at the recrd every time the statement is true. If a reprt had three emplyees then it wuld hit the recrd three times. Crystal Reprts fr Wrk Orders 27

29 In WO# there are tw emplyees s when the reprt is run with a resurce filter the WO line shws up twice. If the infrmatin being summarized is in the WKORDER table then gruping n the WO_NUMBER and setting up variables shuld be sufficient. If yu are summarizing a field within Task r Resurces yu will need t further grup and add mre variables. Using Variables in a Reprt The riginal Wrk Order Categry Summary reprt lked like this: It was a very simple reprt which gruped n Categry and used the Crystal Summary tl t calculate the Grup Ttal and Grand Ttal. This wrked fine if run withut filters. There were certain filters that caused duplicate Wrk Order csts. The prblem filters are the fields that cme frm grid data. In the Wrk Order mdule these wuld include Lcatin, Assets, Tasks and Resurces. This ccurs because f the filter statement being passed frm Lucity t Crystal. If there are tw Tasks n a Wrk Order that are true fr a Task filter being run then the reprt will run the recrd twice. T crrect this issue we used gruping and variables. Open WOCatSum.rpt and fllw the steps used t crrect the reprt: 1. Added a secnd gruping n the Wrk Order Number, WO_NUMBER. 2. Created a frmula fr the Wrk Order Cst (WOCst) and placed it in the WO Number Grup Fter 2. WhilePrintingRecrds; Shared numbervar WOCst ; WOCst:={WKORDER.WO_TOTCOST} 3. Created a frmula t summarize the cst fr the Categry (WOCstTt). Added a new sectin belw the WO Number Grup Fter 2. This is a secnd Grup Fter (GF2b) fr this sectin. Place this new frmula in this sectin. WhilePrintingRecrds; Shared numbervar WOCstTt ; Shared numbervar WOCst ; WOCstTt:= WOCstTt + WOCst Crystal Reprts fr Wrk Orders 28

30 4. Created a frmula t summarize the ttal cst fr the Wrk Orders (TtSum). This was placed in GF2b. WhilePrintingRecrds; Shared numbervar GrWOCst ; Shared numbervar WOCst ; GrWOCst:= GrWOCst + WOCst 5. Created a frmula t Zer the Wrk Order cst variable (ZerWO). Placed this in the WO Number Grup Header #2. Shared numbervar WOCst :=0; 6. Created a frmula t Zer the Categry Cst (Zer). Placed this in the Categry Grup Header #1. Shared numbervar WOCstTt :=0 ; Shared numbervar WOCst :=0; 7. Created a frmula t shw the Categry ttal cst (TaskTt). Placed this in the Categry Grup Fter #1. WhilePrintingRecrds; Shared numbervar WOCstTt ; WOCstTt 8. Created a frmula t shw the Grand ttal cst (Ttal). Placed this in the Reprt Fter. WhilePrintingRecrds; Shared numbervar GrWOCst ; GrWOCst Suppressed the new Grup Header and Fter sectins. Crystal Reprts fr Wrk Orders 29

31 Secured Fields in Subreprts When yu add the simple ViewSecuredFields parameter frmula t a field frmat in a subreprt, it des nt carry ver t the main reprt withut first asking fr the security f the subreprt. This defeats the purpse f security. The subreprt shuld be respnding t the Lucity Security setup. The main bdy f the reprt needs t cmmunicate with the subreprt. This requires the use f variables. We will lk at the Wrk Order Detail reprt and see hw security was added t the cst fields in the Task/Resurce subreprt. 1. First, we used a shared variable called Security. It was declared in bth the reprt and subreprt. Open MS_WODetail.rpt. The ViewSecuredFields parameter was created. Fr additinal infrmatin, please refer t the related wrkbk, Beginning Crystal 2. A new frmula was created called Security t declare the variable. Shared NumberVar Security := {?ViewSecuredFields}; 2. The new Security frmula was placed int the Reprt Header sectin. The field size was reduced and the field text frmatted t have white fnt. This ensured that the frmula was nt visible in the reprt. 3. In the TaskRes.rpt subreprt a new frmula called SecuritySub was created. Once again, the Security variable was declared. Shared NumberVar Security; The frmula was dragged int the suppressed Reprt Header. 4. There are fur fields set up t shw Hidden if the user des nt have prper security. See the Beginning Crystal 2 handbk t see hw the fields were set up. Ntes: Crystal Reprts fr Wrk Orders 30

32 Mre n Variables Passing infrmatin frm a subreprt t the main reprt Let s create a reprt that shws the number f Requests and Wrk Orders fr each Request Prblem type. The number f Requests is straightfrward enugh with the use f a Running Ttal field. The number f Wrk Orders gets a little trickier because Wrk Orders are attached t Requests thrugh a grid and thus need t be brught int the reprt as a subreprt. Infrmatin frm a subreprt t a parent reprt can be dne by using variables. 2. Create a new Wrk Reprt and name it MS_ReqSumRQWO. 3. Bring in the WKREQ table. Bring in the Prblem field and the Request Number: 4. Grup by Prblem Type. Mve the Prblem field t the Grup Fter. 5. Add a Number f Requests clumn title. Then, create a Distinct Cunt f the Request Numbers fr each Prblem Type and place it under the clumn header in the Grup Fter sectin. 6. Add a Ttal text in the Reprt Fter. Then put in a Distinct Cunt f the Request Numbers int the Reprt Fter. 7. Add the WKWOMWO table in the Database Expert and link as shwn in the related wrkbk, Advanced Examples Create a Wrk Order subreprt with the WKORDER and the WKWOMWO tables and place it in the Detail sectin. Link as shwn in the Advanced Examples 2 wrkbk. 9. In the subreprt, drag the WO_Number field int the Detail sectin. Create ne frmula (WOCunt): WhilePrintingRecrds; Shared numbervar WOCunt; WOCunt :=DistinctCunt({WKORDER.WO_NUMBER}) Crystal Reprts fr Wrk Orders 31

33 Place the frmula and the WO_NUMBER field as fllws and suppress the subreprt sectins. This subreprt is cunting the Wrk Orders fr each Request. WOCunt is a shared variable that is available t the main reprt. 10. In the main reprt, create five frmulas: Zer WhilePrintingRecrds; Shared numbervar WOCunt :=0; Shared numbervar PrbWOCunt :=0 ; WOCunt (The shared variable WOCunt is being passed in frm the subreprt) WhilePrintingRecrds; Shared numbervar WOCunt; WOCunt WOSum (WOCunt is being summed t calculate the Prblem Ttal fr Wrk Orders and the Grand Ttal fr Wrk Orders.) WhilePrintingRecrds; Shared numbervar WOCunt ; Shared numbervar PrbWOCunt ; Shared NumberVar GrTtWOCunt; PrbWOCunt:=PrbWOCunt + WOCunt; GrTtWOCunt:=GrTtWOCunt + WOCunt; PrbTt WhilePrintingRecrds; Shared numbervar PrbWOCunt ; PrbWOCunt TtalWO WhilePrintingRecrds; Shared numbervar GrTtWOCunt ; GrTtWOCunt Crystal Reprts fr Wrk Orders 32

34 11. Add anther Detail sectin. 12. Create a clumn header, Number f Wrk Orders, and place the frmulas as fllws: 13. In Sectin Expert, make sure yu select Suppress Blank Sectin fr the Detail sectin with the Wrk Order subreprt. Suppress sectins as fllws: Preview Ntes: Crystal Reprts fr Wrk Orders 33

35 WO Subtask Infrmatin t Assets The Wrk mdule nw allws Subtasks t be assigned t specific Assets. In rder t shw these relatinships in a reprt, sme fairly dd table linkings are required. This seemingly simple ne line reprt tk nine grupings and tw subreprts t get t the infrmatin. Ntes: Crystal Reprts fr Wrk Orders 34

36 Smething new in Lucity versin 7.4 is the availability f the WKTSKAST and WKWOTSK tables in the list f synnym tables. This will allw the additin f subtasks when creating reprts fr the varius inventry items. This t had sme interesting table linkings: This reprt had five grupings and three subreprts t assist the infrmatin ut f the tables and int the reprt. If yu are interested in creating a reprt with this subtask infrmatin, cntact the Lucity Help Desk and we can help step yu thrugh the prcess. The infrmatin is there; smetimes it is challenging t get it ut. Ntes: Crystal Reprts fr Wrk Orders 35

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

CHAPTER 26: INFORMATION SEARCH

CHAPTER 26: INFORMATION SEARCH Chapter 26: Infrmatin Search CHAPTER 26: INFORMATION SEARCH AVImark allws yu t lcate r target a variety f infrmatin in yur data including clients, patients, Medical Histry, and accunting. The data can

More information

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction Bb Discussin Bards Technical Assistance: Website: http://help.asu.edu Help Desk Phne: 855.278.5080 (24/7 supprt) Instructin 1. Discussin Bard Basics Instructrs can create frums fr the curse r fr Grups

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

TRAINING GUIDE. Web Apps Dashboard Setup Training

TRAINING GUIDE. Web Apps Dashboard Setup Training TRAINING GUIDE Web Apps Dashbard Setup Training Web Applicatins Dashbard Setup Training In this bklet, we ll intrduce yu t the Dashbard. We ll prvide yu with detailed instructins n creating custmized Dashbard

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks STIClassrm Win Rsters, Attendance, Lessn Plans and Textbks Student Class Rster T access the student class rster, click the icn in the Classrm desktp. Frm the Rster screen, teachers may access the items

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen. Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

Welcome to Microsoft Access Basics Tutorial

Welcome to Microsoft Access Basics Tutorial Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within

More information

DIRECT DATA EXPORT (DDE) USER GUIDE

DIRECT DATA EXPORT (DDE) USER GUIDE 2 ND ANNUAL PSUG-NJ CONFERNCE PSUG-NJ STUDENT MANAGEMENT SYSTEM DIRECT DATA EXPORT (DDE) USER GUIDE VERSION 7.6+ APRIL, 2013 FOR USE WITH POWERSCHOOL PREMIER VERSION 7.6+ Prepared by: 2 TABLE OF CONTENTS

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists This page prvides help in using WIT.cm t carry ut the respnsibilities listed in the Desk Aid Titled Staffing Specialists 1. Assign jbs t yurself G t yur hme page Click n Yur Center has new jb pstings r

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage NAVIPLAN PREMIUM LEARNING GUIDE Existing insurance cverage Cntents Existing insurance cverage 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Enter yur clients existing life, disability,

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

1.0 Special Education and Conversion in MyEducation BC

1.0 Special Education and Conversion in MyEducation BC 1.0 Special Educatin and Cnversin in MyEducatin BC Special Educatin student eligibilities have been cnverted int MyEducatin BC frm BCeSIS. In rder t d s, special educatin wrkflw shells cntaining the designatin

More information

Supervisor Quick Guide

Supervisor Quick Guide Payrll Office: ext. 7611 payrll@dixie.edu Supervisr Quick Guide This dcument prvides an verview f the daily functins and respnsibilities t be cmpleted by Supervisrs in the EMPOWERTIME Autmated Timekeeping

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present insurance scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, cmpare, and present insurance scenaris Cntents Analyze, cmpare, and present insurance scenaris 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Analyze

More information

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5 Mdule: Tpic: Ad Hc Reprting Ad Hc Reprting Basics Ad Hc Reprting: Query Building Tyler SIS Versin 10.5 Cntents OBJECTIVE... 1 OVERVIEW... 2 PREREQUISITES... 2 PROCEDURES... 3 THE COLUMN LISTING LANDSCAPE...

More information

NASDAQ BookViewer 2.0 User Guide

NASDAQ BookViewer 2.0 User Guide NASDAQ BkViewer 2.0 User Guide NASDAQ BkViewer 2.0 ffers a real-time view f the rder depth using the NASDAQ Ttalview prduct fr NASDAQ and ther exchange-listed securities including: The tp buy and sell

More information

Group 3 Flip Chart Notes

Group 3 Flip Chart Notes MDH-DLI Sympsium -- Meeting Mandates, Making the Cnnectin: Wrkers Cmpensatin Electrnic Health Care Transactins -- Nvember 5, 2014 Grup 3 Flip Chart Ntes Meeting Mandates, Making the Cnnectin: Wrkers Cmpensatin

More information

Training Script: Documenting Provider

Training Script: Documenting Provider Training Script: Dcumenting Prvider Training Script: Dcumenting Prvider Agenda Item Intrductin Lg int Cmputer EMR Mdule Desktp Mdule Review Desktp and EMR in Meditech Test CPOE Sessin 1 Discussin Intrduce

More information

Steps to fix the product is not properly fixed issue for international clients.

Steps to fix the product is not properly fixed issue for international clients. Axxya Systems supprt cntact details 1-800-709-2977 ext 9 within US 1-425-999-4350 ext 9 utside f US Email supprt@axxya.cm Technical FAQ -- www.nutritinistpr.cm/help-center/ Steps t fix the prduct is nt

More information

HR Management Information (HRS)

HR Management Information (HRS) HR Management Infrmatin (HRS) Fact Sheet N 10. Managing Access t Claims Online T give access t ther departmental staff yu must be a Site Leader ie a Principal r Preschl Directr. If yu are nt a site leader

More information

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament.

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament. NASP Pr Turnament Instructins Updated 11/4/13 - NASP Pr Turnament Step by Step It is HIGHLY recmmended that yu read and fllw these instructins. Als, print these instructins and have them available at yur

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

learndirect Test Information Guide The National Test in Adult Numeracy

learndirect Test Information Guide The National Test in Adult Numeracy learndirect Test Infrmatin Guide The Natinal Test in Adult Numeracy 1 Cntents The Natinal Test in Adult Numeracy: Backgrund Infrmatin... 3 What is the Natinal Test in Adult Numeracy?... 3 Why take the

More information

Topic: Import MS Excel data into MS Project Tips & Troubleshooting

Topic: Import MS Excel data into MS Project Tips & Troubleshooting Tpic: Imprt MS Excel data int MS Prject Tips & Trubleshting by Ellen Lehnert, MS Prject MVP, PMP, MCT, MCP www.lehnertcs.cm April, 2014 There are several things yu shuld be aware f regarding the imprt

More information

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

How To Set Up A General Ledger In Korea

How To Set Up A General Ledger In Korea MODULE 6: RECEIVABLES AND PAYABLES MANAGEMENT: PAYMENT DISCOUNT AND PAYMENT TOLERANCE Mdule Overview Granting payment discunts prvides an incentive fr custmers t quickly pay their utstanding amunts in

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

Chalkable Classroom For Students

Chalkable Classroom For Students Chalkable Classrm Fr Students Abut This Dcument This dcument cntains an verview f the Chalkable Classrm Hme Prtal, which is used by students. Table f Cntents Chalkable Classrm Fr Students 1 Abut This Dcument...1

More information

IM, Presence, and Contacts

IM, Presence, and Contacts Find smene Lync 2013 Quick Reference IM, Presence, and Cntacts The quickest way t find smene via Lync is t launch a search by typing the persn s name r IM address in the search bx n the Lync main windw.

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

CU Payroll Data Entry

CU Payroll Data Entry Lg int PepleSft Human Resurces: Open brwser G t: https://cubshr9.clemsn.edu/psp/hpprd/?cmd=lgin Enter yur Nvell ID and Passwrd Click Sign In A. Paysheets are created by the Payrll Department. B. The Payrll

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

OUTLOOK All About Archives

OUTLOOK All About Archives OUTLOOK All Abut Archives Why d we have Zantaz Enterprise Archiving Slutin (EAS)? Archiving prvides verall lng term strage EAS has been implemented t help manage the 300MB mailbx size limit in Outlk/Exchange

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

Tips to Prepare for Quarter-End and Year-End

Tips to Prepare for Quarter-End and Year-End Tips t Prepare fr Quarter-End and Year-End Melissa Wd Cnsultant What We ll Cver 1. Tying ut A/P 2. Tying ut A/R 3. Tying ut I/N 4. Wrk In Prgress 5. Managing Jbs and PMs 6. Quarterly Payrll 7. Clsing a

More information

Kronos Workforce Timekeeper Frequently Asked Questions

Kronos Workforce Timekeeper Frequently Asked Questions Krns Wrkfrce Timekeeper Frequently Asked Questins 1. I d nt have the Emplyee Time Reprting ptin listed in my Agra menu. What d I d? If yu are a new emplyee and can t see yur emplyee timecard, cnfirm with

More information

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation

Chris Chiron, Interim Senior Director, Employee & Management Relations Jessica Moore, Senior Director, Classification & Compensation TO: FROM: HR Officers & Human Resurces Representatives Chris Chirn, Interim Senir Directr, Emplyee & Management Relatins Jessica Mre, Senir Directr, Classificatin & Cmpensatin DATE: May 26, 2015 RE: Annual

More information

INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM

INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM INSTRUCTIONS ON HOW TO IMPORT (Attach) DOCUMENTS TO TRANSACTIONS IN THE EMPLOYEE REIMBURSEMENT SYSTEM In the Emplyee Reimbursement System, users with verifier and apprver/prxy access rights have the ability

More information

Application Advisories for Data Integrator for Non- EDI location

Application Advisories for Data Integrator for Non- EDI location Applicatin Advisries fr Data Integratr fr Nn- EDI lcatin It is a standalne Windws based applicatin that will be installed at every Cmmissinerate. Applicatin will be used fr filling Bill f Entry and Shipping

More information

LeadStreet Broker Guide

LeadStreet Broker Guide RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

LISTSERV ADMINISTRATION Department of Client Services Information Technology Systems Division

LISTSERV ADMINISTRATION Department of Client Services Information Technology Systems Division LISTSERV ADMINISTRATION Department f Client Services Infrmatin Technlgy Systems Divisin E-MAIL LIST INSTRUCTIONS Yur List s Admin Webpage...2 Fr assistance cntact the Technlgy Assistance Center: 962-4357

More information

Software Update Notification

Software Update Notification Sftware Update Ntificatin PSS0223-02 Mastersizer 3000 v1.01 sftware Abstract This dcument details the release f sftware PSS0223-02 v1.01 f the sftware fr the Mastersizer 3000 laser diffractin system. It

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

Business Digital Voice Site Services - Phone & User Assignments

Business Digital Voice Site Services - Phone & User Assignments Feature Overview The Phnes and Users must be assigned befre setting up ther cmpnents f Business Digital Vice. The system is designed t allw custmers t quickly setup and mdify phne assignments in real time

More information

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session Outlk Web Access Training Light Versin: Using a brwser ther than Internet Explrer 6.0 r later A NWOCA Training Sessin 1 Lg On T Lg On t yur OutLk Web Access accunt, either: G t this URL: https://dwa.nwca.rg

More information

Configuring an Email Client for your Hosting Support POP/IMAP mailbox

Configuring an Email Client for your Hosting Support POP/IMAP mailbox Cnfiguring an Email Client fr yur Hsting Supprt POP/IMAP mailbx This article lists the email settings and prt numbers fr pp and imap cnfiguratins, as well as fr SSL. It cntains instructins fr setting up

More information

Vancouver Island University Job Posting System Instruction Manual

Vancouver Island University Job Posting System Instruction Manual Vancuver Island University Jb Psting System Instructin Manual Have questins, cncerns, r need training? Cntact Human Resurces Recruitment Office at recruit@viu.ca r lcal 6239 Last updated: February 2013

More information

Cost Allocation Methodologies

Cost Allocation Methodologies Cst Allcatin Methdlgies Helping States Determine Equitable Distributin f Sftware Develpment Csts t Benefiting Prgrams Over the System Develpment Lifecycle CAM-TOOL User Guide May 2004 Updated December

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Point2 Property Manager Quick Setup Guide

Point2 Property Manager Quick Setup Guide Click the Setup Tab Mst f what yu need t get started using Pint 2 Prperty Manager has already been taken care f fr yu. T begin setting up yur data in Pint2 Prperty Manager, make sure yu have cmpleted the

More information

How To Edit A Subscriber On Email From A Newsletter On A Pc Or Mac Or Mac (For Pc Or Ipa) On A Mac Or Ipad Or Macorcha (For Macorca) On An Email From An Email (For Ip

How To Edit A Subscriber On Email From A Newsletter On A Pc Or Mac Or Mac (For Pc Or Ipa) On A Mac Or Ipad Or Macorcha (For Macorca) On An Email From An Email (For Ip Opt In Email 5.1 User Guide Cpyright 2006-13 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION 1.1 What s new? Enhancements in 5.1 2 INSTALLATION PROCEDURE 3 OPT IN EMAIL MODULE 3.1

More information

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Operatins BI Metrics Demnstratin Guide May 2015 BI 3.11 Overview This demnstratin fcuses n ne aspect f QAD Operatins Business Intelligence Metrics and shws hw this functinality supprts the visin f

More information

Welcome to CNIPS Training: CACFP Claim Entry

Welcome to CNIPS Training: CACFP Claim Entry Welcme t CNIPS Training: CACFP Claim Entry General Cmments frm SCN CACFP claiming begins with submissin f the Octber claim due by Nvember 15, 2012. Timelines/Due Dates With CNIPS, SCN will cntinue t enfrce

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

Agfa Servicios Profesionales. Index. Academy

Agfa Servicios Profesionales. Index. Academy Prtal versión 1 Quick reference Agfa Servicis Prfesinales Index Prerequisites... 5 Quick reference t wrking within the prtal... 5 Access t the prtal... 5 Create a new publicatin... 6 Wrking with a publicatin...

More information

STUDIO DESIGNER. Accounting 3 Participant

STUDIO DESIGNER. Accounting 3 Participant Accunting 3 Participant Thank yu fr enrlling in Accunting 3 fr Studi Designer and Studi Shwrm. Please feel free t ask questins as they arise. If we start running shrt n time, we may hld ff n sme f them

More information

Easy Ecommerce 5.3. Quick Guide

Easy Ecommerce 5.3. Quick Guide Easy Ecmmerce 5.3 Quick Guide Table f Cntents. 1 License Agreement. 2 Prerequisites. 2 Installatin Instructins.. 2 Hst Optins.. 2 Cre (i.e. Direct Buy, Checkut) 5 What the user sees. 5 What an Administratr

More information

CallCenter@nywhere Interaction Manager OFT 605 (Part1)

CallCenter@nywhere Interaction Manager OFT 605 (Part1) Interactin Manager OFT 605 (Part1) Cpyright 2014 ICS, McGill University Table f Cntents What is Interactin Manager?... 1 Features and Benefits... 1 Launch Interactin Manager... 1 Screen Layut... 2 Cnfiguring

More information

Microsoft Dynamics GP. Advanced Human Resources

Microsoft Dynamics GP. Advanced Human Resources Micrsft Dynamics GP Advanced Human Resurces Cpyright Cpyright 2010 Micrsft. All rights reserved. Limitatin f liability This dcument is prvided as-is. Infrmatin and views expressed in this dcument, including

More information

e-qip Online Checklist

e-qip Online Checklist U.S. Custms and Versin 3.03 Brder Prtectin e-qip Online Checklist Please cmplete each step in the rder listed belw befre submitting yur e-qip frms. If yu fail t cmplete these steps in rder, yu will delay

More information

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)?

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)? Frequently Asked Questins Nvember 19, 2013 General infrmatin 1. Which brwsers are cmpatible with the Glbal Patent Search Netwrk (GPSN)? Ggle Chrme (v23.x) and IE 8.0. 2. The versin number and dcument cunt

More information

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18)

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18) Revisin 1.1 (2014-09-18) Table f Cntents 1 Purpse... 3 2 Hw it wrks... 3 3 A list f MiaRec perfrmance cunters... 4 3.1 Grup MiaRec Statistics... 4 3.2 Grup MiaRec Call Statistics Per-State... 5 3.3 Grup

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Connecticut State Department of Education 2014-15 School Health Services Information Survey

Connecticut State Department of Education 2014-15 School Health Services Information Survey Cnnecticut State Department f Educatin 2014-15 Schl Health Services Infrmatin Survey General Directins fr Cmpletin by Schl Nurse Crdinatr/Supervisr This Schl Health Services Infrmatin Survey was designed

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption Exchanging Files Securely with Gerstc Using gpg4win Public Key Encryptin Overview Visit the fllwing page n Gerstc s website t watch a vide verview f Public Key Encryptin: www.gerstc.cm/???? Initial Setup

More information

Regions File Transmission

Regions File Transmission Regins File Transmissin Getting Started with FTPS Regins Bank Member FDIC Revised 022113 It s time t expect mre. Table f Cntents Getting Started with FTPS Setting Up FTPS Cnnectin in FTP Client 3 4 9 Regins

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

9201 AQUA 11/22/2014. MAR Job Cost Report Drill Down Bug Fix

9201 AQUA 11/22/2014. MAR Job Cost Report Drill Down Bug Fix 9201 AQUA 11/22/2014 MAR Jb Cst Reprt Drill Dwn Bug Fix The drill dwn fr a/p invice dcuments that were related t an A/P Hand Written Check where there was n payable invice reference number wuld nt shw

More information

PS+ Assurance. User Guide Version: 1.0. Page 1

PS+ Assurance. User Guide Version: 1.0. Page 1 PS+ Assurance User Guide Versin: 1.0 Page 1 Overview The PS+ Assurance app gives users a visible check t ensure the prject is cmpliant. There are checks fr issues and risks and als checks fr the plan status.

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information