Multiline note display

I have choice list named LogCode where Logcodes are 120.01.01, 120.01.02 etc. Against each log code there are some text in bullet form. While I call this ${LogCode} in the note the all bullet shows one after another but not breaking line in bullet.

Please help me to solve my issue. I have also tried same by pulldata function it appears same result.

Survey sheet

select_one logcode LogCode B3. Activity log code/Monitoring tool selection
select_one improcess ImplementProcess Implementation Process: myfilter=${LogCode}

Alternatively I wish to use as below:

note Note1 Activity description: ${ImplementProcess}

Choice sheet:

| improcess | Imp_120.01.07 | - Select beneficiaries (15-20) according to selection criteria

  • Select date, time and venue for this session
  • Contact and invite the participants
  • Prepare session contents and schedule
  • CF will prepare herself to take this session according to contents
  • Ensure logistics (banner, Flip chart, module, attendance sheet)
  • Conduct the session according to session plan
  • Take the feedback of learning from the participants
  • Close the session with thanks to all participants. | 120.01.07 |
    |----|----|----|----|

I want my note display like below:

- Select beneficiaries (15-20) according to selection criteria

  • Select date, time and venue for this session
  • Contact and invite the participants
  • Prepare session contents and schedule
  • CF will prepare herself to take this session according to contents
  • Ensure logistics (banner, Flip chart, module, attendance sheet)
  • Conduct the session according to session plan
  • Take the feedback of learning from the participants
  • Close the session with thanks to all participants.

Could you also provide the definition/coding of the variable myfield and the column name (choice_filter?) where it is used in your example, please?

In the survey sheet I tried for 2 ways, on is pull data and another one is select_one.

Please see row # 16, 33 and 34

In the choice sheet see row # 3209 to 3216

I am also sharing pulldata csv.

please see row # 86 to 93 for test

While you test it, please select logcode 120.01.01 to 120.01.06