<?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 Re: D365 Trial Balance Report - Alteryx in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069134#M264342</link>
    <description>&lt;P&gt;Thank you Raj for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I should have given more details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have connected Alteryx to a copy of the prod DB. And according to Dynamics 365, there is no&amp;nbsp; report as Trial Balance report in the DB. This is written in x++ and following tables are used to get to the final trial balance report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;DimensionAttributeValueCombination table&lt;/P&gt;&lt;P&gt;DimensionFocusBalance table&lt;/P&gt;&lt;P&gt;GeneralJournalAccountEntry table&lt;/P&gt;&lt;P&gt;LedgerTrialBalanceTmp table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have the x++ query with me and I really dont know what goes behind the query once your select your criteria and run the report in D365. Once the query is ran, I am assuming that data is extracted and sits in&amp;nbsp;LedgerTrialBalanceTmp table and this is where the data is retrieved in D365&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you extracted the report like the way you mentioned in your reply ? Please let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CT&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 05:18:20 GMT</pubDate>
    <dc:creator>cterrence</dc:creator>
    <dc:date>2023-01-23T05:18:20Z</dc:date>
    <item>
      <title>D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069093#M264335</link>
      <description>&lt;P&gt;HI All&lt;/P&gt;&lt;P&gt;Has anyone managed to extract the data from D365 trial balance report via Alteryx ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CT&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 01:07:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069093#M264335</guid>
      <dc:creator>cterrence</dc:creator>
      <dc:date>2023-01-23T01:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069130#M264341</link>
      <description>&lt;P&gt;Here's a step-by-step guide on how to extract data from a Dynamics 365 (D365) trial balance report using Alteryx:&lt;/P&gt;&lt;P&gt;Step 1: Install and configure the Dynamics 365 Connector in Alteryx Designer. This will allow Alteryx to connect to your Dynamics 365 instance and extract data.&lt;/P&gt;&lt;P&gt;Step 2: Create a new workflow in Alteryx Designer and add the Dynamics 365 Connector to the canvas.&lt;/P&gt;&lt;P&gt;Step 3: Configure the Dynamics 365 Connector by inputting your Dynamics 365 instance URL, username, and password.&lt;/P&gt;&lt;P&gt;Step 4: Use the Select tool to select the fields from the trial balance report that you want to extract. You can also use the Filter tool to filter the data based on specific criteria.&lt;/P&gt;&lt;P&gt;Step 5: Use the Dynamics 365 Connector to retrieve the data from the trial balance report. The connector will retrieve the data from the specified fields and filter criteria.&lt;/P&gt;&lt;P&gt;Step 6: Use the Output tool to write the extracted data to a file or database.&lt;/P&gt;&lt;P&gt;Step 7: Run the workflow and verify that the data has been extracted correctly.&lt;/P&gt;&lt;P&gt;Note: Make sure that you have the appropriate permissions to access the D365 trial balance report, and that the data is being extracted in compliance with the company data governance policies.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 05:01:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069130#M264341</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-01-23T05:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069134#M264342</link>
      <description>&lt;P&gt;Thank you Raj for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I should have given more details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have connected Alteryx to a copy of the prod DB. And according to Dynamics 365, there is no&amp;nbsp; report as Trial Balance report in the DB. This is written in x++ and following tables are used to get to the final trial balance report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;DimensionAttributeValueCombination table&lt;/P&gt;&lt;P&gt;DimensionFocusBalance table&lt;/P&gt;&lt;P&gt;GeneralJournalAccountEntry table&lt;/P&gt;&lt;P&gt;LedgerTrialBalanceTmp table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have the x++ query with me and I really dont know what goes behind the query once your select your criteria and run the report in D365. Once the query is ran, I am assuming that data is extracted and sits in&amp;nbsp;LedgerTrialBalanceTmp table and this is where the data is retrieved in D365&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you extracted the report like the way you mentioned in your reply ? Please let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CT&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 05:18:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069134#M264342</guid>
      <dc:creator>cterrence</dc:creator>
      <dc:date>2023-01-23T05:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069136#M264344</link>
      <description>&lt;P&gt;I have not extracted such files so not sure about all the problems.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 05:25:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1069136#M264344</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-01-23T05:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088637#M269671</link>
      <description>&lt;P&gt;Apologies for using this thread for another question. My question is not appearing in the discussion forum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Regex. I need to split the bank into different columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;16,399,162435,,DEPOSIT - CASH 66001,,66001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,106035,,DEPOSIT - CASH 65601,,65601_TRAN EFF DATE 230131&lt;BR /&gt;16,399,237145,,DEPOSIT - CASH 65601,,65601_TRAN EFF DATE 230131&lt;BR /&gt;16,399,285640,,DEPOSIT - CASH 65601,,65601_TRAN EFF DATE 230131&lt;BR /&gt;16,399,217210,,DEPOSIT - CASH 65601,,65601_TRAN EFF DATE 230131&lt;BR /&gt;16,399,217160,,DEPOSIT - CASH 64001,,64001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,840663,,DEPOSIT - CHEQUE(S) 64001 #Chq:1,,64001 #Chq:1_TRAN EFF DATE 230131&lt;BR /&gt;16,399,234115,,DEPOSIT - CASH AGENT NO 63201,,AGENT NO 63201_TRAN EFF DATE 230131&lt;BR /&gt;16,399,142245,,DEPOSIT - CASH 33901,,33901_TRAN EFF DATE 230131&lt;BR /&gt;16,399,186515,,DEPOSIT - CASH 31001,,31001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,306765,,DEPOSIT - CASH 040501,,040501_TRAN EFF DATE 230131&lt;BR /&gt;16,399,162980,,DEPOSIT - CASH ABCD 43001,,SMGB43001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,74910,,DEPOSIT - CASH ABCD 43001,,SMGB 43001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,31310,,DEPOSIT - CASH ABCD 43001,,SMGB 43001_TRAN EFF DATE 230131&lt;BR /&gt;16,399,137195,,DEPOSIT - CASH ABCD 43001,,SMGB 43001_TRAN EFF DATE 230131&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my limited knowledge, I have entered this -&amp;nbsp;(\d{2}),(\d{3}),(\d+),,(\w+-\w+)(\d+),,(\d+)_(\w+)(\d+)&lt;/P&gt;&lt;P&gt;This is throwing empty rows. See attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I want the output like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;16&amp;nbsp; &amp;nbsp; 399&amp;nbsp; &amp;nbsp; &amp;nbsp; 162435&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEPOSIT - CASH&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;66001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;66001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRAN EFF DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;230131&lt;/P&gt;&lt;P&gt;16&amp;nbsp; &amp;nbsp; 399&amp;nbsp; &amp;nbsp; &amp;nbsp;137195&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEPOSIT - CASH ABCD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;43001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SMGB 43001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRAN EFF DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 230131&lt;/P&gt;&lt;P&gt;16&amp;nbsp; &amp;nbsp; 399&amp;nbsp; &amp;nbsp; &amp;nbsp;840663&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEPOSIT - CHEQUE(S)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;64001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chq:1&amp;nbsp; &amp;nbsp; 64001&amp;nbsp; Chq:1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRAN EFF DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;230131&lt;BR /&gt;16&amp;nbsp; &amp;nbsp;399&amp;nbsp; &amp;nbsp; &amp;nbsp; 234115&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DEPOSIT - CASH AGENT NO&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 63201,,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AGENT NO 63201&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRAN EFF DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 230131&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 11:23:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088637#M269671</guid>
      <dc:creator>cterrence</dc:creator>
      <dc:date>2023-02-27T11:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088646#M269676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/365353"&gt;@cterrence&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One way of doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShankerV_0-1677498329566.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/289874i25901E127F8F3A44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShankerV_0-1677498329566.png" alt="ShankerV_0-1677498329566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Shanker V&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 11:46:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088646#M269676</guid>
      <dc:creator>ShankerV</dc:creator>
      <dc:date>2023-02-27T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088662#M269682</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/364055"&gt;@ShankerV&lt;/a&gt;&amp;nbsp; I think you just missed the last separation (thanks for sharing)&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/365353"&gt;@cterrence&lt;/a&gt;&amp;nbsp;find the updated regex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(\d+),(\d+),(\d+),,(\w+\s\-\s.+)\s(\d+\s{0,1}.+),,(\u{0,}\s{0,1}\u{0,}\s{0,1}\d+\s{0,1}.+)\_(.+)\s(\d+)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might help&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 12:10:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088662#M269682</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-02-27T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088753#M269721</link>
      <description>&lt;P&gt;Thank you very&amp;nbsp; much Shanker/Raj....much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 14:45:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1088753#M269721</guid>
      <dc:creator>cterrence</dc:creator>
      <dc:date>2023-02-27T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: D365 Trial Balance Report - Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1089207#M269826</link>
      <description>&lt;P&gt;I ran this query and it worked for all lines except one -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;16,399,162980,,DEPOSIT - CASH SMGB43001,,SMGB43001_TRAN EFF DATE 230131&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please assist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 03:22:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/D365-Trial-Balance-Report-Alteryx/m-p/1089207#M269826</guid>
      <dc:creator>cterrence</dc:creator>
      <dc:date>2023-02-28T03:22:54Z</dc:date>
    </item>
  </channel>
</rss>

