<?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>Tabs in Appian Interface</title><link>https://community.appian.com/discussions/f/user-interface/12308/tabs-in-appian-interface</link><description>Is it possible to create tabs within an interface? 
 
 Like the following: 
 
 
 (or)</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/91084?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 13:23:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fe0f763-bd0d-4b66-80f6-a7dc5e0b7d08</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi, you can go through below link. it can solve your problem.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.4/tabs-pattern.html"&gt;https://docs.appian.com/suite/help/21.4/tabs-pattern.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/91082?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 12:56:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96e3ce38-e55f-49ed-8b01-d90c3b7433c0</guid><dc:creator>Md Shafiuddin</dc:creator><description>&lt;p&gt;I need to add 30+ tabs in a single interface, Can you please share the code...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Apoorva or Sandeep&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/91081?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 12:54:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19aa4585-5124-4a54-bf32-a06a04a6bc5d</guid><dc:creator>Md Shafiuddin</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi, If your problem solved, can you pls share the code because i also have same task&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/91080?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 12:54:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0847d41-0952-43f2-804d-f1adf05388bd</guid><dc:creator>Md Shafiuddin</dc:creator><description>&lt;p&gt;Hi, If your problem solved, can you pls share the code because i also have same task&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54539?ContentTypeID=1</link><pubDate>Sat, 28 Apr 2018 12:02:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1abab2a-b734-4732-889c-89bbfc7285fa</guid><dc:creator>chandu</dc:creator><description>Hi,&lt;br /&gt;
All of the above recommendations are good, but still you need to visualise the UI or try the UI,&lt;br /&gt;
Using Images as suggested by Rajat is good one when used with new side by side layout. But when you want to change any label, We need to change the Image.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54538?ContentTypeID=1</link><pubDate>Sat, 28 Apr 2018 06:52:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e03ae7dc-acda-4387-a56a-456d3486f391</guid><dc:creator>rajats246</dc:creator><description>You can use image link field and create tab like image to select and show the section on the basis of selection. for each tab u will require two buttons when it is selected and when it  is not selected . while the tab is selected its base line should not be visible that&amp;#39;s how you have to selected the image.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54513?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 10:43:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:359d7ef3-91f1-4553-b909-292da505b844</guid><dc:creator>santoshd378</dc:creator><description>&lt;p&gt;Hey Apoorva,&lt;/p&gt;
&lt;p&gt;We can implement the tabs but not the exact way you have shown in the image&lt;/p&gt;
&lt;p&gt;Currently I have shown only two tabs, If you want you can include more.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;load(
local!currentTab:1,
with(
local!finalTab: local!currentTab,
a!formLayout(
label: &amp;quot;Something&amp;quot;,
contents: {
a!richTextDisplayField(
          value: {
            a!richTextItem(
              text: &amp;quot;First Tab&amp;quot; &amp;amp; &amp;quot; &amp;quot;,
              link: a!dynamicLink(
                value: &amp;quot;1&amp;quot;,
                saveInto: local!tab
              )
            )
            a!richTextItem(
              text: &amp;quot;  | &amp;quot;,
              style: &amp;quot;STRONG&amp;quot;
            ),
            a!richTextItem(
              text: &amp;quot;Second Tab&amp;quot; &amp;amp; &amp;quot; &amp;quot;,
              link: a!dynamicLink(
                value: &amp;quot;2&amp;quot;,
                saveInto: local!tab
              )
            )
          }
        ),
        if(local!currentTab=1,call your first interface,{}),
        if(local!currentTab=2,call your second interface,{})
        }
        )
        )
        )
        &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54482?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 12:33:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:92d7f03c-014d-4204-8cd2-c868a5f3b5f8</guid><dc:creator>Shivam Gupta</dc:creator><description>The same view will not be possible in Appian &lt;br /&gt;
