cancel
Showing results for 
Search instead for 
Did you mean: 

Need suggestions with WWI conditional output with alternative

Former Member
0 Kudos

I've created some WWI templates using multiple tables to format the 110 nutrient names / values / units of measure in the required business format.  They are all set up the same, but each with the unique spec number and name information.


Everything is working as required using the below.  First column is pulling in the spec name.  Second column is pulling in the value and the last column is pulling in the unit of measue phrase of this particular nutrient spec.  The actual layout of the report is top section for nutritional is 3 sets of columns wide.  Bottom portion or lesser common nutrients is 4 sets of columns wide.

The business has now asked that if the value of nutrient spec is blank, I need to display an identifying symbol. Asterisk (*) has been chosen.  I've tried various different set ups in the middle column to show either the value or the text phrase of the asterisk (*) if no value.

My original thought was that I needed to add an alternative to the conditional, but end up with a row of asterisks in the value field.

Anyone have any comments or suggestions as to how I can get the value to show if there is an entered value - but an asterisk to show if there is none?

Don't know if it matters but we are still on EhP5 for PLM and Recipe Development.

Thank you for any comments.

Before adding alternative

 


 

<03EHS_L_TEXT(ZTL-ZTL000000000376)[D:Energy
  (EU)]>


 

<11BRG000(M,SAP_RMS_1012_005;*)>


 

<15BIF002(AND:01GESTRSUBID LK
  "800000000062")>


 


 

<01GESTRSUBID[D:Specification]>


 

<15EIF002>


 

<11ERG000>


 

 

<11BRG000(M,SAP_RMS_1012_005;*)><11BRG001(S:POS;*)>


 

<15BIF002(AND:01GESTRSUBID LK
  "800000000062")>


 

<01GESTVCOMPA[D:Value]>


 

<15EIF002>


 

<11ERG001>


 

<11ERG000>


 

 

<03EHS_L_TEXT(ZTL-ZTL000000000487)[D:kJ]>


 


 

After adding an alternative option

 


 

<03EHS_L_TEXT(ZTL-ZTL000000000376)[D:Energy
  (EU)]>


 

<11BRG000(M,SAP_RMS_1012_005;*)>


 

<15BIF002(AND:01GESTRSUBID LK
  "800000000062")>


 


 

<01GESTRSUBID[D:Specification]>


 

<15EIF002>


 

<11ERG000>


 

 

<11BRG000(M,SAP_RMS_1012_005;*)><11BRG001(S:POS;*)>


 

<15BIF002(OR:01GESTRSUBID LK
  "800000000062")>


 

<01GESTVCOMPA[D:Value]> <15CIF002><03EHS_L_TEXT(ZTL-ZTL000000000494)[D:*]>


 

<15EIF002>


 

<11ERG001>


 

<11ERG000>


 

 

<03EHS_L_TEXT(ZTL-ZTL000000000487)[D:kJ]>


 


 

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Dear Donna

may be check: EHS FORUM () I am sorry: I have only experience with WWI using "classic" EHS

There are "rare" examples of use of WWI in context of "Recipe Developmengt" in EHS FORUM.

C.B.