Hi,
I have a crosstab that displays the total orders received per day. I need to add a message (static) on the days that the orders received exceed certain number (14)
This is how the cross tab looks
This is how the crosstab should look with the message
Thanks in advance
RJL1
I have a crosstab that displays the total orders received per day. I need to add a message (static) on the days that the orders received exceed certain number (14)
This is how the cross tab looks
Code:
DATE ORDERS
2/1/2009 12
2/2/2009 28
2/3/2009 15
This is how the crosstab should look with the message
Code:
DATE ORDERS MESSAGE
2/1/2009 12
2/2/2009 28 "MORE THAN 14 ORDERS RECEIVED"
2/3/2009 15
Thanks in advance
RJL1