bhushanchanda
29th May 2013, 22:58
Hello,
I am trying to create a simple report with SSRS which will include all the Sales Orders from company 501,502,503.
I did this and got the result:-
select t_orno from ttdsls400501
UNION
select t_orno from ttdsls400502
UNION t_orno from ttdsls400503
But I want to add the company number on the report too. How should I do it?
I did not found any ._compnr in the fields shown by query designer.
Has anyone created any such reports?
Please help.
I am trying to create a simple report with SSRS which will include all the Sales Orders from company 501,502,503.
I did this and got the result:-
select t_orno from ttdsls400501
UNION
select t_orno from ttdsls400502
UNION t_orno from ttdsls400503
But I want to add the company number on the report too. How should I do it?
I did not found any ._compnr in the fields shown by query designer.
Has anyone created any such reports?
Please help.