I don't know if anyone may know but if you could help it would be appreciated.
First: I have a scenario where you have 2 prices for an item in a query.
One item may be temporarily on sale but we don't want to show both items in the query. We would like to only show the lower priced item in the query.
We have tried the following in the query but it doesn't seem to work.
ThisItem.Price<OtherItem.Price
We thought this would show only the lower of the two priced items but it doesn't. Does anyone have an idea how to do this?
Second: Has anyone every run a query that shows a log of all Instant Messages in one screen like a running conversation where each time the IM comes in the previous messages are displayed above?
Thank you guys as always.