Hi Bruce,
Here is the issue I am having...my basic query looks like this..
SELECT
SERVICECALLS.SER_ID As ServiceCallID
FROM
ITSM_SERVICECALLS SERVICECALLS
WHERE
(
dbo.GET_REP_DESCRIPTION(SERVICECALLS.SER_STA_OID,@Variable('RMLanguage')) IN ('Dispatched')
)
When I drag and drop the fields into the design mode, I get the a list if IDs which is what I want. But, when I create a free hand SQL and copy the same script, for some reason, it sums up all the IDs and give me one aggregate result.
The resultant is a measure instead of a dimension.
Any reason why it happens? Thanks for all the help.
Sincerely,
Jagan