In a multi-tenant system, I need to create a temp (memory) table that outputs the final query results to a unique table name. I need to pass this temp table name as a param to NR and have it report on it.
However, NR doesn't support dynamic quiries and their support suggested I use a stored procedure to achieve desired results (they support SP). However, a simple test passing table name param into a SP gives error on the table name???
The whole idea is to prevent other users, creating the same report, from crushing other users (data) running the report at the same time.
Anyone have any ideas on how to approach this? Some other method perhaps?
Thanks
However, NR doesn't support dynamic quiries and their support suggested I use a stored procedure to achieve desired results (they support SP). However, a simple test passing table name param into a SP gives error on the table name???
The whole idea is to prevent other users, creating the same report, from crushing other users (data) running the report at the same time.
Anyone have any ideas on how to approach this? Some other method perhaps?
Thanks