SLQ or Report??

I need to create a list of items for the till staff of what items are currently on promotion (part of a discount promotion or part of a multi buy etc)

Is there any report which can do this, or a sql query which i could run to extract this info?

Reply to
Philip Gass - Creative Gardens -
Loading thread data ...

Hi there,

Retail Analytics from Professional Advantage will enable you to easily report on any information that is populated in RMS.

Retail Analytics for Microsoft RMS is designed to help retailers manage their business by delivering analytical reporting on business performance. Easily identify trends, buying patterns, seasonality, and other key performance indicators for your business.

formatting link
If you have any questions, please let me know.

Thanks,

Jen Bridgeford snipped-for-privacy@profad.com

701 235 2363 ext 248 For a quick dem> I need to create a list of items for the till staff of what items are
Reply to
Jen Losch

Reply to
Akber Alwani

Thanks for your post Akber,

I understand the sale price reporting via sale dates - and i do use it. I have however not been able to find a report which would show me the following:

Discounts set up via the mix and match and the buy X and get Y for Z promotions under the Discounts menu in Database - I have 50 or 60 different named promotions set up - I then assign the item to the promotion in the item properties.

What i wanted was a report which would summarise which items are assigned to each promotion type, so i can keep an eye on it all in one place.

Hope that makes better sense!

Philip

Reply to
Philip Gass - Creative Gardens

Hi Philip - it might be easier to use a select statement

Backup first and after hours try

select item.itemlookupcode, item.description, quantitydiscount.description AS Discount_Description from item, quantitydiscount where item.quantitydiscountid = quantitydiscount.id and item.quantitydiscountid 0

Then export the results to excel or notepad. The above query will return three columns: the ILC, item descripti> Thanks for your post Akber,

Reply to
convoluted

Perfect!!! exactly what i needed. Thanks v much!

Reply to
news.microsoft.com

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.