Here is my query.
What i'm doing is count the number of clocking per points number. My problem is if there is no clocking for one date, it will not show this date in the query.
So i will only have several dates in a month instead of full days and months.Is there a work around for this?
Thanks
p/s:i've attached my query result with this post
Code:
TRANSFORM Count(t_date.ftime) AS Sumftime SELECT t_date.gh FROM t_date GROUP BY t_date.gh PIVOT t_date.fdate;
So i will only have several dates in a month instead of full days and months.Is there a work around for this?
Thanks
p/s:i've attached my query result with this post

Comment