Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Iam making an app to show the number of deleted orders.
The graph only show the dates where there are deleted orders>0.
I have two tables: Facts and Time
Expressions: sum(status), sum({<status={1}>}amount)
ie. the number of deleted orders and the value of them per selected time interval.
I want the graph to show 0 if there are no deleted orders that day, and then 0 in value.
Can you help me?
I guess i need to put in year, month and Day in the expressions?
/Julia