Hi
I am using CRXI on SQL Server.
I am building a graph, linear.
I want to show for change of month:
@import: if type=import then job
@export: if type=export then job
@domestic: if type=domestic then job
all jobs
I have just 1 table. I tryed to use count on the graph but is not working (I don't know why???). It shows me the total 408 jobs for January. The 4 lines on the graph are all showing the totals/month. ( I am using month(date))
Then I changed the summary operation in Distinct count. Now it's better, but in the graph I get 383 imports instead of 382, 15 exports instead of 14, 15 domestics instead of 12.(for January). It looks that in the graph an extra job is added for each change of type???
I think I don't know how to use distinct count or something, because I had problems with distinct count before.
I would be happy with any advise, please
Thank you
I am using CRXI on SQL Server.
I am building a graph, linear.
I want to show for change of month:
@import: if type=import then job
@export: if type=export then job
@domestic: if type=domestic then job
all jobs
I have just 1 table. I tryed to use count on the graph but is not working (I don't know why???). It shows me the total 408 jobs for January. The 4 lines on the graph are all showing the totals/month. ( I am using month(date))
Then I changed the summary operation in Distinct count. Now it's better, but in the graph I get 383 imports instead of 382, 15 exports instead of 14, 15 domestics instead of 12.(for January). It looks that in the graph an extra job is added for each change of type???
I think I don't know how to use distinct count or something, because I had problems with distinct count before.
I would be happy with any advise, please
Thank you