Morning All
Would anyone be able to tell me if it's possible to create another record, for a record based on an IF statement? e.g.:
<TBODY>
</TBODY>
I've got data in the above format. I want to produce a table of sales person stats whereby if a record has a "Support Sales Person" (not all of them do), an additional record is create with the "Support Sales Person" listed as the "Sales Person:"
<TBODY>
</TBODY>
Reason being is I'd like to be able to include the records with a "Support Sales Person" in the "Sales Person" stats, but then also reflect them separately.
Hope that makes sense!
Thanks
Rich
Would anyone be able to tell me if it's possible to create another record, for a record based on an IF statement? e.g.:
Sales ID</SPAN> | Sales Person A</SPAN> | Support Sales Person</SPAN> | Amount (£)</SPAN> |
456789</SPAN> | Malcolm</SPAN> | Douglas</SPAN> | 10</SPAN> |
<TBODY>
</TBODY>
I've got data in the above format. I want to produce a table of sales person stats whereby if a record has a "Support Sales Person" (not all of them do), an additional record is create with the "Support Sales Person" listed as the "Sales Person:"
Sales ID</SPAN> | Sales Person A</SPAN> | Support Sales Person</SPAN> | Amount (£)</SPAN> |
456789</SPAN> | Douglas</SPAN> | | 10</SPAN> |
<TBODY>
</TBODY>
Reason being is I'd like to be able to include the records with a "Support Sales Person" in the "Sales Person" stats, but then also reflect them separately.
Hope that makes sense!
Thanks
Rich
Last edited: