Hello,
Is there a way to use Dynamic Cascading Paramaters as Input for a Stored Procedure?
I have a Stored Procedure which has 3 Parameters that depend on each other.
Up to now, I found out how to use a Dynamic Parameter for one Parameter... but I wasn't able to cascade all three Parameters.
Thanks
Christoph