<?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>How to display set of questions based on section name in grid?</title><link>https://community.appian.com/discussions/f/best-practices/30739/how-to-display-set-of-questions-based-on-section-name-in-grid</link><description>I have a series of questions categorized into sections, and I want to present these questions in a grid based on their respective section names. Additionally, I need to store the answers for these questions in a separate table. How can I accomplish this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to display set of questions based on section name in grid?</title><link>https://community.appian.com/thread/122345?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 09:40:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98e488ce-c3e5-4203-8158-90a4bc703048</guid><dc:creator>mounikay348530</dc:creator><description>&lt;p&gt;First create a questions storing table in DB and then Answer table as per the above mentioned details. After that store some dummy data into the question table and show it in grid . Provide a field that need to be answered for that question . Now you will an Answer for your question right... Then store your Answer in the &amp;quot;Answer Table&amp;quot; along with the &amp;quot;Q_ID&amp;quot; of your question.&lt;/p&gt;
&lt;p&gt;Hope you got the answer else feel free to ask ...........&amp;nbsp;&amp;nbsp;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display set of questions based on section name in grid?</title><link>https://community.appian.com/thread/122342?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 09:25:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c4a38e4-d27a-42ad-ab09-6c5d4d18fe73</guid><dc:creator>Swarnalashmi Ramesh</dc:creator><description>&lt;p&gt;Could you provide a more detailed explanation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display set of questions based on section name in grid?</title><link>https://community.appian.com/thread/122314?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 06:02:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1175ed34-b9a7-4964-a12e-e413a3010f60</guid><dc:creator>mounikay348530</dc:creator><description>&lt;p&gt;Hi , You can store those questions and answers according to the category in a table for example&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/20/pastedimage1701150222307v1.png" alt=" " /&gt;........&lt;/p&gt;
&lt;p&gt;and extract the necessary info into the grid or sections, according to your necessity . For that Initially you can use CDT -&amp;gt; DB&amp;nbsp; OR you can use Record Type.&lt;/p&gt;
&lt;p&gt;if you want to store Answers in another table , create another table for &amp;quot;answers&amp;quot; based on the&amp;nbsp;Q_ID&amp;nbsp;and while inserting data into answers table , you have to store your Q_ID as well to map with the question.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/20/pastedimage1701151276541v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>