There are questions for 2 tools which i need to store in my databse and need to create report like %of Positive Response, % of Negative Response, No. of Users for Tool1/2 etc.
It would be great if i have any similar example/code/link etc.I would like to how one can create for Question 2? I mean it based on first response, IF NO, then and then it should ask for WHY.
Thanks in advanced for your input.
Tool 1
Code: Select all
1.Are you satisfied with the performance of the tool ? Yes/No
2.Are you satisfied with the support provided? Yes/No
IF NO, Why ?
3.If you need to improve, they are the three major changes you propose Yes/No
IF Yes, -----****----
4.What are the general points (up to 3) that you would like to improve on the project Yes/No
IF Yes, -----****----
Code: Select all
1.Are you satisfied with the performance of the tool ? Yes/No
2.Are you satisfied with the support provided? Yes/No
IF NO, Why ?
3.If you need to improve, they are the three major changes you propose Yes/No
IF Yes, -----****----
4.What are the general points (up to 3) that you would like to improve on the project Yes/No
IF Yes, -----****----

