Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryFunction returns values not matching with any property #145

Open
sxp267 opened this issue Oct 2, 2024 · 0 comments
Open

QueryFunction returns values not matching with any property #145

sxp267 opened this issue Oct 2, 2024 · 0 comments

Comments

@sxp267
Copy link

sxp267 commented Oct 2, 2024

I've a query like this

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant