Update row conditions
This commit is contained in:
parent
b1d74d45d1
commit
52d562c5c4
@ -7,9 +7,9 @@ config {
|
||||
nonNull: ["AGENT_ID", "TIMESTAMP", "STATE"],
|
||||
rowConditions: [
|
||||
'STATE_GROUP <> "NOT_MAPPED"',
|
||||
'AGENT_ID <> "0" AND AGENT_NAME <> "NOT_MAPPED"',
|
||||
'AGENT_ID = "0" or (AGENT_ID <> "0" AND AGENT_NAME <> "NOT_MAPPED")',
|
||||
'STATE_ID <> 0',
|
||||
'REASON_CODE is not null and REASON_CODE_ID <> 0'
|
||||
'REASON_CODE is null or (REASON_CODE is not null and REASON_CODE_ID <> 0)'
|
||||
]
|
||||
},
|
||||
tags: ["agent_status_report"],
|
||||
|
||||
@ -7,9 +7,9 @@ config {
|
||||
nonNull: ["AGENT_ID", "TIMESTAMP", "STATE"],
|
||||
rowConditions: [
|
||||
'STATE_GROUP <> "NOT_MAPPED"',
|
||||
'AGENT_ID <> "0" AND AGENT_NAME <> "NOT_MAPPED"',
|
||||
'AGENT_ID = "0" or (AGENT_ID <> "0" AND AGENT_NAME <> "NOT_MAPPED")',
|
||||
'STATE_ID <> 0',
|
||||
'REASON_CODE is not null and REASON_CODE_ID <> 0'
|
||||
'REASON_CODE is null or (REASON_CODE is not null and REASON_CODE_ID <> 0)'
|
||||
]
|
||||
},
|
||||
tags: ["agent_status_report"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user