Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. {
  2. "layouts": {
  3. "none": {
  4. "type": 6,
  5. "views": ["view0"]
  6. },
  7. "default": {
  8. "type": 6,
  9. "views": ["view0"]
  10. }
  11. },
  12. "tableTree": {
  13. "type": "jobPerson",
  14. "as": 0,
  15. "relations": [{
  16. "type": "workflowStatus",
  17. "as": 3,
  18. "relations": [{
  19. "type": "workflowStepCategory",
  20. "as": 30
  21. }],
  22. "tableId": 1
  23. }, {
  24. "type": "personInfo",
  25. "as": 5,
  26. "tableId": 2
  27. }]
  28. },
  29. "filters": [{
  30. "as": "WorkflowstepCategory",
  31. "type": "in",
  32. "field": {
  33. "name": "workflowStepCategory",
  34. "type": "field",
  35. "source": 3
  36. },
  37. "value": [{
  38. "isOptGroup": false,
  39. "selected": true,
  40. "text": "Nouveau Lead",
  41. "value": 1,
  42. "id": 1
  43. },
  44. {
  45. "isOptGroup": false,
  46. "selected": true,
  47. "text": "Contact\u00e9",
  48. "value": 2,
  49. "id": 2
  50. },
  51. {
  52. "isOptGroup": false,
  53. "selected": true,
  54. "text": "Pr\u00e9-qualifi\u00e9",
  55. "value": 3,
  56. "id": 3
  57. },
  58. {
  59. "isOptGroup": false,
  60. "selected": true,
  61. "text": "Profil en attente de commentaires",
  62. "value": 4,
  63. "id": 4
  64. },
  65. {
  66. "isOptGroup": false,
  67. "selected": true,
  68. "text": "Pas int\u00e9ress\u00e9",
  69. "value": 5,
  70. "id": 5
  71. },
  72. {
  73. "isOptGroup": false,
  74. "selected": true,
  75. "text": "Invit\u00e9 \u00e0 Postuler",
  76. "value": 6,
  77. "id": 6
  78. }
  79. ],
  80. "userModifiable": true
  81. }, {
  82. "as": "Folder",
  83. "type": "context",
  84. "field": {
  85. "name": "job",
  86. "type": "field",
  87. "source": 0
  88. },
  89. "value": "jobId"
  90. }],
  91. "views": {
  92. "view0": {
  93. "type": "barChart",
  94. "title": "Candidates by Status",
  95. "showTitleInsideChart": "1",
  96. "rowsLimitOverride": 4,
  97. "labelField": {
  98. "as": "c1",
  99. "name": "name",
  100. "type": "field",
  101. "source": 30
  102. },
  103. "series": [{
  104. "as": "c2",
  105. "label": "People",
  106. "id": 1,
  107. "type": "expressionReference",
  108. "expressionId": 1
  109. }],
  110. "orderBys": [{
  111. "field": {
  112. "name": "orderNumber",
  113. "type": "field",
  114. "source": 3
  115. },
  116. "isAsc": true
  117. }],
  118. "stacking": null
  119. }
  120. },
  121. "expressions": [{
  122. "name": "countDistinct",
  123. "label": "People",
  124. "id": 1,
  125. "type": "function",
  126. "params": [{
  127. "name": "personInfo",
  128. "type": "field",
  129. "source": 0
  130. }]
  131. }]
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement