|
Posted by nt8378 on August 22, 2007, 6:02 pm
Please log in for more thread options Thank You Relentless,
That worked. Just had to put 'LEN(Item.ItemLookupCode) > 14' in the
'SelCriteria.
Thank you again,
Neil
"Relentless" wrote:
> You need to use the 'SelCriteria' keyword to filter down the report instead
> of the 'TablesQueried'. TablesQueried section provide the FROM clause of the
> SQL query. To modify the WHERE clause of the SQL query you need to modify the
> 'SelCriteria'. The syntax you provided should work in there. I do not know
> any front-end method to do what you are trying to do. So modifying the report
> code is the easiest method I know.
>
> "nt8378" wrote:
>
> > I am trying to create a report that shows me all Item Lookup Codes over 14
> > digits. I’m sure this has to be somewhere in the TablesQueried Field:
> >
> > Item.ID AND LEN(Item.ItemLookupCode) > 14
> >
> > If someone has an easier way please let me know.
> >
> > Thank you,
> > Neil
> >
|