I have a report where one of the fields it groups on contains values like SJY4/0 SJY4/4.5 SJY4/9.5 F5/2.5 and so on.
I want each record to show everything up to the / so that when I do my grouping everything that starts with SJY4 ends up in the same group. The detail in the report is hidden so as long as it ends up in the same group is the most important thing for me.
I dont think the Left() and Right() functions in SQL would work as there is different lengths from each end of the string where the slash occurs.
I want each record to show everything up to the / so that when I do my grouping everything that starts with SJY4 ends up in the same group. The detail in the report is hidden so as long as it ends up in the same group is the most important thing for me.
I dont think the Left() and Right() functions in SQL would work as there is different lengths from each end of the string where the slash occurs.