Lets take the below example.
1. Stored procedure - Input parameter - IP1
2.Calculation view - SQL -
- created a parameter IP1 here also and called the above stored procedure and passed IP1
This works i get the data as expected.
Here is my case now
3. Calculation View - Graphical -
Used a projection node - In this i have added Calculation view - SQL
Created an input paramter - IP1
When i run the data preview , i dont get any data.
The reason could be because there should be a way i can pass this IP1 to
calculation view - SQL, if i can pass to calculation view - SQL it gets passed to stored procedure.
Can some one help me on this.