Hi Goodies How are you all?
I have a business application and now i want to Create reports I have made a store procedure which has its select statement dynamic means
IF(Condition This is true)
Select A.AnswerID,A.Question01Total, From Answers A
ELSE IF(Condition Second is true)
Then ;Have different select statement mean different columns'
So I have not columns based on if condition ,
How i can tell the crystal report to generate columns based on the condition ,
Also How to give parameters to store procedure to bind a crystal Report
Thanks For All for supports