Jump to content

Insert 2 characteristic name filters


---
 Share

Recommended Posts

---

image.thumb.png.6136adb75f4c97b1a1cb8bbe883a9b8b.png

Does anyone know how to have two filters in the protocol page structure at the same time? My cursor in the above picture shows that there is one, but I cannot add another. I have position characteristics in my program using both LMC and MMC. In the above example the characteristic name {^((?!\.\(L\)).)*$} filters out the RFS result for the LMC position characteristic, but it does not get it to filter out the RFS from the LMC and MMC position characteristics at the same time. I've inputting several different things in the NAME field (see  top left of picture) such things like this... {^((?!\.\(L\)).)*$} & {^((?!\.\(M\)).)*$} but that does not work. Individually they work just fine, but I cannot get both to work at the same time.

Link to comment
Share on other sites

  • 4 weeks later...
---

Can you not just combine them to one regex expression:

{^((?!\.\(L\))((?!\.\(M\))).)*$}

or this
{^((?!\.\(L\))(?!.?\.\(M\)).)*$}

or this
{^(?!.*\.\(L\))(?!.*\.\(M\)).*$}

or this
{^((?!\.\((L|M)\)).)*$}
 

  • Like! 1
Link to comment
Share on other sites

  • 3 weeks later...

Hi Justin Chris,

Thanks for bringing up this issue,i am new to Piweb and I downloaded same Template from this forum last week , but when I click export to excel button on the TOP RIGHT corner and "ERROR" coming that excel can not export.

If this attached Template is working for you can you share it with me ,if you don't mind .

Thanks,

Regards.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In
 Share

×
×
  • Create New...