Add additonal informations into Gantt view

Topic

  • I'm going to show you how you can add some additional informations in APS Gantt view
  • There are two posibilities how to add.

 

  1. Add informations into graphic part as label above operation
  • Open APS - edit scheduling - tab view - edit - tab field description
    • add new column (which one you want - in my case I added quantity

aps_add_label.png

  • Result will looks like that:

aps_add_col_result.png

 

2. Add informations as new line in main description of Gantt view

  • Open APS - edit scheduling - tab view - edit - tab field description
    • add new Sum1 (which one you want - in my case I added quantity)

aps_sum1.png

  • Result looks this way:

aps_add_sum_result.png

 

 

Note: You can add next line as Sum2 - same process as Sum1

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Comment author
    Christian Thisted Dahl

    This will add sales order delivery date:

    (select CONVERT(nvarchar(10), "DocDueDate", 104) from ORDR where "ORDR".DocNum = "BEAS_FTPOS".BaseDocNum)
     
    This will add item group name:
    (select "OITB".ItmsGrpNam FROM "OITM" LEFT JOIN "OITB" ON "OITM".ItmsGrpCod = "OITB".ItmsGrpCod WHERE "OITM".ItemCode = "BEAS_FTPOS".ItemCode)
    0

Please sign in to leave a comment.