I Have developed an application for sales.Now in my report there is comparision of sales and stocks.Sometimes for some sales the profit will be high and some times they will get loss.
I have developed the application in GUI way.My question is when ever they get sales loss can we keep alerts so that it should indicate alert that particular quantity is in loss.Please solve my query.
You can show it by using Properties->VisualCues ,Select ur Sales expression and put value of Greater than condition and Less than condition resp. in Upper and Lower.
ex: if sales is greater than100 is profit then you have to write in Upper>=100
and if sales is less than 100is loss then you have to write in Lower<=100.