How do I use my stored procedures with Izenda Reports?
To use stored procedures which you have previously created either:
1. Create a view which queries it and use this to access the stored procedure through Reports.
OR
2. Unroll the stored procedure into a view directly.