<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Filter by Date on three different date column in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4920#M518</link>
    <description>&lt;P&gt;Hey There!&lt;/P&gt;&lt;P&gt;I have filtering requirement, to apply the filter on three date columns, such as received, Approved and Rejected date:&lt;/P&gt;&lt;P&gt;example: When user select between particular date, filter should apply on three date column as stated above, if either of the condition is passed the data should be displayed.&lt;/P&gt;&lt;P&gt;User select: 1-Aug-23 to 31-Aug-23, system should display all records which are received or approved or rejected on these dates.&lt;/P&gt;&lt;P&gt;Could you please help me on this scenario, im new to incorta tool with no Analytics background.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Sep 2023 17:12:03 GMT</pubDate>
    <dc:creator>Aravindsekar</dc:creator>
    <dc:date>2023-09-02T17:12:03Z</dc:date>
    <item>
      <title>Filter by Date on three different date column</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4920#M518</link>
      <description>&lt;P&gt;Hey There!&lt;/P&gt;&lt;P&gt;I have filtering requirement, to apply the filter on three date columns, such as received, Approved and Rejected date:&lt;/P&gt;&lt;P&gt;example: When user select between particular date, filter should apply on three date column as stated above, if either of the condition is passed the data should be displayed.&lt;/P&gt;&lt;P&gt;User select: 1-Aug-23 to 31-Aug-23, system should display all records which are received or approved or rejected on these dates.&lt;/P&gt;&lt;P&gt;Could you please help me on this scenario, im new to incorta tool with no Analytics background.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 17:12:03 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4920#M518</guid>
      <dc:creator>Aravindsekar</dc:creator>
      <dc:date>2023-09-02T17:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date on three different date column</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4927#M519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/904"&gt;@Aravindsekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would use prompts to capture user input for the start and end date and then write a formula in 'applied filters' which refers to those variables&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:57:29 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4927#M519</guid>
      <dc:creator>johnmanitaras</dc:creator>
      <dc:date>2023-09-04T05:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date on three different date column</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4932#M521</link>
      <description>&lt;P&gt;Hi Aravindsekar,&lt;/P&gt;&lt;P&gt;1)Please Create presentation variables for start date and end date.&lt;/P&gt;&lt;P&gt;2) Use above two variables in the individual filter formula.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;or(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;between(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Shashi_Test.Sample_Store.Received_Date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_start_date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_end_date&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;),&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;between(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Shashi_Test.Sample_Store.Rejected_Date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_start_date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_end_date&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;),&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;between(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Shashi_Test.Sample_Store.Approved_Date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_start_date,&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$pv_end_date&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Sep 2023 11:26:19 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4932#M521</guid>
      <dc:creator>Shashidhar</dc:creator>
      <dc:date>2023-09-05T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date on three different date column</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4966#M538</link>
      <description>&lt;P&gt;Dear Shashidhar,&lt;/P&gt;&lt;P&gt;Thank You for you response.&lt;/P&gt;&lt;P&gt;I tried your solution ad facing below issue, could you please help!.&lt;/P&gt;&lt;P&gt;I have created presentation variable and after that created individual filter in insights, when I try to create formula filter and validate,&amp;nbsp; below error message appeared.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aravindsekar_0-1694090959100.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2417i3B6810A3EA5AB7CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aravindsekar_0-1694090959100.png" alt="Aravindsekar_0-1694090959100.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 12:52:03 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4966#M538</guid>
      <dc:creator>Aravindsekar</dc:creator>
      <dc:date>2023-09-07T12:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date on three different date column</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4968#M540</link>
      <description>&lt;P&gt;Hi Aravindsekar,&lt;/P&gt;&lt;P&gt;Looks like your presentation variables are of string type. please change it to date type so it has to match with the column name type(received, rejected, approved date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashidhar.S&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 13:54:31 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/filter-by-date-on-three-different-date-column/m-p/4968#M540</guid>
      <dc:creator>Shashidhar</dc:creator>
      <dc:date>2023-09-07T13:54:31Z</dc:date>
    </item>
  </channel>
</rss>

