<?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>Need to make the required text bold</title><link>https://community.appian.com/discussions/f/plug-ins/12221/need-to-make-the-required-text-bold</link><description>Hello All, 
 
 I&amp;#39;m creating an excel file via Export CDT To Excel smart service. The document is also generating in a proper way but as per my CDT, We have one field identifying the scope of data whether it is required or not. Now, If the data is required</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need to make the required text bold</title><link>https://community.appian.com/thread/54138?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 14:06:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa5a864c-9023-4e05-91a5-17ebd147bf9e</guid><dc:creator>Arpit Bhargava</dc:creator><description>Yes Vivek&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to make the required text bold</title><link>https://community.appian.com/thread/54136?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 13:27:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d1147a9-dfdf-4d20-8cec-7931f3137aec</guid><dc:creator>viveku3486</dc:creator><description>Hey Arpit,&lt;br /&gt;
Let me explain what I understand. Assume I have below CDT(Original CDT)&lt;br /&gt;
&lt;br /&gt;
CDT:[Label:&amp;quot;ABC&amp;quot;, Required:1],&lt;br /&gt;
[Label:&amp;quot;PQR&amp;quot;,Required:0],&lt;br /&gt;
[Label:&amp;quot;XYZ&amp;quot;, Required:0],&lt;br /&gt;
[Label:&amp;quot;LMN&amp;quot;, Required:1]&lt;br /&gt;
&lt;br /&gt;
Where required 1 means needed and 0 means not needed, So the second CDT which I will create for storing true/false would look something like&lt;br /&gt;
&lt;br /&gt;
CDT2:[Required:true],&lt;br /&gt;
[Required:false],&lt;br /&gt;
[Required:false],&lt;br /&gt;
[Required:true],&lt;br /&gt;
&lt;br /&gt;
Because my original CDT has 1st and 4th field as required, So it would be True,False,False and True. &lt;br /&gt;
&lt;br /&gt;
Now I will export both the fields in excel i.e Column &amp;quot;Label&amp;quot; from my original CDT and column &amp;quot;Required&amp;quot; from another CDT. After moving the value in excel sheet, I will place it like&lt;br /&gt;
&lt;br /&gt;
ABC          true&lt;br /&gt;
PQR          false&lt;br /&gt;
XYZ           false&lt;br /&gt;
LMN         true&lt;br /&gt;
&lt;br /&gt;
and I will use excel function to check the values in other column. If it is true, I will make the Label Bold and if its not I will keep it in a normal font. Did I understood the concept correctly?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to make the required text bold</title><link>https://community.appian.com/thread/54130?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 13:00:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:39f6ffb8-9dc4-468a-a857-49f0c477a9f6</guid><dc:creator>Arpit Bhargava</dc:creator><description>Hi Vivek,&lt;br /&gt;
&lt;br /&gt;
What I want to say,&lt;br /&gt;
1. Create a temporary CDT which will hold one boolean field is required or not.&lt;br /&gt;
2. So when you will generate the excel from the CDT, use the temporary CDT and have this field in the template as well.&lt;br /&gt;
3. Now according to this field let suppose in D block of Excel and and the value for the required field in E, then create a new column F in excel template to have function which will check the true and false and on the basis of that show it as bold in the excel template.&lt;br /&gt;
&lt;br /&gt;
Make sure for F column to add in the temporary CDT as well. and hide the C and D for that.&lt;br /&gt;
&lt;br /&gt;
Please let me know if you understand this&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to make the required text bold</title><link>https://community.appian.com/thread/54129?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 12:45:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5806d44-0ea9-42bd-9eb5-46c3418a65ef</guid><dc:creator>viveku3486</dc:creator><description>Hello Arpit,&lt;br /&gt;
&lt;br /&gt;
Thanks for your reply but I didn&amp;#39;t get it, Actually I&amp;#39;m using just an excel sheet as a template without having any data or validation inside it. Lets say I add one field in the template then how do i make the text bold or normal based on my current CDT because there might be multiple fields which are required or not, I&amp;#39;m totally confused. Sorry but can you elaborate something more or provide any such good examples?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need to make the required text bold</title><link>https://community.appian.com/thread/54128?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 12:39:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95525446-af41-4df4-9176-14334fcc9ce8</guid><dc:creator>Arpit Bhargava</dc:creator><description>Hi Vivek,&lt;br /&gt;
&lt;br /&gt;
You can made changes in the template and add one more field for value which is required or not by having the temporary CDT for that. You can have true/ false for this and according to this true/false, populate the BOLD values and hide the required column from the template.&lt;br /&gt;
&lt;br /&gt;
Please let me know if it works or not.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>