One way to do so is as mentioned in comments the Button Layout &lt;br /&gt;
However you can do the tabular view using links as well. In each of the link just provide the a!dynamic link to store the value of the tab.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54481?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 11:20:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bfaa171a-0110-41b1-b124-8c326b037c66</guid><dc:creator>jaidw</dc:creator><description>&lt;a href="/members/apoorvam0001"&gt;apoorvam&lt;/a&gt;  I suggest you to use clickable milestone field. It looks much better than buttons. In case you need to show number of tabs then look and feel will not be good (This is my perspective) if you are using buttons. Instead of that clickable milestones looks fabulous.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54477?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 10:14:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95fb881b-ce8c-4cec-ba26-9312055339ac</guid><dc:creator>Aditya</dc:creator><description>You can create a button layout and then use the choose() function to display various tabs based on the buttons clicked.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54476?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 10:00:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58c4b483-1db3-491f-9490-03a184f176e9</guid><dc:creator>apoorvam</dc:creator><description>This is great, thanks for the quick response, I will try. Just wanted to confirm my understanding.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54475?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 09:58:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:224351f8-10e5-4003-a457-7d65457c2809</guid><dc:creator>Sandeep Deshmukh</dc:creator><description>Hi &lt;a href="/members/apoorvam0001"&gt;apoorvam&lt;/a&gt; ,&lt;br /&gt;
&lt;br /&gt;
Sorry, I cannot. &lt;br /&gt;
I can share sample code :&lt;br /&gt;
a!formLayot(&lt;br /&gt;
firstColumnContents:{&lt;br /&gt;
a!buttonLayout(&lt;br /&gt;
primaryButtons:{&lt;br /&gt;
a!buttonWidget(&lt;br /&gt;
label:&amp;quot;One&amp;quot;&lt;br /&gt;
),&lt;br /&gt;
a!buttonWidget(&lt;br /&gt;
label:&amp;quot;Two&amp;quot;&lt;br /&gt;
),&lt;br /&gt;
a!buttonWidget(&lt;br /&gt;
label:&amp;quot;Three&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
}&lt;br /&gt;
)})&lt;br /&gt;
&lt;br /&gt;
Please try this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54474?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 09:27:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4496ca60-814a-48e5-b016-112ef56b363e</guid><dc:creator>apoorvam</dc:creator><description>Thank you Sandeep. Would it be possible for you to popst a snippet of that code?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54466?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 07:35:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c04d6e81-fce7-4e2b-8ec5-26445b8884f3</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
1) You can create the same interface using Embedded Interface, use the same template. but you should have a good knowledge of JavaScript and CSS&lt;br /&gt;
    &lt;a href="https://docs.appian.com/suite/help/18.1/Embedded_Interfaces.html"&gt;docs.appian.com/.../Embedded_Interfaces.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2) Use the Buttons which work as a TAB, change the Color of the Button when selected. it is quite simple to implement&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54465?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 07:35:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a263645-600f-419f-9755-ce841dbe8f5d</guid><dc:creator>Sandeep Deshmukh</dc:creator><description>Hi &lt;a href="/members/apoorvam0001"&gt;apoorvam&lt;/a&gt; ,&lt;br /&gt;
&lt;br /&gt;
We cannot create tabs in Interface but it I can suggest buttonLayout for this. Use Primary Button  at top of your screen and just show/hide the section based on the button clicks. It will work like a tab only. I did the same in my current project.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sandeep&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54464?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 07:35:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25c67489-228b-4989-8649-5446e1255dd3</guid><dc:creator>Brazil Vibanco</dc:creator><description>You can use tabs within a record, as additional views.&lt;br /&gt;
Also you can set buttons on top your interface simulating tabs, clicking on each button you can refresh your interface.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tabs in Appian Interface</title><link>https://community.appian.com/thread/54463?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 07:06:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a10edabf-130e-42ed-a27a-c05e05621caf</guid><dc:creator>Dastagiri Dudekula</dc:creator><description>You can use record with additional views. &lt;br /&gt;
You can use site with different pages.&lt;br /&gt;
But look and feel might vary and there are certain operational constraints that may restrict us in implementing this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>