<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Multidropdown</title><link>https://community.appian.com/discussions/f/user-interface/25257/multidropdown</link><description>Hi 
 
 i have written code like this but it is showing the data like option1, option 2 
 but i want to show data like 
 &amp;bull;option1 
 &amp;bull;option 2 
 how can write code for it</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/122238?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 05:33:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f9b46af-9d66-4941-b393-03f2522cc2a9</guid><dc:creator>richardd2962</dc:creator><description>&lt;p&gt;&lt;span&gt;The &lt;a href="https://eskills.academy/p/mega-bundle-28-courses"&gt;ethical hacker academy&lt;/a&gt;&amp;nbsp;provides a crucial platform for aspiring cybersecurity professionals to hone their skills responsibly. With a focus on ethical hacking, the academy fosters a culture of knowledge-sharing and cybersecurity awareness. The comprehensive courses empower individuals to combat cyber threats ethically, contributing to a safer digital landscape. Highly recommended for those seeking a hands-on, ethical approach to cybersecurity education.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98142?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 19:46:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01238655-a3af-4803-ad6b-b7da3b3eaf34</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;that&amp;#39;s not a valid character to Appian.&amp;nbsp; The linebreak character in Appian is written as char(10), but even that is discarded by components that only care about plaintext.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98136?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 18:40:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc1aad61-4065-4d7b-a3ea-df4b9ec5e46b</guid><dc:creator>marilynk3257</dc:creator><description>&lt;p&gt;But what if we put &amp;quot;/n&amp;quot; without inverted commas or put it in the choicevalue section?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98133?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 16:25:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54e3c567-d8e7-4b86-8f8a-0b6be4609f77</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="140871" url="~/discussions/f/user-interface/25257/multidropdown/98130#98130"]&lt;strong&gt;choicelabel: { &amp;quot;Option 1&amp;quot;,&amp;quot;/n&amp;quot;, &amp;quot;Option 2&amp;quot;}&lt;/strong&gt;[/quote]
&lt;p&gt;This would just display the literal text &amp;quot;/n&amp;quot; as a choice option.&amp;nbsp; The multiple dropdown field doesn&amp;#39;t care about anything in its display value other than plaintext.&amp;nbsp; There&amp;#39;s no way to force it to do what Kavya is requesting, inherently.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98130?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 15:07:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4a72162-f6a6-467e-9aa2-5343ca1bc146</guid><dc:creator>marilynk3257</dc:creator><description>&lt;p&gt;Hello Kavya, if you see the code written in &amp;quot;choicelabel&amp;quot; is the same as the output so try to change the code into&amp;nbsp;&lt;strong&gt;choicelabel: { &amp;quot;Option 1&amp;quot;,&amp;quot;/n&amp;quot;, &amp;quot;Option 2&amp;quot;}&lt;/strong&gt;&amp;nbsp;I also faced this issue in &lt;a href="https://icsoc.info/recognition/icieducation.php"&gt;ici education&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;when writing a program. Change the code this &amp;quot;/n&amp;quot; may satisfy your code if not then try to put &amp;quot;/n&amp;quot; in the &amp;quot;&lt;strong&gt;choicevalue&lt;/strong&gt;&amp;quot; section, thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98116?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 13:24:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9e022ad-575f-4ebe-8b80-588ca8096f6c</guid><dc:creator>normanc</dc:creator><description>&lt;p&gt;Try...&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!list: split(&amp;quot;option1;option2;option3&amp;quot;, &amp;quot;;&amp;quot;),
  local!selection,
  a!richTextDisplayField(
    value: {
      a!richTextBulletedList(
        items: a!forEach(
          items: local!list,
          expression: a!richTextItem(
            text: fv!item,
            link: a!dynamicLink(
              value: symmetricdifference(fv!item, local!selection),
              saveInto: local!selection
            ),
            linkStyle: &amp;quot;STANDALONE&amp;quot;,
            style: if(
              contains(local!selection, fv!item),
              { &amp;quot;UNDERLINE&amp;quot;, &amp;quot;STRONG&amp;quot; },
              &amp;quot;PLAIN&amp;quot;
            )
          )
        )
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98112?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 12:26:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:355970ed-dea2-4139-ae6e-251400540e18</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1658319979378v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;this is how it looks like with below code&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1658320028898v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98072?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 06:18:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fd13017-e688-4426-a485-7092c62c2700</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This looks like a richtextdisplayfield with a bulleted list. While you can display the data like this, I do not know how you want to combine this with the dropdown.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98068?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 06:16:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d12c9582-37c1-4837-8798-f47b4799845e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Value is stacked when you are trying to select a value from the component but when it is selected, it will be shown continuously only, without getting stacked.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;That is how the component behaves.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98066?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 06:14:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:346ebc0b-23f5-4d13-a148-6a541dcf62c4</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;no,&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1658297692880v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;i want to show data like this after selecting multiple values&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multidropdown</title><link>https://community.appian.com/thread/98064?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 06:11:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ea6ade4-78e9-45f2-99c6-3ac3e540acbf</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Except of the double &amp;quot;value&amp;quot; this seems good for me. The multiple dropdown will show all selected options like this.&lt;/p&gt;
&lt;p&gt;Did you think about using a checkbox field?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1658297476290v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>