Hi,

just try 
while select InventTable
    where ItemId like '*';

--- In Axapta-Knowledge-Village@yahoogroups.com, Syner P 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I have problem with a report query. In fetch method, I used 'while 
select' statement with several criterion. But when the user passes 
blank criteria, I want to use this like '*' in queries. But it 
doesn't work.
> 
> Ex:
> 
>    If (!_ItemId) _ItemId='*';
>   while select InventTable
>         where ItemId==_ItemId
>         ...
> Any help appreciated.
> Syner
> 
> 
>       
______________________________________________________________________
______________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> 
> [Non-text portions of this message have been removed]
>


Reply via email to