MVCOM returns Result Comments for a list of variables.
SYNTAX:
MVCOM(Format, OrderBy, VarNum1, VarNum2,…VarNum99)
Format: How each result comment should be displayed. Ex, show the date with comment.
Setting |
Description |
Example |
1 |
Date VarNum-VarDisplay:Comment |
7/4/2017 4001-Effluent\Flow: Flow is high! |
2 |
Date VarDisplay:Comment |
7/4/2017 Effluent\Flow: Flow is high! |
3 |
Date:Comment |
7/4/2017: Flow is high! |
4 |
VarNum-VarDisplay: Comment |
4001-Effluent\Flow: Flow is high! |
5 |
VarDisplay: Comment |
Effluent\Flow: Flow is high! |
6 |
Comment |
Flow is high! |
7 |
Date VarDisplay (Value Units): Comment |
7/4/2017 Effluent\Flow (23.3 MGD): Flow is high! |
8 |
Date (Value Units): Comment |
7/4/2017 (23.3 MGD): Flow is high! |
OrderBy: Sets how the comments are sorted (by date, variable...).
Setting |
Description |
1 |
Sort by Date then Variable Number |
2 |
Sort by Variable Number then Date |
3 |
Sort by Date Descending then Variable Number |
VarNum1..VarNum99: A comma separated list of variables that sets which variables to calculate from.