Note that there are some explanatory texts on larger screens.

plurals
  1. PODomino Designer: Create view based on profile values
    primarykey
    data
    text
    <p>In a Notes Application I have a (global) profile form (only one instance). In this document there is a field containing different newsletters stored as a single string separated by commas.</p> <p>On the other hand I have a form for customers. Each customer can be nominated for some of these newsletters by a dialog list.<br> The code behind the choices:<br> <code>@Explode(@GetProfileField( "Profile_form";"newsletter");",")</code></p> <p>I want to build a view where each o´f the newsletters is a category containing the nominated customers.</p> <p>I have actually no idea, how to do that. I'm quite new to Domino programming.<br> I tried to show the structure as follows:</p> <pre><code>---------- **Profile_form** -------------- (...) newsletter = "Hardware, Software" (...) ------------------------------------------- </code></pre> <p>(Only one instance!)</p> <hr> <pre><code>---------- **Customer_form** -------------------- name = John lastname = Smith company = Example Corporation newsletter_nomination = [Hardware; Software] ----------------------------------------------------- </code></pre> <p>(one instance for each customer)</p> <hr> <pre><code>---------- **Newsletter_view** -------------------- Hardware +---- John Smith Example Corporation +---- Lucy Potter Another Corporation Software +---- John Smith Example Corporation (...) ----------------------------------------------------- . </code></pre> <p>First of all it would be very helpful for me if you can tell me how to list each newsletter as an entry within my view. If I simply select "newsletter" by the field option no entries appears in my view.</p> <p>I hope you can help me!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload