Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9155

Re: Can I filter data before using it in a Left Outer Join?

$
0
0

Hi

 

You said you are using 2 command sets, (two add commands with free hand SQL) , in crystal while creating Add Command you can create a Parameter also.  So, create a date type parameter with same name in both commands. 

 

If you create parameter with same name it will display only once and it accepts use input, now in your commands where clause (in both commands)

 

{Table_Date} = {?DateFilter}

 

This will filter your data before left outer join

 

-Sastry


Viewing all articles
Browse latest Browse all 9155

Trending Articles