1. What is the problem? Be very detailed.
I need to delete some submissions which have been made mistakenly as repeated entries. Can I delete those?
My Data goes to a dashboard via OData feed and I don't want to have those lines in the analysis.
2. What app or server are you using and on what device and operating system? Include version numbers.
Central 1.2
3. What you have you tried to fix the problem?
I tried to Reject those entries using the new editing features. However, the Review Status is not showing in the PowerBI after in Load the OData. If it would have, I could have filtered them out. I have got a workaround by adding a new column to highlight if this submission should be included in the analysis or not, but that's not a perfect solution to me.
It will be great, if some fellow can explain to me how can I delete a submission in DB (postgresql), as I have access to that. Will be great to understand if the deletion in the public.submission table after finding that entry via instanceID would be sufficient or some other table entries also need to be deleted?
Any link to the explanation of the tables structure and their relation in postgresql would be very helpful.
4. What steps can we take to reproduce the problem?
5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.
Thanks a lot.