Categorymult (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
:<syntaxhighlight copy>PARKING_LOTS_DEMAND_PER_M2</syntaxhighlight> | :<syntaxhighlight copy>PARKING_LOTS_DEMAND_PER_M2</syntaxhighlight> | ||
|seealso=*[[Category Value]] | |seealso=*[[Category Value]] | ||
*[[Attributemult (TQL Param)]] | |||
}} | }} | ||
{{TQL param nav}} | {{TQL param nav}} | ||
Revision as of 13:43, 13 May 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| CATEGORYMULT | Item ID | Multiply the calculated value with this Category Value of a Building | false |
Available for
Notes
- This clause can only be used with the specified attribute of Category Values
- This clause should generally be used in for Select floorsize (TQL).
- In case this clause is used in combination with the Category (TQL Param), this category value is only multiplied for that category.
- In case this clause is not used in combination with the Category (TQL Param), the weighted average of this value is calculated, using a Building's Categories and their Category weight (Category Value).
- Example clause with the Category Value Demand for parking lots:
PARKING_LOTS_DEMAND_PER_M2
See also