Wonder if you can help me. I am new to Qlik and struggling with something. I have a simple stock table and have three expressions. Expression 1 calculates the stock totals for all items yesterday:
sum({<StockDate = {'$(=Date(today()-1))'}>} BOH)
expression 2 calculates the stock totals today:
sum({<StockDate = {'$(=Date(today()))'}>} BOH)
and the final expression is a simple calculation that works out the difference.
I then want to just show any items that are basically out of stock but cant seem to figure this out.