Click here to Skip to main content
15,892,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Table 

ProductID  SoreID EmployeeID	ProdType	ProdQTy		Price	DateBrought

1		 R0001	 E0001	         UCO		12		  2350.0000	02-Feb-19
2		 MK001	 E0019		 UCO		15		     4000.0000	02-Feb-19
3		 MD001	 E0017		 UCO		10		     2350.0000	03-Mar-19
4		 MD001	 E0018		 UCO		20		     3500.0000	03-Mar-19
5		 MK001	 E0020		 UCO		14		     3700.0000	02-Feb-19
6		 R0001	 E0003		 UCO		11		     3000.0000	02-Feb-19
7		 R0001	 E0004		 UCO		14		     3500.0000	02-Feb-19


I Want a report such as below one 

StoreID  Empid   02-Feb-19  03-Feb-19 04-Feb-19  05-Feb-19 ---- 28-Feb-19   Total
R0001    E0001	      12	  10	      7	         8	           11       xx
MK001    E0002	      10	  10	      6	         5	           10       xx


What I have tried:

I have applied a cross tab to the report but not getting the desired format.
Posted
Updated 17-Apr-19 23:34pm
v5

1 solution

 
Share this answer
 
Comments
Member 14108724 17-Apr-19 5:16am    
Thank you very much Sir. Let me try this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900