I have a database and need to generate a report from the tables that I have been provided with.
However, the data source query that I am using -while in essence it works fine- is producing duplicates due to the "Parameter" and "Op Parameter" fields (each can be one of two values for each unique tag).
What I would like to do is take each Parameter, each Op Parameter, and their values and tag them on as new fields for the unique tag (e.g., 'AI17611A') so that each tag is only shown once with all parameters.
Is this possible? If so, how would I go about it?