Formula select for a view

This is my scenario:

FORM “AAA” FIELD “AXX”

FORM “BBB” FIELD “AXX” (practicalli the same name)

my problem is to select in a view only the documents with different value in the same field.

If i try with SELECT AXX<>AXX, no results.

Any idea.

Thanks in advance for your prompt answers.

Good job.

NICOLA

Subject: Formula select for a view.

You can’t compare two documents for a view selection.

The SELECT statement works on each document in turn, so your formula is trying to find documents where field AXX has a different value than field AXX, which of course isn’t possible.

Can you explain what you’re wanting to see, as I’m not quite sure what you’re looking for

Dan

Subject: RE: Formula select for a view.

Is it possible because are the same field name in two different form.

Thanks for your prompt replay.

Nicola

Subject: RE: Formula select for a view.

No it’s not possible.