You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select
min(aee1_0.counter),
max(aee1_0.counter)
from
pnp.ace_events aee1_0
where
aee1_0.local_transaction_id='3e9d5c52-aa12-4b5f-a01f-81372c6408fa-1'
and the log shows the result as
Min and Max values for id 7122 are Optional[PropertyBox - PROPERTIES: ["MinFunction|1363567164":java.lang.Integer],["MaxFunction|1981503205":java.lang.Integer] - VALUES: ("MinFunction|1363567164"=1),("MaxFunction|1981503205"=3)1
How to get these values now when there is no matching propery?
The text was updated successfully, but these errors were encountered:
I've a query like this
and the log shows the result as
Min and Max values for id 7122 are Optional[PropertyBox - PROPERTIES: ["MinFunction|1363567164":java.lang.Integer],["MaxFunction|1981503205":java.lang.Integer] - VALUES: ("MinFunction|1363567164"=1),("MaxFunction|1981503205"=3)1
How to get these values now when there is no matching propery?
The text was updated successfully, but these errors were encountered: