|
|
|
|
|
KanbanCount (Function) In french: KanbanOccurrence Returns the number of cards or lists in a Kanban control.
LIB_NbTâches = "Total: " + KanbanCount(KANBAN_MonKanban, kcCardTotal)
Syntax
<Result> = KanbanCount(<Kanban control> , <Count>)
<Result>: Integer Number of elements. <Kanban control>: Control name Name of the Kanban control used. <Count>: Integer constant Type of information requested: | | kcCardTotal | Total number of cards in the control. | kcCardVisible | Number of visible cards. | kcListTotal | Total number of Kanban lists in the control. | kcListVisible | Number of visible Kanban lists. |
Note: The number of visible Kanban cards and lists takes into account the cards and lists accessible by moving the elevator..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|