I have a DP Report that tally's some basic Yes No responses .
One is a Yes/No data type field in table (ED_Tour). - are you coming to this Tour.
The Other is a Text field set as radio button with Yes No options custom defined (Significant_Other?) - Bringing a significant other?
Both Total/Aggregate fields in the report "VERIFY" fine. But only one will actually display the result on the DP - Yes/No checkbox (ED-Tour). The text field type Yes No (Significant_Other?) wont show result.
ATTENDING Yes/No type field: SELECT COUNT [@field:ED_Tour] FROM tablename WHERE [@field:ED_Tour] = 1
Significant_Other text field (radio button assigned values): SELECT COUNT [@field:Significnat_Other] FROM tablename WHERE [@field:Significnat_Other] = "Yes"
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
roattw
I have a DP Report that tally's some basic Yes No responses .
One is a Yes/No data type field in table (ED_Tour). - are you coming to this Tour.
The Other is a Text field set as radio button with Yes No options custom defined (Significant_Other?) - Bringing a significant other?
Both Total/Aggregate fields in the report "VERIFY" fine. But only one will actually display the result on the DP - Yes/No checkbox (ED-Tour). The text field type Yes No (Significant_Other?) wont show result.
ATTENDING Yes/No type field: SELECT COUNT [@field:ED_Tour] FROM tablename WHERE [@field:ED_Tour] = 1
Significant_Other text field (radio button assigned values): SELECT COUNT [@field:Significnat_Other] FROM tablename WHERE [@field:Significnat_Other] = "Yes"
As always, all input VERY appreciated.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.