Hi everyone!
Please try to solve a problem with me:
I have item with date and i need to use this date in another [Database monitor] item into SQL, i try this construction but it isn’t work:
So, how I can resolve this case and use value of one item into SQL of another?
Please try to solve a problem with me:
I have item with date and i need to use this date in another [Database monitor] item into SQL, i try this construction but it isn’t work:
Code:
SELECT {Monitoring:balance.date.last()} as dt from dual;
Comment