Danish Habib

Danish Habib

  • NA
  • 694
  • 233.3k

challanging Question about crystal report

Jul 30 2015 4:21 AM
I am creating crystal report with Crystal report wizard in visual studio 2010 Now I have two tables 
First Table
Question(Questionid(int),QuestionText(varchar(max)),IsActive)
Second Table
QuestionValues(id(P),QuestionID(F),Value(int))
 
Now When i am creating parameters My Both tables comes but the First Table (Question table) list the other two columns but not the QuestionText column remember it is set a allow not null 
I am not using any code i just using report wizard and directly binding the labels with Database column attached picture will show that I am missing one column and i need that column for parameter