Hello All,
Please let me know how to implement , how to get the data based on Date filter in Signavio.
Example:
I want to get the data where cases are got after 2024 jan 1st.
We have date column like BLDATE.
SELECT CASEID,USERNAME FROM THIS_PROCESS
WHERE BLDATE >'2024/01/10'
Getting error. I tried multiple ways but no luck.
Requesting you suggest pls.
Regards,
Shravan R.
Request clarification before answering.
Hi Shravan,
Thank you for your question. Could you please try WHERE BLDATE > DATE '2024-01-10' with the date being in YYYY-MM-DD format?
Until the User Guide on value comparison has been updated with an example, please refer to this page where the date literal is described.
In case you have further questions, do not hesitate to reach out!
Best regards
Jessica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.