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

  • 4 weeks later...
---

Please sign in to view this quote.

The Excel export only works if there are tables on the current report page. If you're referring to the report in the screenshot in the first post, the Excel report won't work because the report doesn't use a "Table" element, but rather a "Report" element. 😀

Link to comment
Share on other sites

---

Hi Norman Jank,

Thanks for your support with detailed information.

i have fixed that Table Element which you have advised , but now excel transfer is working with data and missing whole “NOMINAL” value column  in Measurement Table .

i tried Characteristc Table I am missing “ACTUAL “ Column.

i tried to bring it but don’t see anywhere option to select .

please help me 

thanks

Link to comment
Share on other sites

 Share

×
×
  • Create New...