{"id":24913,"date":"2022-05-30T07:21:14","date_gmt":"2022-05-30T07:21:14","guid":{"rendered":"http:\/\/www.greytrix.com\/blogs\/sagex3\/?p=24913"},"modified":"2022-05-30T07:21:22","modified_gmt":"2022-05-30T07:21:22","slug":"dynamic-row-column-structure-report-for-quote-comparison","status":"publish","type":"post","link":"https:\/\/www.greytrix.com\/blogs\/sagex3\/2022\/05\/30\/dynamic-row-column-structure-report-for-quote-comparison\/","title":{"rendered":"Dynamic Row-Column structure report for Quote comparison"},"content":{"rendered":"\n<p>In <a href=\"https:\/\/www.greytrix.com\/product\/erp-development\/sage-x3\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.greytrix.com\/product\/erp-development\/sage-x3\" rel=\"noreferrer noopener\">Sage X3<\/a>, one of the client\u2019s requirements was to have a comparison report for Quotes made by the suppliers for the given RFQ products. This report needed to have a dynamic nature of rows-columns design for which we\u2019ve implemented the use of cross-tab option in Crystal report.<\/p>\n\n\n\n<p><strong>New Stuff:<\/strong> <a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/2022\/05\/25\/weigh-bridge-integration\/\" target=\"_blank\" data-type=\"URL\" data-id=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/2022\/05\/25\/weigh-bridge-integration\/\" rel=\"noreferrer noopener\">Weigh Bridge Integration in Sage X3<\/a><\/p>\n\n\n\n<p>We\u2019ll be referencing the following screens from Sage X3 for this:<\/p>\n\n\n\n<p>RFQ: All &gt; Purchasing &gt; RFQs &gt; RFQ (GESPQH)<br>Responses: All &gt; Purchasing &gt; RFQs &gt; Responses (GESPPD)<\/p>\n\n\n\n<p>Refer the screenshots for reference:<\/p>\n\n\n\n<p>Note: The RFQ screen has two tables, one referencing the Products and other the Suppliers. Each supplier can give quote(s) for the given products which we can track from Response screens.<\/p>\n\n\n\n<p>Step 1: In the Crystal report we need to design the report with a table having RFQ Products as rows and RFQ Suppliers as columns. As the no. of suppliers and products changes on the RFQ screen the report will automatically adjust the row-columns size. For this we require the cross-tab design (Insert &gt; Cross-tab) and a basic design will show as follows:<\/p>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Basic-Cross-tab-table-design.jpg\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Basic-Cross-tab-table-design.jpg\" alt=\"Fig 1: Basic Cross-tab table design\"><\/a><\/center>\n<font size=\"2\"><center>Fig 1: Basic Cross-tab table design<\/center><\/font>\n\n\n\n<p>Step 2: We developed a SQL query which fetches Suppliers, products and other details from RFQ and Response screens as per client\u2019s requirement. Our main rows comprises Products whereas the data corresponding to the product are Summarized rows next to it as shown below:<\/p>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Structure-design-for-row-column-data.jpg\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Structure-design-for-row-column-data.jpg\" alt=\"Fig 2: Structure design for row-column data\"><\/a><\/center>\n<font size=\"2\"><center>Fig 2: Structure design for row-column data<\/center><\/font>\n\n\n\n<p>Step 3: Cross-tab report is a matrix style design so the more row-column data we add it\u2019ll maintain a (nxn) design. So we suppress all the remaining duplicate data and delete the redundant columns-row pairs using the Cross-tab Expert menu to change the format to (nxm) design as below:<\/p>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Supressed-part-in-cross-tab.jpg\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Supressed-part-in-cross-tab.jpg\" alt=\"Fig 3: Suppressed part in cross-tab\"><\/a><\/center>\n<font size=\"2\"><center>Fig 3: Suppressed part in cross-tab<\/center><\/font>\n\n\n\n<p>Step 4: Cross-tab table also provides a handful of Valuation options to implement such as row-wise grand totals, column-wise grand totals etc. So we also suppress such redundant totals using the Cross-tab Expert menu from the report as per our requirement.<\/p>\n\n\n\n<p>Refer below a demo implementation of RFQ entry on report.<\/p>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Test-RFQ-entry-on-screen-with-Responses.jpg\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Test-RFQ-entry-on-screen-with-Responses.jpg\" alt=\"Fig 4: Test RFQ entry on screen with Responses\"><\/a><\/center>\n<font size=\"2\"><center>Fig 4: Test RFQ entry on screen with Responses<\/center><\/font>\n\n\n\n<p>In the above RFQ entry, we\u2019ve two suppliers giving 1 response for the product. So our report will be reflecting the different parameters based on the response data per supplier.<\/p>\n\n\n\n<center><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Output-of-cross-tab-implementation.jpg\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px; align: center;\" src=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-content\/uploads\/2022\/05\/Output-of-cross-tab-implementation.jpg\" alt=\"Fig 5: Output of cross-tab implementation\"><\/a><\/center>\n<font size=\"2\"><center>Fig 5: Output of cross-tab implementation<\/center><\/font>\n\n\n\n<p>Here we can see the data in report format. If the products are added then the report will reflect that in rows and if more Suppliers are added then it\u2019ll reflect in columns increment all automatically handled by Cross-Tab report.<\/p>\n\n\n\n<p>Step 5: This way we have achieved a dynamic natured report requirement on Crystal report.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-c5e1638fe0db781fd132d689b469078c\" style=\"color:#c71d22\"><strong>About Us<\/strong><\/h2>\n\n\n\n<p>Greytrix \u2013 a globally recognized and one of the oldest Sage Development Partners is a one-stop solution provider for Sage ERP and Sage CRM organizational needs. Being acknowledged and rewarded for multi-man years of experience and expertise, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development, and implementation competence.<\/p>\n\n\n\n<p id=\"block-28013e99-0882-44c6-b705-7b16c85053b2\">Greytrix&nbsp;has some unique integration solutions developed for&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-crm\/\">Sage CRM<\/a>&nbsp;with Sage ERPs&nbsp;namely&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-x3-erp\/\">Sage X3<\/a>,&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-intacct\/\">Sage Intacct<\/a>,&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-100-erp\/\">Sage 100<\/a>,&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-500-erp\/\">Sage 500<\/a>,&nbsp;and&nbsp;<a href=\"https:\/\/www.greytrix.com\/sage-300-erp\/\">Sage 300<\/a>. We also offer best-in-class&nbsp;Sage ERP&nbsp;and&nbsp;Sage CRM&nbsp;customization and development services&nbsp;to&nbsp;Business&nbsp;Partners,&nbsp;End&nbsp;Users, and Sage PSG worldwide. Greytrix&nbsp;helps in&nbsp;the migration of Sage CRM from&nbsp;Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes&nbsp;addons like&nbsp;&nbsp;Greytrix Business Manager,&nbsp;Sage CRM Project Manager,&nbsp;Sage CRM Resource Planner,&nbsp;Sage CRM Contract Manager,&nbsp;Sage CRM Event Manager,&nbsp;Sage CRM Budget Planner,&nbsp;Gmail Integration,&nbsp;Sage CRM Mobile Service Signature,&nbsp;Sage CRM CTI Framework.<\/p>\n\n\n\n<p id=\"block-4bc42a09-fb13-4598-8137-ce5f7b91ce28\">Greytrix is a recognized&nbsp;Sage Champion Partner&nbsp;for GUMU&#x2122; Sage X3 \u2013 Sage CRM integration listed on&nbsp;<a href=\"https:\/\/www.sage.com\/marketplace\/asb_ListingDetail?listingId=a1h24000007PC3aAAG\" target=\"_blank\" rel=\"noreferrer noopener\">Sage Marketplace<\/a>&nbsp;and Sage CRM \u2013 Sage Intacct integration listed on&nbsp;<a href=\"https:\/\/marketplace.intacct.com\/MPListing?lid=a2D0H000007kiHyUAI\" target=\"_blank\" rel=\"noreferrer noopener\">Sage Intacct Marketplace<\/a>. The&nbsp;<a href=\"https:\/\/www.greytrix.com\/gumu\/\" target=\"_blank\" rel=\"noreferrer noopener\">GUMU&#x2122; Cloud framework<\/a>&nbsp;by Greytrix forms the backbone of cloud integrations that are managed in real-time for the processing and execution of application programs at the click of a button.<\/p>\n\n\n\n<p id=\"block-76376301-1c3e-4250-8a09-727595a606f0\">For more information on our integration solutions, please contact us at&nbsp;<a href=\"mailto:sage@greytrix.com\">sage@greytrix.com<\/a>. We will be glad to assist you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Sage X3, one of the client\u2019s requirements was to have a comparison report for Quotes made by the suppliers for the given RFQ products. This report needed to have a dynamic nature of rows-columns design for which we\u2019ve implemented the use of cross-tab option in Crystal report. New Stuff: Weigh Bridge Integration in Sage\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sagex3\/2022\/05\/30\/dynamic-row-column-structure-report-for-quote-comparison\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,13],"tags":[3590,461,3578,1601,3493,1822],"class_list":["post-24913","post","type-post","status-publish","format-standard","hentry","category-sage-erp-x3","category-integration","tag-cross-tab","tag-crystal-report","tag-dynamic-change","tag-quotation","tag-rfq","tag-sage-x3"],"_links":{"self":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/posts\/24913","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/comments?post=24913"}],"version-history":[{"count":9,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/posts\/24913\/revisions"}],"predecessor-version":[{"id":24924,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/posts\/24913\/revisions\/24924"}],"wp:attachment":[{"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/media?parent=24913"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/categories?post=24913"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sagex3\/wp-json\/wp\/v2\/tags?post=24913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}