<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SFA stock order report &#8211; DataSkillZone</title>
	<atom:link href="https://www.dataskillzone.com/tag/sfa-stock-order-report/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dataskillzone.com</link>
	<description>Learn MIS, Data Analytics, Excel, SQL &#38; Power BI</description>
	<lastBuildDate>Sat, 30 May 2026 11:25:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.dataskillzone.com/wp-content/uploads/2026/02/cropped-ChatGPT-Image-Feb-13-2026-09_14_35-PM-32x32.png</url>
	<title>SFA stock order report &#8211; DataSkillZone</title>
	<link>https://www.dataskillzone.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Download &#038; Practice: FMCG Sales Data Files for Excel Analysis</title>
		<link>https://www.dataskillzone.com/fmcg-sales-analyst-practice-dataset/</link>
					<comments>https://www.dataskillzone.com/fmcg-sales-analyst-practice-dataset/#respond</comments>
		
		<dc:creator><![CDATA[Abid Ghori]]></dc:creator>
		<pubDate>Sat, 30 May 2026 11:25:26 +0000</pubDate>
				<category><![CDATA[Data Analytics & MIS]]></category>
		<category><![CDATA[DSR analysis practice]]></category>
		<category><![CDATA[FMCG sales analyst practice dataset]]></category>
		<category><![CDATA[sales analyst interview preparation]]></category>
		<category><![CDATA[sales data analysis Excel]]></category>
		<category><![CDATA[SAP billing data practice]]></category>
		<category><![CDATA[SFA stock order report]]></category>
		<category><![CDATA[SIS territory report Excel]]></category>
		<guid isPermaLink="false">https://www.dataskillzone.com/?p=1131</guid>

					<description><![CDATA[Assessment Practice Guide Cracking the Sales Data Analysis Assessment A practical walkthrough of the HR assessment dataset — covering SIS reports, SAP dumps, SFA stock data, and DSR trends — with every formula and approach explained from first principles. FMCG / Beverages Domain Excel Power User Level 6 Datasets · 4 Task Areas Contents What [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
.sda-wrap {
  --ink: #1a1814;
  --ink2: #3d3a34;
  --muted: #72706a;
  --border: #e0ddd6;
  --bg: #faf9f6;
  --card: #ffffff;
  --accent: #b84c1e;
  --accent2: #1e5fa8;
  --accent3: #1a7f52;
  --pill-orange: #fff0e8;
  --pill-blue: #e8f2ff;
  --pill-green: #e7f6ef;
  --code-bg: #f3f1ec;
  --warn: #fff3cd;
  --warn-border: #f0c040;

  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.75;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.sda-wrap *, .sda-wrap *::before, .sda-wrap *::after {
  box-sizing: border-box;
}

/* ── HERO ── */
.sda-hero {
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: 40px 32px 36px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.sda-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 40px,
    rgba(255,255,255,0.02) 40px, rgba(255,255,255,0.02) 80px
  );
  pointer-events: none;
}
.sda-hero-tag {
  display: inline-block;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f0a070;
  border: 1px solid rgba(240,160,112,0.4);
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.sda-hero h1 {
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #fff;
}
.sda-hero h1 em { font-style: italic; color: #f0c090; }
.sda-hero-sub {
  font-size: 15px;
  color: #c8c4bc;
  margin: 0 0 24px;
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #a09890;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-hero-meta span { display: flex; align-items: center; gap: 6px; }
.sda-dot { width: 6px; height: 6px; border-radius: 50%; background: #f0a070; display: inline-block; flex-shrink: 0; }

/* ── TOC ── */
.sda-toc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 36px;
}
.sda-toc-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  display: block;
  font-style: normal;
}
.sda-toc ol {
  list-style: none;
  counter-reset: toc-c;
  margin: 0; padding: 0;
}
.sda-toc li {
  counter-increment: toc-c;
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.sda-toc li::before {
  content: counter(toc-c, decimal-leading-zero);
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  color: var(--muted);
  flex-shrink: 0;
}
.sda-toc a {
  font-size: 14px;
  color: var(--ink2);
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.4;
}
.sda-toc a:hover { color: var(--accent); text-decoration: underline; }

/* ── DOWNLOAD CARD ── */
.sda-dl-card {
  background: var(--pill-orange);
  border: 1px solid #f5c8a8;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 36px;
}
.sda-dl-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-dl-card ul { list-style: none; margin: 0; padding: 0; }
.sda-dl-card li {
  font-size: 13px;
  color: var(--ink2);
  padding: 8px 0;
  border-bottom: 1px solid rgba(184,76,30,0.12);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-dl-card li:last-child { border-bottom: none; }
.sda-file-icon {
  width: 22px; height: 22px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.sda-icon-xlsx { background: #d4edda; color: #1a7f52; }
.sda-icon-xls  { background: #cce5ff; color: #1e5fa8; }
.sda-icon-docx { background: #dde8ff; color: #1e5fa8; }
.sda-file-name { font-size: 13px; color: var(--ink2); line-height: 1.4; }
.sda-file-link {
  display: block;
  font-size: 11px;
  color: var(--accent2);
  text-decoration: underline;
  text-decoration-style: dotted;
  margin-top: 2px;
}

/* ── ARTICLE TYPOGRAPHY ── */
.sda-wrap .sda-section-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 6px;
  font-style: normal;
}
.sda-wrap h2 {
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 700;
  color: var(--ink);
  margin: 48px 0 12px;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.sda-section:first-child h2 { margin-top: 0; }
.sda-wrap h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 28px 0 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-wrap p {
  margin-bottom: 16px;
  color: var(--ink2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
}
.sda-wrap strong { color: var(--ink); font-weight: 700; }

/* ── CALLOUTS ── */
.sda-callout {
  border-left: 3px solid;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 22px 0;
}
.sda-callout p {
  margin: 0;
  font-size: 14px;
  color: var(--ink2);
}
.sda-callout-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  display: block;
  margin-bottom: 6px;
}
.sda-tip  { background: var(--pill-green); border-color: var(--accent3); }
.sda-warn { background: var(--warn);       border-color: var(--warn-border); }
.sda-info { background: var(--pill-blue);  border-color: var(--accent2); }
.sda-tip  .sda-callout-label { color: var(--accent3); }
.sda-warn .sda-callout-label { color: #8a6d00; }
.sda-info .sda-callout-label { color: var(--accent2); }

/* ── CODE ── */
.sda-wrap pre {
  background: var(--code-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 18px;
  overflow-x: auto;
  margin: 16px 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink);
}
.sda-wrap code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  background: var(--code-bg);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--accent);
}
.sda-wrap pre code { background: none; padding: 0; color: inherit; }
.sda-formula-label {
  font-size: 10px;
  font-family: 'Courier New', Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 2px;
  display: block;
}
.sda-wrap kbd {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  background: #e8e5dc;
  border: 1px solid #c8c4b8;
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 1px 6px;
  color: var(--ink);
}

/* ── TASK CARDS ── */
.sda-task-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.sda-task-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
}
.sda-task-num {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--muted);
  display: block;
  margin-bottom: 6px;
}
.sda-task-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 7px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-task-card p {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}

/* ── STEPS ── */
.sda-steps { list-style: none; counter-reset: step-c; margin: 18px 0; padding: 0; }
.sda-steps > li {
  counter-increment: step-c;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.sda-steps > li::before {
  content: counter(step-c);
  min-width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.sda-step-body { flex: 1; }
.sda-step-title {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-steps > li p { font-size: 14px; margin: 4px 0 0; }

/* ── TABLES ── */
.sda-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-wrap th {
  text-align: left;
  font-size: 10px;
  font-family: 'Courier New', Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  padding: 9px 12px;
  border-bottom: 2px solid var(--border);
  background: #f5f3ef;
  white-space: nowrap;
}
.sda-wrap td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--border);
  color: var(--ink2);
  vertical-align: top;
  line-height: 1.5;
}
.sda-wrap tr:last-child td { border-bottom: none; }
.sda-col-tag {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  color: var(--accent);
  font-size: 13px;
  white-space: nowrap;
}

/* ── PIVOT MOCK ── */
.sda-pivot-mock {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  margin: 22px 0;
  overflow-x: auto;
}
.sda-pivot-header {
  background: #f0ede5;
  padding: 8px 14px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.sda-pivot-mock table { margin: 0; font-size: 12px; }
.sda-pivot-mock th { background: #f7f5f0; }
.num { text-align: right; font-family: 'Courier New', Courier, monospace; white-space: nowrap; }
.sda-bar-fill { height: 10px; border-radius: 3px; background: #b84c1e; opacity: 0.7; display: inline-block; vertical-align: middle; }
.pos { color: var(--accent3); font-weight: 700; }
.neg { color: #c0392b; font-weight: 700; }

/* ── INSIGHT BOXES ── */
.sda-insight-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.sda-insight-box {
  border-radius: 10px;
  padding: 16px 18px;
  border: 1px solid transparent;
}
.ib-orange { background: var(--pill-orange); border-color: #f5c8a8; }
.ib-blue   { background: var(--pill-blue);   border-color: #b0ccee; }
.ib-green  { background: var(--pill-green);  border-color: #a0d8b8; }
.ib-gray   { background: #f3f1ec;            border-color: var(--border); }
.sda-ib-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.ib-orange .sda-ib-label { color: var(--accent); }
.ib-blue   .sda-ib-label { color: var(--accent2); }
.ib-green  .sda-ib-label { color: var(--accent3); }
.ib-gray   .sda-ib-label { color: var(--muted); }
.sda-insight-box ul { list-style: none; padding: 0; margin: 0; }
.sda-insight-box li {
  font-size: 13px;
  color: var(--ink2);
  padding: 5px 0;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-insight-box li:last-child { border-bottom: none; }
.sda-insight-box li::before { content: '—'; opacity: 0.35; flex-shrink: 0; margin-top: 1px; }

/* ── FORMULA PILLS ── */
.sda-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.sda-formula-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--code-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 10px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  color: var(--ink2);
}
.sda-fp-tag {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--accent);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}

/* ── DIVIDER ── */
.sda-divider { border: none; border-top: 1px solid var(--border); margin: 40px 0; }

/* ── WORDPRESS NOTE ── */
.sda-wp-note {
  background: #fffef0;
  border: 2px dashed #d4b800;
  border-radius: 10px;
  padding: 22px 24px;
  margin: 28px 0;
}
.sda-wp-title {
  font-weight: 700;
  color: #6a5800;
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-wp-badge {
  background: #f0c000;
  color: #4a3e00;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-family: 'Courier New', Courier, monospace;
}
.sda-wp-note ol {
  padding-left: 22px;
  color: #4a3e00;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.sda-wp-note li { margin-bottom: 8px; font-size: 14px; line-height: 1.55; }
.sda-wp-note code { background: #f5ecb0; color: #4a3e00; font-size: 12px; }

/* ── MOBILE ── */
@media (max-width: 600px) {
  .sda-hero { padding: 28px 20px 24px; }
  .sda-task-grid { grid-template-columns: 1fr 1fr; }
  .sda-wrap pre { font-size: 12px; padding: 12px 14px; }
  .sda-wrap table { font-size: 12px; }
  .sda-wrap th, .sda-wrap td { padding: 7px 9px; }
}
</style>

<div class="sda-wrap">

  <!-- HERO -->
  <div class="sda-hero">
    <span class="sda-hero-tag">Assessment Practice Guide</span>
    <h1>Cracking the <em>Sales Data</em> Analysis Assessment</h1>
    <p class="sda-hero-sub";><span style="color:white;">A practical walkthrough of the HR assessment dataset — covering SIS reports, SAP dumps, SFA stock data, and DSR trends — with every formula and approach explained from first principles.</span></p>
    <div class="sda-hero-meta">
      <span><span class="sda-dot"></span>FMCG / Beverages Domain</span>
      <span><span class="sda-dot"></span>Excel Power User Level</span>
      <span><span class="sda-dot"></span>6 Datasets · 4 Task Areas</span>
    </div>
  </div>

  <!-- TABLE OF CONTENTS -->
  <div class="sda-toc">
    <span class="sda-toc-title">Contents</span>
    <ol>
      <li><a href="#sda-overview">What this assessment tests</a></li>
      <li><a href="#sda-datasets">Understanding the datasets</a></li>
      <li><a href="#sda-dsr">Sales DSR analysis</a></li>
      <li><a href="#sda-sap">SAP data: CP billing</a></li>
      <li><a href="#sda-sis">SIS business review</a></li>
      <li><a href="#sda-sfa">SFA stock &amp; order reports</a></li>
      <li><a href="#sda-formulas">Formula reference</a></li>
      <li><a href="#sda-presentation">Structuring the output</a></li>
    </ol>
  </div>

  <!-- DOWNLOAD CARD -->
  <div class="sda-dl-card">
    <div class="sda-dl-title">📂 Dataset Files</div>
    <ul>
      <li>
        <span class="sda-file-icon sda-icon-xlsx">XL</span>
        <div>
          <div class="sda-file-name">Data – SIS.xlsx</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/Data-SIS.xlsx">↓ Download</a>
        </div>
      </li>
      <li>
        <span class="sda-file-icon sda-icon-xls">XL</span>
        <div>
          <div class="sda-file-name">Sales_DSR.xls</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/Sales-DSR.xls">↓ Download</a>
        </div>
      </li>
      <li>
        <span class="sda-file-icon sda-icon-xlsx">XL</span>
        <div>
          <div class="sda-file-name">SAP_data.xlsx</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/SAP-data.xlsx">↓ Download </a>
        </div>
      </li>
      <li>
        <span class="sda-file-icon sda-icon-xlsx">XL</span>
        <div>
          <div class="sda-file-name">SFA_Stock_Report.xlsx</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/SFA-Outlet_Wise_Detailed_Available_Stock_Report_from_2014-09-18_to_2014-09-25.xlsx">↓ Download </a>
        </div>
      </li>
      <li>
        <span class="sda-file-icon sda-icon-xlsx">XL</span>
        <div>
          <div class="sda-file-name">SFA_Order_Report.xlsx</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/SFA-Outlet_Wise_Detailed_Order_Report_from_2014-09-24_to_2014-08-19-NEW.xlsx">↓ Download </a>
        </div>
      </li>
      <li>
        <span class="sda-file-icon sda-icon-docx">W</span>
        <div>
          <div class="sda-file-name">Questions – SIS.docx</div>
          <a class="sda-file-link" href="https://www.dataskillzone.com/wp-content/uploads/2026/05/Questions-SIS.docx">↓ Download </a>
        </div>
      </li>
    </ul>
  </div>

  <!-- SECTION 01 -->
  <div class="sda-section" id="sda-overview">
    <span class="sda-section-label">Section 01</span>
    <h2>What this assessment actually tests</h2>
    <p>This is a classic FMCG sales analyst assessment. The recruiter is not just checking whether you know VLOOKUP — they want to see how you think about a business. The six files span two years of secondary sales, distributor (CP) billing data, outlet-level field operations, and territory scorecards.</p>
    <p>Before you open a single file, take two minutes to read the question document carefully. The instructions call out specific columns by letter — that is not a suggestion, it is a clue. Assessors who designed this have a model answer in mind, and it references those exact columns.</p>

    <div class="sda-callout sda-tip">
      <span class="sda-callout-label">Examiner mindset</span>
      <p>Every question ends with &#8220;(refer column X, Y, Z)&#8221;. Your pivot tables must pull data from those exact columns. Using a different column — even if the data looks similar — will score zero on a structured rubric.</p>
    </div>

    <div class="sda-task-grid">
      <div class="sda-task-card">
        <span class="sda-task-num">Task A</span>
        <h4>Brand-wise growth &amp; contribution</h4>
        <p>Two years of DSR data — monthly trends, % growth vs prior year, % contribution by brand.</p>
      </div>
      <div class="sda-task-card">
        <span class="sda-task-num">Task B</span>
        <h4>CP billing from SAP</h4>
        <p>Month-wise unique channel partners billed, then drill further by SKU level.</p>
      </div>
      <div class="sda-task-card">
        <span class="sda-task-num">Task C</span>
        <h4>SIS territory review</h4>
        <p>Review against multiple parameters, highlight concern areas, populate the summary sheet.</p>
      </div>
      <div class="sda-task-card">
        <span class="sda-task-num">Task D</span>
        <h4>Outlet stock &amp; order analysis</h4>
        <p>Outlet-wise SKU availability, billing frequency, and quantity trends from SFA field data.</p>
      </div>
    </div>
  </div>

  <!-- SECTION 02 -->
  <div class="sda-section" id="sda-datasets">
    <span class="sda-section-label">Section 02</span>
    <h2>Understanding the six datasets</h2>
    <p>Most candidates fail this step — they open every file and start building formulas without pausing to understand what each file represents. Here is what is actually inside each one.</p>

    <h3>SIS (Secondary Information System) — <code>Data_-_SIS.xlsx</code></h3>
    <p>This is your territory performance scorecard. The GO sheet contains a region → RGM HQ → AGM HQ → GO HQ hierarchy with columns for secondary sales targets, actual sales, % target achievement, last year actuals, and % growth. Focus SKU data appears in the right-hand columns. This file is your primary lens for identifying underperforming territories.</p>

    <h3>Sales DSR — <code>Sales_DSR.xls</code></h3>
    <p>DSR stands for Daily Sales Report — aggregated monthly over two years in this context. Each row represents a brand-month combination with sales volume in cases. You will derive month-over-month trends and year-over-year comparisons from this file.</p>

    <h3>SAP Data Dump — <code>SAP_data.xlsx</code></h3>
    <p>This is the distributor (Channel Partner) billing file exported from SAP. Each row is one invoice line. The columns the assessment asks about are <strong>H</strong> (Month), <strong>B</strong> (Buyer/CP code), and <strong>K</strong> (Invoice Qty), along with <strong>J</strong> (Unique SKU description) for the SKU-level question.</p>

    <table>
      <thead>
        <tr><th>Column</th><th>Field Name</th><th>Used For</th></tr>
      </thead>
      <tbody>
        <tr><td class="sda-col-tag">Col B</td><td>BUYER</td><td>CP code — numeric ID of each distributor</td></tr>
        <tr><td class="sda-col-tag">Col H</td><td>Month</td><td>Month label for pivot grouping (Nov, Oct, etc.)</td></tr>
        <tr><td class="sda-col-tag">Col J</td><td>Uniq Desp / SKU</td><td>Unique product description (Frooti Tetra 160ml, etc.)</td></tr>
        <tr><td class="sda-col-tag">Col K</td><td>Inv Qty</td><td>Invoice quantity in cases — volume metric</td></tr>
      </tbody>
    </table>

    <div class="sda-callout sda-warn">
      <span class="sda-callout-label">Watch out — deduplication</span>
      <p>The SAP data has one row per invoice line, not one row per CP. A single distributor billed in November might appear 20+ times. &#8220;Unique CP billed&#8221; means counting distinct CP codes in Col B — not counting rows.</p>
    </div>

    <h3>SFA Stock Report</h3>
    <p>Covers one field week (Sep 18–25, 2014). Each row is an outlet-SKU-visit combination. The three columns flagged in the question are <strong>G</strong> (Outlet ID), <strong>AA</strong> (Available Stock Qty in Cases), and <strong>AH</strong> (Stock Amount in ₹).</p>

    <h3>SFA Order Report</h3>
    <p>Same structure, same field team, same week — but records orders placed rather than stock on hand. Brands include Frooti (multiple variants), Appy Fizz, Appy CL, and Café Cuba. Use this to cross-reference whether low-stock outlets actually placed replenishment orders.</p>
  </div>

  <!-- SECTION 03 -->
  <div class="sda-section" id="sda-dsr">
    <span class="sda-section-label">Section 03</span>
    <h2>Solving the Sales DSR analysis</h2>
    <p>The DSR task has three deliverables: % growth, % contribution, and monthly trend — all at brand level. Work through these in order.</p>

    <ol class="sda-steps">
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Create a Brand × Month pivot table</div>
          <p>Insert → PivotTable on the DSR sheet. Drag <strong>Brand</strong> to Rows, <strong>Month</strong> to Columns, <strong>Sales Volume (Cases)</strong> to Values (Sum). This becomes your base matrix.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Build a Year 1 vs Year 2 comparison layout</div>
          <p>Create two separate pivot tables — one per year — and place them side-by-side so Year 1 and Year 2 figures for each brand-month sit in adjacent columns.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Calculate % Growth (YoY)</div>
          <span class="sda-formula-label">% YoY Growth</span>
          <pre><code>= (Year2_Sales - Year1_Sales) / Year1_Sales</code></pre>
          <p>Format as Percentage. Apply conditional formatting: negative values in red, positive in green.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Calculate % Contribution by Brand</div>
          <span class="sda-formula-label">% Contribution</span>
          <pre><code>= Brand_Monthly_Sales / $C$18   ← lock the Grand Total denominator with $</code></pre>
          <p>Each brand&#8217;s monthly sales divided by all-brand monthly total. Lock the denominator so it does not shift when you copy down.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Insert a line or combo chart for monthly trend</div>
          <p>Select the month-wise brand totals → Insert → Line Chart. Add a secondary axis if brands have very different volume scales. Include year range in the chart title.</p>
        </div>
      </li>
    </ol>

    <div class="sda-pivot-mock">
      <div class="sda-pivot-header">Illustrative output — Brand × Month pivot (sample structure)</div>
      <div class="sda-pivot-mock">
        <table>
          <thead>
            <tr>
              <th>Brand</th>
              <th class="num">Oct Y1</th>
              <th class="num">Nov Y1</th>
              <th class="num">Oct Y2</th>
              <th class="num">Nov Y2</th>
              <th class="num">YoY Growth</th>
              <th class="num">% Contrib</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>Frooti Tetra 160ml</strong></td>
              <td class="num">4,820</td><td class="num">5,200</td>
              <td class="num">5,680</td><td class="num">6,100</td>
              <td class="num pos">+17.3%</td>
              <td class="num">31.4%</td>
            </tr>
            <tr>
              <td><strong>TCA Frooti 100ml</strong></td>
              <td class="num">3,100</td><td class="num">3,450</td>
              <td class="num">3,820</td><td class="num">4,050</td>
              <td class="num pos">+21.2%</td>
              <td class="num">24.6%</td>
            </tr>
            <tr>
              <td><strong>Appy Fizz 500ml</strong></td>
              <td class="num">2,200</td><td class="num">2,580</td>
              <td class="num">2,100</td><td class="num">2,300</td>
              <td class="num neg">−7.8%</td>
              <td class="num">13.8%</td>
            </tr>
            <tr>
              <td><strong>Frooti Pet 2000ml</strong></td>
              <td class="num">1,890</td><td class="num">2,100</td>
              <td class="num">2,400</td><td class="num">2,650</td>
              <td class="num pos">+25.3%</td>
              <td class="num">16.1%</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>

    <div class="sda-callout sda-info">
      <span class="sda-callout-label">Analysis insight to mention</span>
      <p>Frooti Tetra formats are growing, suggesting NCSD momentum. Appy Fizz 500ml declining may reflect pricing pressure or competitor shelf gains in the CSD segment — flag this as a concern area in your commentary.</p>
    </div>
  </div>

  <!-- SECTION 04 -->
  <div class="sda-section" id="sda-sap">
    <span class="sda-section-label">Section 04</span>
    <h2>SAP data: counting unique CPs billed</h2>
    <p>This is fundamentally a deduplication problem. You have tens of thousands of invoice rows, but the question asks: in each month, how many distinct distributors were actually billed?</p>

    <h3>Method 1 — PivotTable with Distinct Count (recommended)</h3>
    <p>Insert PivotTable → check <em>&#8220;Add this data to the Data Model&#8221;</em> → place <strong>Month (Col H)</strong> in Rows and <strong>Buyer/CP Code (Col B)</strong> in Values → change aggregation to <strong>Distinct Count</strong>. One step, no formula needed.</p>

    <h3>Method 2 — SUMPRODUCT formula (any Excel version)</h3>
    <span class="sda-formula-label">Unique CPs in a given month (e.g. &#8220;Nov&#8221;)</span>
    <pre><code>=SUMPRODUCT((H2:H10000="Nov") / COUNTIFS(H2:H10000, H2:H10000, B2:B10000, B2:B10000))</code></pre>
    <p>This divides 1 by the count of each CP-month combination then sums — effectively counting each unique CP once per month.</p>

    <h3>Unique CPs billed — with SKU level (Col J)</h3>
    <p>For the second question you need unique Month + CP + SKU combinations. Add the SKU field (Col J) as a third criterion:</p>
    <span class="sda-formula-label">Unique CP-SKU combinations in a month</span>
    <pre><code>=SUMPRODUCT(
  (H2:H10000="Nov") *
  1/COUNTIFS(
    H2:H10000, H2:H10000,
    B2:B10000, B2:B10000,
    J2:J10000, J2:J10000
  )
)</code></pre>

    <div class="sda-callout sda-tip">
      <span class="sda-callout-label">Handling blank SKU rows</span>
      <p>If Col J has blank entries, COUNTIFS will group all blanks together and the formula divides by a large number incorrectly. Wrap the denominator in <code>MAX(...,1)</code> or filter out blank rows first.</p>
    </div>

    <div class="sda-insight-row">
      <div class="sda-insight-box ib-orange">
        <span class="sda-ib-label">Concern signals to flag</span>
        <ul>
          <li>CPs billed count falling vs prior month (lapsing distributors)</li>
          <li>CPs active for only 1 SKU (narrow breadth)</li>
          <li>Months with zero CP billing in a territory</li>
        </ul>
      </div>
      <div class="sda-insight-box ib-blue">
        <span class="sda-ib-label">Positive signals to highlight</span>
        <ul>
          <li>Month-on-month increase in unique CPs</li>
          <li>New CPs billed for premium SKUs (Pet 2000ml)</li>
          <li>High SKU breadth per CP (&gt;4 SKUs)</li>
        </ul>
      </div>
    </div>
  </div>

  <!-- SECTION 05 -->
  <div class="sda-section" id="sda-sis">
    <span class="sda-section-label">Section 05</span>
    <h2>SIS business review — identifying concern areas</h2>
    <p>The SIS file has a GO-level performance matrix. Your job is to populate the summary sheet and surface the red flags. Assessors expect 3–5 structured insights, not just a filled-in table.</p>

    <h3>Key metrics to compute per territory (GO HQ)</h3>
    <ol class="sda-steps">
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">% Target Achievement</div>
          <p>Verify the column: <code>= Actual_Sales / Target</code>. Flag below 75% as red, 75–90% as amber, above 100% as green. Use a 3-color conditional formatting scale.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">% Growth vs Last Year</div>
          <p>Territories with negative growth despite a reasonable target have declined both in market and performance — these need the strongest flag in your commentary.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Focus SKU performance</div>
          <p>Compare Focus SKU % TGT ACH against overall % TGT ACH. A territory can hit 80% overall but only 20% on Focus SKUs — serious because Focus SKUs are the margin-drivers.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">125% CAP analysis</div>
          <p>Territories capped at 1.25x may have had unrealistically low targets. If they grew 40% YoY but were capped, the target-setting process needs review — a different kind of concern.</p>
        </div>
      </li>
    </ol>

    <div class="sda-callout sda-warn">
      <span class="sda-callout-label">Common mistake</span>
      <p>&#8220;Bhubaneswar GO4 is at 22% target achievement&#8221; is data. &#8220;Bhubaneswar GO4 has achieved only 22% with a 3-month downward trend and Focus SKU at 18% — this territory needs immediate field intervention&#8221; is an insight. Assessors reward interpretation, not transcription.</p>
    </div>
  </div>

  <!-- SECTION 06 -->
  <div class="sda-section" id="sda-sfa">
    <span class="sda-section-label">Section 06</span>
    <h2>SFA outlet stock &amp; order analysis</h2>
    <p>The SFA files cover one field week. The assessment asks for an outlet-wise × SKU-wise view showing visit frequency and whether stock quantity is rising or stagnant.</p>

    <h3>Column reference — Stock Report</h3>
    <table>
      <thead>
        <tr><th>Column</th><th>Field</th><th>What to do with it</th></tr>
      </thead>
      <tbody>
        <tr><td class="sda-col-tag">Col G</td><td>Outlet ID</td><td>Primary grouping key in your pivot (Rows)</td></tr>
        <tr><td class="sda-col-tag">Col AA</td><td>Available Stock Qty (Cases)</td><td>Sum per outlet-SKU; track day-wise to see if restocking occurred</td></tr>
        <tr><td class="sda-col-tag">Col AH</td><td>Stock Amount (₹)</td><td>Value of stock held — prioritise high-value outlets with zero stock</td></tr>
      </tbody>
    </table>

    <h3>Building the outlet × SKU matrix</h3>
    <p>PivotTable → <strong>Outlet Name</strong> in Rows, <strong>Uniq SKU Desc</strong> (last column) in Columns, <strong>Available Stock Qty</strong> in Values. This creates a matrix view of which outlet holds which SKU at what quantity.</p>

    <h3>Counting billing frequency per outlet</h3>
    <p>Add a <strong>Count of Outlet ID</strong> to your pivot — this tells you visit frequency per outlet over the week. An outlet visited 5 times in 7 days with consistently zero stock is a critical availability failure worth calling out explicitly.</p>

    <span class="sda-formula-label">COUNTIF helper column</span>
    <pre><code>=COUNTIF($G$2:$G$50000, G2)   ← paste in a helper column to show each outlet's visit count</code></pre>

    <div class="sda-insight-row">
      <div class="sda-insight-box ib-green">
        <span class="sda-ib-label">Stock insights to write</span>
        <ul>
          <li>Outlets with 0 cases across all visits despite 4+ visits = perennial OOS</li>
          <li>TCA Frooti 85ml (high velocity) vs Pet 2000ml (home consumption) — stocking pattern should differ by outlet type</li>
          <li>A-CLASS outlets with zero Focus SKU = highest-priority concern</li>
        </ul>
      </div>
      <div class="sda-insight-box ib-gray">
        <span class="sda-ib-label">Order vs stock cross-check</span>
        <ul>
          <li>VLOOKUP Outlet IDs across Stock and Order files to link them</li>
          <li>Order placed but no stock change → CP has not fulfilled the order</li>
          <li>Stock present but no order → passive replenishment (market-pull)</li>
        </ul>
      </div>
    </div>
  </div>

  <!-- SECTION 07 -->
  <div class="sda-section" id="sda-formulas">
    <span class="sda-section-label">Section 07</span>
    <h2>Formula &amp; technique reference</h2>

    <h3>VLOOKUP — linking SAP CP codes to names</h3>
    <pre><code>=VLOOKUP(B2, SAP_data!$B:$E, 4, FALSE)</code></pre>
    <p>B2 = CP code in summary sheet. Column 4 of the range returns Buyer Name. Always use <code>FALSE</code> for ID-based exact lookups.</p>

    <div class="sda-callout sda-tip">
      <span class="sda-callout-label">VLOOKUP limitation</span>
      <p>VLOOKUP only looks rightward. If the field you need is left of the lookup column, use INDEX+MATCH: <code>=INDEX(SAP!$A:$A, MATCH(B2, SAP!$B:$B, 0))</code></p>
    </div>

    <h3>SUMIF and SUMIFS</h3>
    <pre><code>=SUMIF(H:H, "Nov", K:K)
=SUMIFS(K:K, H:H, "Nov", B:B, 645)   ← two conditions: month AND specific CP</code></pre>

    <h3>Array formula — unique count (Ctrl + Shift + Enter)</h3>
    <pre><code>{=SUM(1/COUNTIF(B2:B10000, B2:B10000))}</code></pre>
    <p>Enter with <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Enter</kbd>. Curly braces appear automatically — do not type them manually.</p>

    <h3>Quick formula reference</h3>
    <div class="sda-pill-row">
      <span class="sda-formula-pill"><span class="sda-fp-tag">Growth</span>(New−Old)/Old</span>
      <span class="sda-formula-pill"><span class="sda-fp-tag">Contrib</span>Part/Total</span>
      <span class="sda-formula-pill"><span class="sda-fp-tag">Unique</span>SUMPRODUCT+COUNTIFS</span>
      <span class="sda-formula-pill"><span class="sda-fp-tag">Link</span>VLOOKUP / INDEX+MATCH</span>
      <span class="sda-formula-pill"><span class="sda-fp-tag">Flag</span>IF+AND / IF+OR</span>
      <span class="sda-formula-pill"><span class="sda-fp-tag">Rank</span>RANK.EQ()</span>
    </div>

    <h3>Conditional formatting heat map</h3>
    <p>Select the % TGT ACH column → Home → Conditional Formatting → New Rule → &#8220;Format all cells based on their values&#8221; → 3-Color Scale → Red at 0%, Yellow at 75%, Green at 100%. The whole column becomes instantly scannable.</p>

    <h3>Macros (VBA)</h3>
    <p>Record a macro that refreshes all pivot tables at once and formats the summary sheet. Name it clearly (e.g. <code>Sub RefreshAndFormat()</code>). Add a comment at the top of every Sub explaining what it does — assessors who open macro-enabled workbooks appreciate readable code.</p>
  </div>

  <!-- SECTION 08 -->
  <div class="sda-section" id="sda-presentation">
    <span class="sda-section-label">Section 08</span>
    <h2>Structuring your final output</h2>
    <p>The question explicitly asks for a presentation (PPT). In a sales analytics context that means: one chart or table per slide, three-second-glance readability, and one sentence of insight beneath each visual.</p>

    <h3>Recommended slide flow</h3>
    <ol class="sda-steps">
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Executive Summary (1 slide)</div>
          <p>3–4 bullets maximum. Top brand by growth, top concern territory, one CP billing insight, one SFA finding. Write this slide last.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Brand Sales Trend (2 slides)</div>
          <p>Slide 1: Line chart — monthly trend for top 4 brands, two-year overlay. Slide 2: Bar chart — YoY % growth by brand sorted descending, declining brands in red.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">CP Billing Health (1–2 slides)</div>
          <p>Month-wise unique CP count as a bar chart with a MoM change line overlay. Table below shows top 5 and bottom 5 months.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Territory Concern Matrix (1 slide)</div>
          <p>Table with traffic-light conditional formatting on % TGT ACH, sorted by worst performance. Assessors expect Bhubaneswar and similar lagging territories to be prominently flagged.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Outlet Stock &amp; Availability (1 slide)</div>
          <p>Top 10 outlets by visit count with average stock level. Highlight high-visit-frequency / near-zero-stock outlets as systemic distribution failures.</p>
        </div>
      </li>
      <li>
        <div class="sda-step-body">
          <div class="sda-step-title">Recommendations (1 slide)</div>
          <p>Three to five actionable points tied directly to the data. &#8220;Prioritise CP activation in months where billings dropped below X&#8221; is actionable. &#8220;Improve sales&#8221; is not.</p>
        </div>
      </li>
    </ol>

    <div class="sda-callout sda-info">
      <span class="sda-callout-label">Presentation design tip</span>
      <p>Use a single consistent colour scheme across all charts — same orange for Frooti, same blue for Appy Fizz throughout. Colour-coding brands consistently signals to assessors that you think in systems, not isolated charts.</p>
    </div>
  </div>



</div>



<style>
.ds-author-bio{
  margin:50px 0;
  padding:26px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid #e2e8f0;
  display:flex;
  gap:20px;
  align-items:flex-start;
  font-family:Arial,sans-serif;
  box-shadow:0 10px 26px rgba(15,23,42,0.04);
}

.ds-author-img{
  width:86px;
  height:86px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  border:3px solid #ffffff;
  box-shadow:0 8px 18px rgba(15,23,42,0.12);
}

.ds-author-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ds-author-content h4{
  margin:0 0 8px;
  font-size:20px;
  font-weight:800;
  color:#0f172a;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.ds-verified-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#0A66C2;
  color:#ffffff;
  font-size:13px;
  font-weight:800;
  line-height:1;
}

.ds-author-role{
  display:inline-block;
  margin:0 0 10px;
  padding:6px 12px;
  border-radius:999px;
  background:#eaf3ff;
  color:#0A66C2;
  font-size:12px;
  font-weight:800;
}

.ds-author-content p{
  margin:0;
  font-size:14.5px;
  line-height:1.75;
  color:#475569;
}

.ds-author-content p a{
  color:#2563eb;
  font-weight:700;
  text-decoration:none;
}

.ds-linkedin-box{
  margin-top:16px;
}

.ds-linkedin-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:11px 18px;
  border-radius:999px;
  background:#0A66C2;
  color:#ffffff !important;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:0.3s ease;
  box-shadow:0 8px 18px rgba(10,102,194,0.22);
}

.ds-linkedin-btn:hover{
  background:#084c91;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(10,102,194,0.28);
}

.ds-linkedin-icon{
  width:16px;
  height:16px;
  fill:#ffffff;
  display:block;
}

@media(max-width:600px){
  .ds-author-bio{
    flex-direction:column;
    text-align:center;
    align-items:center;
    padding:24px 18px;
  }

  .ds-author-content h4{
    justify-content:center;
  }
}
</style>

<div class="ds-author-bio">

  <div class="ds-author-img">
    <img decoding="async" src="https://www.dataskillzone.com/wp-content/uploads/2026/04/Untitled-design.png" alt="Abid Ghori">
  </div>

  <div class="ds-author-content">
    <h4>
      About Abid Ghori
      <span class="ds-verified-badge">✓</span>
    </h4>

    <span class="ds-author-role">MIS Executive | Founder of DataSkillZone</span>

    <p>
      Abid Ghori is an MIS Executive with 5+ years of hands-on experience in sales reporting, business data analysis, and Excel-based dashboards. He founded 
      <a href="https://www.dataskillzone.com/" target="_blank">DataSkillZone</a> 
      to help beginners build practical, job-ready data skills in Excel, SQL, Power BI, and MIS reporting &#8211; skills he uses daily in real business environments.
    </p>

    <div class="ds-linkedin-box">
      <a href="https://www.linkedin.com/in/abid-ghori-3b5b15147" target="_blank" class="ds-linkedin-btn" rel="noopener">
        <svg class="ds-linkedin-icon" viewBox="0 0 24 24">
          <path d="M4.98 3.5C4.98 4.88 3.87 6 2.49 6S0 4.88 0 3.5 1.11 1 2.49 1s2.49 1.12 2.49 2.5zM.22 8.99h4.54V24H.22V8.99zM7.5 8.99h4.35v2.05h.06c.61-1.16 2.1-2.38 4.32-2.38 4.62 0 5.47 3.04 5.47 6.99V24h-4.54v-6.94c0-1.65-.03-3.77-2.3-3.77-2.31 0-2.67 1.8-2.67 3.65V24H7.5V8.99z"/>
        </svg>
        Follow on LinkedIn
      </a>
    </div>

  </div>

</div>

    <div class="xs_social_share_widget xs_share_url after_content 		main_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content">

		
        <ul>
			        </ul>
    </div> 
]]></content:encoded>
					
					<wfw:commentRss>https://www.dataskillzone.com/fmcg-sales-analyst-practice-dataset/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
