Kosten_2021.iqd 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. COGNOS QUERY
  2. STRUCTURE,1,1
  3. DATABASE,Planung_2012
  4. DATASOURCENAME,C:\GAPS\Portal\System\IQD\Planung\Kosten_2021.imr
  5. TITLE,Kosten_2021.imr
  6. BEGIN SQL
  7. select T1."Acct Nr" as c1,
  8. T1."Jahr" as c2,
  9. T1."Mandant" as c3,
  10. T1."KST" as c4,
  11. T1."Plan Kosten" as c5,
  12. T1."Plan Kosten" / 12 as c6,
  13. T1."Plan Kosten" / 12 as c7,
  14. T1."Plan Kosten" / 12 as c8,
  15. T1."Plan Kosten" / 12 as c9,
  16. T1."Plan Kosten" / 12 as c10,
  17. T1."Plan Kosten" / 12 as c11,
  18. T1."Plan Kosten" / 12 as c12,
  19. T1."Plan Kosten" / 12 as c13,
  20. T1."Plan Kosten" / 12 as c14,
  21. T1."Plan Kosten" / 12 as c15,
  22. T1."Plan Kosten" / 12 as c16,
  23. T1."Plan Kosten" / 12 as c17
  24. from "Kosten_Gesamt_2021" T1
  25. END SQL
  26. COLUMN,0,Acct Nr
  27. COLUMN,1,Jahr
  28. COLUMN,2,Mandant
  29. COLUMN,3,Kst
  30. COLUMN,4,Plan Kosten
  31. COLUMN,5,PK1
  32. COLUMN,6,PK2
  33. COLUMN,7,PK3
  34. COLUMN,8,PK4
  35. COLUMN,9,PK5
  36. COLUMN,10,PK6
  37. COLUMN,11,PK7
  38. COLUMN,12,PK8
  39. COLUMN,13,PK9
  40. COLUMN,14,PK10
  41. COLUMN,15,PK11
  42. COLUMN,16,PK12