[Framers] Are there limits on Conditional Expressions? If so, what are they?

Robert Lauriston robert at lauriston.com
Tue Apr 18 11:41:51 PDT 2017


You have four sets of conditions. What's the simplest logical
statement of how you want to apply them?

It's not clear to me why the Internal and DocIss sets are separate.
You don't want this?

"LITEvA"
AND ("LP" or ... "SAS4vC")
AND NOT ("TBP" or "Internal" or "DocIss" or "NoSeeEm" or  "WriterNote")

On Tue, Apr 18, 2017 at 11:30 AM, Lin Sims <ljsims.ml at gmail.com> wrote:
> OK, assuming you were telling me to create this expression:
>
> "LITEvA" and ( ( "LP" or "LPvA" or "LPvB" or "LPvC" or "SAS4" or "SAS4vA" or
> "SAS4vB" or "SAS4vC" ) and not (  "Internal" or "TBP" ) ) and not (
> "DocIss" or "NoSeeEm" or "WriterNote" )
>
> The answer is no, that doesn't work. For example, I have something that is
> tagged LP + LITEvA + TBP, and it shows up, and I don't want it to.
>
> On Tue, Apr 18, 2017 at 2:16 PM, Lin Sims <ljsims.ml at gmail.com> wrote:
>
>> Might be. <intrigued> I'll have to try that. I thought I had, but maybe
>> not. I'll experiment and get back to you.
>>
>> On Tue, Apr 18, 2017 at 2:02 PM, Robert Lauriston <robert at lauriston.com>
>> wrote:
>>
>>> On Tue, Apr 18, 2017 at 10:42 AM, Lin Sims <ljsims.ml at gmail.com> wrote:
>>> > ...This part of the expression is the same for both:
>>> >
>>> > not ( "DocIss" or "Internal" or "LP" or "LPvA" or "LPvB" or "LPvC" or
>>> "NoSeeEm"
>>> > or "SAS4" or "SAS4vA" or "SAS4vB" or "SAS4vC" or "TBP" or "WriterNote" )
>>> >
>>> > and it's telling Frame not to show anything that has at least one of
>>> those
>>> > tags attached.
>>>
>>> In the second version, it's telling Frame to show everything that does
>>> not have any of those tags. That has no effect on anything that
>>> follows it. The logic is:
>>>
>>> NOT ( "DocIss" or ... "WriterNote")
>>> OR
>>> (all the other stuff)
>>>
>>> Is what you want actually this?
>>>
>>> "LITEvA"
>>> AND ( ("LP" or ... "SAS4vC") AND NOT ("TBP" or "Internal") )
>>> AND NOT ("DocIss" or ... "WriterNote")
>>> _______________________________________________
>>>
>>> This message is from the Framers mailing list
>>>
>>> Send messages to framers at lists.frameusers.com
>>> Visit the list's homepage at  http://www.frameusers.com
>>> Archives located at http://www.mail-archive.com/fr
>>> amers%40lists.frameusers.com/
>>> Subscribe and unsubscribe at http://lists.frameusers.com/li
>>> stinfo.cgi/framers-frameusers.com
>>> Send administrative questions to listadmin at frameusers.com
>>>
>>
>>
>>
>> --
>> Lin Sims
>>
>
>
>
> --
> Lin Sims
> _______________________________________________
>
> This message is from the Framers mailing list
>
> Send messages to framers at lists.frameusers.com
> Visit the list's homepage at  http://www.frameusers.com
> Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
> Subscribe and unsubscribe at http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
> Send administrative questions to listadmin at frameusers.com


More information about the Framers mailing list