<?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>About Line chart</title><link>https://community.appian.com/discussions/f/general/30959/about-line-chart</link><description>Hi I have data type which have data with site id, site name, workingstartDate, workingendDate. I want to create line chart which is for each day of month, nu of sites worked? 
 how can i do that?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123301?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:54:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ec5149a-710f-4d96-bf3d-f93f16bebf14</guid><dc:creator>thiliniumesha</dc:creator><description>&lt;p&gt;I will try that. Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123298?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:45:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:caeffd18-9813-4a2c-87a5-2ce284d962b8</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That is what I wanted to know. I had a quick chat with ChatGPT to get a first idea how to attack that problem.&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/11/pastedimage1703000575666v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am not sure whether we can do this kind of aggregation directly from Appian. So I would try to first develop a SQL statement that fits my needs, and then either create a view or a stored procedure to query the data from Appian. Keep in mind that you might run into performance issues without proper database optimization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123295?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:40:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7203d58-ff40-4937-b231-0c589901bc38</guid><dc:creator>thiliniumesha</dc:creator><description>&lt;p&gt;I tried to get the dates between starting date and end date using enumerate. But with that getting number of site is difficult. I want to know how to do &amp;nbsp;get number of sites for each days&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123292?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:22:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:02dea77e-de0f-4385-9626-5e388ac4c2e7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. Then, what is your principle solution and what are you stuck with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123291?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:19:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbf373aa-a534-4d14-af2b-f8a970eba62c</guid><dc:creator>thiliniumesha</dc:creator><description>&lt;p&gt;&lt;span&gt;need tips on how to implement it specifically in Appian&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123290?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:17:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:649bf1f1-9f97-407f-ac5b-a7bf9bc35164</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Yeah ... I assumed that the target of your development is Appian.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you looking for a way to solve this problem in principle, or do you already know how to do it but need tips on how to implement it specifically in Appian?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you already have something, do you mind sharing your ideas?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123289?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:14:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d62febd-20ee-439a-93c3-a423f7f04f5c</guid><dc:creator>thiliniumesha</dc:creator><description>&lt;p&gt;In appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Line chart</title><link>https://community.appian.com/thread/123288?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 15:12:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a55553e6-b1e7-4de8-83ec-eec196d458e0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Is your question about how to do that in general, or about how to implement it in Appian?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>