Hey Folks,
Should be a fairly simple one here but cant get my head around it, in my head its logical :S .
Here is my current record selection formulae:
{Sales.DayName} = "Saturday" and
(
{Sales.ItemName_P} startswith "11'" or
{Sales.ItemName_P} startswith "9's" or
{Sales.ItemName_P} startswith UpperCase ("Kil") or
{Sales.BaseUOM_P} startswith uppercase ("CASE") or
{Sales.BaseUOM_P} startswith uppercase ("PACK") or
{Sales.MainProductGroupCode_P} = "41"
)
Basically im looking to only show ceartain types of products that are sold on a Saturday.
All is working except for the "{Sales.ItemName_P} startswith "9's" or" but if i put this on its own and // the rest out it does work.
I think its something to do with my logic but am unsure.
Many Thanks in advance,
AdamRicko
CR 2008
Should be a fairly simple one here but cant get my head around it, in my head its logical :S .
Here is my current record selection formulae:
{Sales.DayName} = "Saturday" and
(
{Sales.ItemName_P} startswith "11'" or
{Sales.ItemName_P} startswith "9's" or
{Sales.ItemName_P} startswith UpperCase ("Kil") or
{Sales.BaseUOM_P} startswith uppercase ("CASE") or
{Sales.BaseUOM_P} startswith uppercase ("PACK") or
{Sales.MainProductGroupCode_P} = "41"
)
Basically im looking to only show ceartain types of products that are sold on a Saturday.
All is working except for the "{Sales.ItemName_P} startswith "9's" or" but if i put this on its own and // the rest out it does work.
I think its something to do with my logic but am unsure.
Many Thanks in advance,
AdamRicko
CR 2008