bcollinsmoose
IS-IT--Management
I'm new to CR and have made some progress today. YEAH!!! Quick question. I am creating a report in which I need to show some user comments group by particular person. I have my group set up.
Here are my questions:
* My data is in a MEMO field on a SQL Server. If I choose the SELECT EXPERT feature only columns of type numberic are showing - Is this normal? If not, is there something I can do to correct the problem. -- The reason I am trying to use the SELECT EXPERT is because I do not want to return blank rows. I could write a SQL statement to only return records that this field is not blank.
* If I can not use the SELECT EXPERT is there a way to use the field explorer feature --> put the field on the report and suppress the blank records?
If there is a better way to do it then I am willing to take suggestions as well.
Example of current data:
User Score Comments
Becky 5 Becky did a wonderful job
Becky 0
Becky 2 Needs improvement
Data I want to show on report:
Becky
Becky did a wonderful job
Needs Improvement
Here are my questions:
* My data is in a MEMO field on a SQL Server. If I choose the SELECT EXPERT feature only columns of type numberic are showing - Is this normal? If not, is there something I can do to correct the problem. -- The reason I am trying to use the SELECT EXPERT is because I do not want to return blank rows. I could write a SQL statement to only return records that this field is not blank.
* If I can not use the SELECT EXPERT is there a way to use the field explorer feature --> put the field on the report and suppress the blank records?
If there is a better way to do it then I am willing to take suggestions as well.
Example of current data:
User Score Comments
Becky 5 Becky did a wonderful job
Becky 0
Becky 2 Needs improvement
Data I want to show on report:
Becky
Becky did a wonderful job
Needs Improvement