Jump to content
  • 0

One line per record


brian123

Question

I am trying to figure out to display responses from users to one line via a report. I am currently collecting responses (yes/no) to two questions and when displaying them i have two lines for each user. 1 line is for the response to the first question and the 2nd line is for the second question. How would i go about getting this to reach onto one line?

Report.pdf

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Instead of creating your report based on a view which is joining response and user table, create your report based on user table and for the scores add one calculated field for each column you want to read the value from response table. Use SQL select to get the values. For instance:

SELECT [ColumnName] FROM [ResponstTableName] WHERE [UserIDColumnName from Response table] = target.[@field:UserID]

 

Select [@field :UserID ] from Picker

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...