From: Nancy on
Dear All,

I need your help for a quick question.

If I use "Select unique variable1, variable2, variable3" statement,
dose the "unique" work for only variable1, or work for all the three
variables, Variable1-3 ?

Thank you!

Nancy
From: Ya on
On Jun 15, 9:01 am, Nancy <nancy0...(a)gmail.com> wrote:
> Dear All,
>
> I need your help for a quick question.
>
> If I use "Select unique variable1, variable2, variable3" statement,
> dose the "unique" work for only variable1, or work for all the three
> variables, Variable1-3 ?
>
> Thank you!
>
> Nancy

It gets you the combination of var1-3:

A A A
A A B
A A C
A B A
A B B
A B C
B A A
....

HTH

Ya
From: Nancy on
Got it!

Thank you!

Nancy


On Jun 15, 12:09 pm, Ya <huang8...(a)gmail.com> wrote:
> On Jun 15, 9:01 am, Nancy <nancy0...(a)gmail.com> wrote:
>
> > Dear All,
>
> > I need your help for a quick question.
>
> > If I use "Select unique variable1, variable2, variable3" statement,
> > dose the "unique" work for only variable1, or work for all the three
> > variables, Variable1-3 ?
>
> > Thank you!
>
> > Nancy
>
> It gets you the combination of var1-3:
>
> A A A
> A A B
> A A C
> A B A
> A B B
> A B C
> B A A
> ...
>
> HTH
>
> Ya

 | 
Pages: 1
Prev: help!
Next: How to delete a macro