SlideShare a Scribd company logo
How To Collaboratively Manage Excel‐
How To Collaboratively M
H T C ll b ti l Manage Excel‐  E l
  Based Process Data in SQL Server
               Speaker: JB Kuppe
                Boardwalktech


        Silicon Valley SQL Server User Group
                      June 2011




           Mark Ginnebaugh, User Group Leader, 
                 mark@designmind.com
JB Kuppe
                                                     Jb.kuppe@boardwalktech.com




 Collaboratively Manage Excel‐Based 
   ll b    i l                l   d
      Process Data in SQL Server


Enabling companies to build and maintain competitive advantage through 
     business process innovation in the collaborative planning space
   Founded in 2004 ‐ HQ in Palo Alto, CA

   Origins in MCAD PDM

   Patented  Positional Database Technology
    Patented “Positional” Database Technology

   Product: The Boardwalk Collaboration Platform (BCP)

   Application Focus: Collaborative Planning Processes
The Elephant in the Room
       p
                                                             Enterprise Reality
           IT Perception
           IT Perception
                                                               Desktop Applications


                   Business                                           GAP
                 Intelligence
               Data Warehouse
  OLAP                             Reporting

               Specialty /Edge                                  Business Intelligence
                Applications
                Financials
         CRM                      SCM
                                                                     Edge Apps




                Core ERP

                                                                   Core ERP


                                        “80% of the work” 
X             Denormalized Tables         Business Intelligence


                                                             Business Focus
     Information             Reporting Cubes $$$
       collection
  Can’t contribute to                                      Iteration A: Cleansing and 
the Denormalized View                                      schema design
                         Mapping and Transformation
                                 EAI , BI $$$              Iteration B: Cleansing and 
                                                           schema changes
   Technology Focus

                                                                $$ Expensive Iterations


                         Normalized
                         Normalized        Normalized
                                           Normalized 
                           Table             Table
select cust.companyname, cust.contactname, orddet.quantity, ord.orderdate, 
prod.productname from customers cust inner join orders ord on cust.customerid = 
ord.customerid inner join [order details] orddet on ord.orderid = orddet.orderid inner 
j p
join products prod on orddet.productid = prod.productid where prod.productname =
              p               p            p   p                 p    p




    Backward looking 
    versus forward 
    looking..
Export to 
                                       Excel




                                                              Email to 
                                      Change                 everyone
                                      history




  Maintain data 
connection ‐ data 
location changes
location changes


              Merge in    Create multiple views    Create dependent 
             other data     for different users     data calculation
Create
 Define schema (create from Excel)

 Create a database schema, define entity relationship
   Create a database schema, define entity relationship
Manage
 Create UI in Excel to match database schema

 Create a J2EE or .Net data update layer

 Program ability to create new record from Excel

 Program access control and consolidation rules into every sheet 
   connected to RDBMS
 Versioning for all schemas has to be programmed
   Versioning for all schemas has to be programmed
 Change management has to be programmed 

 Formula support needs to be programmed

 Check‐out/in mechanism used to work on data

 Only “latest” change wins

Report
 For every report, run a SQL query to filter the data, paste it in Excel, 
       t i t           il    t
   create pivots, email reports
 Do process again if data changes/version “old” reports
OLAP
Rows of Data
•   Product
                                                                   Columns of Data
•   Customer
                                                                   •   Time
•   User
                                                                   •   Business variable




                                         How to Collaborate?
                                         How to Collaborate?

          Excel is a business process platform
    Emailing does not work
          •  Position of data drives business logic           Excel “Connectors” do not work
           •  Complex relationships (formulas)
    •   No change management                                  •   Rigid model pushed to spreadsheet
           •  Flexibility
    •   Versioning nightmaremanagement UI (colors
        Versioning nightmare
           •  Powerful data management UI (colors, 
              Powerful data                                   •   No persistence
                                                                  No persistence
    •         conditional format, picklists)
        No central version                                    •   No change/audit
           •  Offline environment/mature data         RDBMS
    •   No access control                                     •   No access control
           •  “Save‐as” local versioning=scenarios
    •   Data consistency                                      •   No positional integrity
Change values and formulas




                             V2 (R/C,U,T,Net Change)




                                    V1 (R/C,U,T)
•   Patent awarded 2008
          “Positional” Data Structure
                                                                       ‒ Positional cell data management
      Versions (R/C Position, Structure, Net Change, User, Time)       ‒ Range vs record transaction control

             Columns                                                   ‒ Single flexible schema
                                                                   •   Excel range creates/drives shareable 
                                                                       database model
                                                                       database model
        User Access 1
                                               Data
Row     User Access 2      Data
                                              Range2
                                                                   •   Scalable multi‐user collaboration
        User Access 3     Range1
                                                                       ‒ Work “off‐line,” no check‐in/out
                                                                       ‒ Dynamic access control
                                                                          y
                                                                       ‒ “Submit/Refresh” sharing
 Business               Column
  Logic                                                                ‒ Centrally manage collaborative data
                                                                       ‒ Net‐change versions vs. overwrite
                                                                       ‒ Cell‐level change tracking

                 Other App/DB
                                                                   •   Integration with any App/DB
                                                                   •   Application flexibility
                                                                       ‒ One platform, many solutions
                                                                              l f             l
   Addressability to Business Objects (Table, Row, Column)

   Data Ordering (Row, Column)

   Referential Integrity limits growth
    Referential Integrity limits growth

   No Locking – High Concurrency

   No Data Overwrite ‐ Versioning

   Persistent Transactions 
    Persistent Transactions

   WYSWYG Data Update
Sharing data & 
                               formulas
                  Manager                          Rep




        Refresh                               Submit



                                                         Firewall

Other ERP…
Form Interface Model                               Tabular User Interface Model and Business Logic

     Communication Technology        Communication Technology     Communication Technology             Communication Technology



                 Centralized Business Model and Logic                                 Positional Data Management

             Relational                          Relational                   Relational                        Relational



                           Rigid Data Models                                          Abstract Tabular Data Model


       Persistence w/o history          Persistence w/o history        Persistence with history          Persistence with history


1.   Business person defines requirements                         1.     Business person expresses requirements in a 
2.   Each technology layer looses information                            Tabular model
3.   Each layer introduces rigidity                               2.     The Model is translated WYSIWYG to the tabular 
4.          y
     Each layer adds cost                                                database so no loss of information
5.   Each layer adds latency to change                            3.     Changes in the Model at UI layer directly drive the 
                                                                         flexible tabular database
6.   Every one confirms to centralized model and logic
                                                                  4.     Cost of change is zero
7.   Business Person at the top has no control over the 
     Data Models                                                  5.     There is no latency to change
                                                                  6.     Business Logic is embedded in the UI and doesn’t 
                                                                         require conformance by all parties
                                                                  7.     Business person is in full control over the data 
                                                                         model and is fully empowered
The Cuboid Powered Enterprise 
                        p
Enterprise
Collaboration
•   General forecasting                     •    Tax platform
    o   Periodic shift
        Periodic shift                           o    Multi entity tax environment (corporate, partnership)
                                                      Multi‐entity tax environment (corporate, partnership)
    o   Aggregation/disaggregation               o    SME template authoring, management, and 
    o   Re‐alignment                                  propagation 
    o   Exceptions                               o    Tax formula library
    o   Notifications
        N tifi ti                                o    Tax business rules library
                                                      Tax business rules library
    o   Scenario planning                        o    Dynamic taxonomy management
•   New product introductions                    o    Rollover services
                                                 o    Tax item allocation and consolidation
    o   Product attribute
                                                 o    Project tax data consolidation
    o   Phase in/out
                                                 o    Document management integration
    o   Plan‐o‐gram driven forecasting
                                                 o    External data query/integration
    o   Product master management
•   EDI collaboration
    EDI collaboration
    o   Outsourced retail supply planning
    o   Supplier collaboration




                                            Page 17
BCP Powered Enterprise Solutions
                 p
Demand Planning/Supply Planning




                                                          Sales manager adjustments can be done
                                                            at the customer/SKU level or at the
                                                              aggregate region/territory l
                                                                      t    i /t it       level
                                                                                             l




          Spreadsheet-based measures &
                   calculations




  Measures & applicable SKUs from
           planning SOR
                                                                              Cell-level, two-way
                                                                                 collaboration


                                         Access control
Microsoft SQL Server - How to Collaboratively Manage Excel Data
To learn more or inquire about speaking opportunities, please contact:

                Mark Ginnebaugh, User Group Leader
                Mark Ginnebaugh User Group Leader
                      mark@designmind.com

More Related Content

PDF
DB2 Web Query whats new
PDF
Cv D Pietrzak Dpbc En
PPTX
SQL 2012 PowerView Talk SPSLA
PPTX
Oracle: Fundamental Of DW
PDF
Change Manager Datasheet | Database Change Management
PDF
Reporting _ Paul Vella _ OBI Analytics for JDE.pdf
PPTX
Oracle Data Warehouse
PPTX
NextInside Data exchanger
DB2 Web Query whats new
Cv D Pietrzak Dpbc En
SQL 2012 PowerView Talk SPSLA
Oracle: Fundamental Of DW
Change Manager Datasheet | Database Change Management
Reporting _ Paul Vella _ OBI Analytics for JDE.pdf
Oracle Data Warehouse
NextInside Data exchanger

What's hot (20)

DOC
AAO BI Resume
PDF
ICG: Blazon Enterprise
PDF
SAP and BOBJ Decision Tree Guidelines
PDF
Database Change Management | Embarcadero Change Manager
PPTX
Sql server 2012 smart dive presentation 20120126
PDF
SAP BOBJ Architectural Options
PPTX
Introducing Open XDX Technology for Open Data API development
PDF
Mapping Manager Product Overview
PDF
SQL-H a new way to enable SQL analytics
PDF
Mas 90-and-mas-200-crystal-reports-manual
PDF
Sap sap so h 2013
DOCX
Ira d. kleiner, ms, mba, 2013 1
PPTX
PDF
Sap bi roadmap overview 2010 sap inside track stl
PPTX
Jaspersoft BI Suite Overview 2012
PPTX
Jaspersoft Dashboards Webinar Feb 2013
PPTX
2011 Sharepoint Summit - Microsoft's vision and strategy for the future of bu...
PDF
C8 Whats New In Versions 3 And 4
PPTX
Autoservicio de inteligencia de negocios
PDF
Understanding Oracle ADF and its role in Oracle Fusion Middleware
AAO BI Resume
ICG: Blazon Enterprise
SAP and BOBJ Decision Tree Guidelines
Database Change Management | Embarcadero Change Manager
Sql server 2012 smart dive presentation 20120126
SAP BOBJ Architectural Options
Introducing Open XDX Technology for Open Data API development
Mapping Manager Product Overview
SQL-H a new way to enable SQL analytics
Mas 90-and-mas-200-crystal-reports-manual
Sap sap so h 2013
Ira d. kleiner, ms, mba, 2013 1
Sap bi roadmap overview 2010 sap inside track stl
Jaspersoft BI Suite Overview 2012
Jaspersoft Dashboards Webinar Feb 2013
2011 Sharepoint Summit - Microsoft's vision and strategy for the future of bu...
C8 Whats New In Versions 3 And 4
Autoservicio de inteligencia de negocios
Understanding Oracle ADF and its role in Oracle Fusion Middleware
Ad

Similar to Microsoft SQL Server - How to Collaboratively Manage Excel Data (20)

PPTX
Sap Business Objects solutioning Framework architecture
PDF
Self service BI with sql server 2008 R2 and microsoft power pivot short
PDF
Initial Kautilya Brochure Doc
PPTX
Microsoft Breakthrough Insights
PPTX
Go Beyond the Numbers - Data Visualization in SharePoint 2010
PPTX
Introduction to Microsoft’s Master Data Services (MDS)
KEY
Processing Big Data
PPTX
Introduction to Microsoft SQL Server 2008 R2 Analysis Service
PDF
Building a business intelligence architecture fit for the 21st century by Jon...
PPTX
Evolved BI with SQL Server 2012
PPTX
Software architecture & design patterns for MS CRM Developers
PPTX
Architecting for Massive Scalability - St. Louis Day of .NET 2011 - Aug 6, 2011
PDF
The Business Value of Business Intelligence
PDF
What's New with BI in SQL Server Denali (SQL11)
PDF
21st Century Service Oriented Architecture
PPTX
Extending the reach of your Microsoft Dynamics AX Application with the next-g...
PDF
Sybase Complex Event Processing
DOCX
Informatica
PDF
Resume_Parthiban_Ranganathan
Sap Business Objects solutioning Framework architecture
Self service BI with sql server 2008 R2 and microsoft power pivot short
Initial Kautilya Brochure Doc
Microsoft Breakthrough Insights
Go Beyond the Numbers - Data Visualization in SharePoint 2010
Introduction to Microsoft’s Master Data Services (MDS)
Processing Big Data
Introduction to Microsoft SQL Server 2008 R2 Analysis Service
Building a business intelligence architecture fit for the 21st century by Jon...
Evolved BI with SQL Server 2012
Software architecture & design patterns for MS CRM Developers
Architecting for Massive Scalability - St. Louis Day of .NET 2011 - Aug 6, 2011
The Business Value of Business Intelligence
What's New with BI in SQL Server Denali (SQL11)
21st Century Service Oriented Architecture
Extending the reach of your Microsoft Dynamics AX Application with the next-g...
Sybase Complex Event Processing
Informatica
Resume_Parthiban_Ranganathan
Ad

More from Mark Ginnebaugh (20)

PDF
Automating Microsoft Power BI Creations 2015
PDF
Microsoft SQL Server Analysis Services (SSAS) - A Practical Introduction
PDF
Platfora - An Analytics Sandbox In A World Of Big Data
PDF
Microsoft SQL Server Relational Databases and Primary Keys
PDF
DesignMind Microsoft Business Intelligence SQL Server
PDF
San Francisco Bay Area SQL Server July 2013 meetings
PDF
Silicon Valley SQL Server User Group June 2013
PDF
Microsoft SQL Server Continuous Integration
PDF
Hortonworks Big Data & Hadoop
PDF
Microsoft SQL Server Physical Join Operators
PDF
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
PDF
Fusion-io Memory Flash for Microsoft SQL Server 2012
PDF
Microsoft Data Mining 2012
PDF
Microsoft SQL Server PASS News August 2012
PDF
Business Intelligence Dashboard Design Best Practices
PDF
Microsoft Mobile Business Intelligence
PDF
Microsoft SQL Server 2012 Cloud Ready
PDF
Microsoft SQL Server 2012 Master Data Services
PDF
Microsoft SQL Server PowerPivot
PDF
Microsoft SQL Server Testing Frameworks
Automating Microsoft Power BI Creations 2015
Microsoft SQL Server Analysis Services (SSAS) - A Practical Introduction
Platfora - An Analytics Sandbox In A World Of Big Data
Microsoft SQL Server Relational Databases and Primary Keys
DesignMind Microsoft Business Intelligence SQL Server
San Francisco Bay Area SQL Server July 2013 meetings
Silicon Valley SQL Server User Group June 2013
Microsoft SQL Server Continuous Integration
Hortonworks Big Data & Hadoop
Microsoft SQL Server Physical Join Operators
Microsoft Data Warehouse Business Intelligence Lifecycle - The Kimball Approach
Fusion-io Memory Flash for Microsoft SQL Server 2012
Microsoft Data Mining 2012
Microsoft SQL Server PASS News August 2012
Business Intelligence Dashboard Design Best Practices
Microsoft Mobile Business Intelligence
Microsoft SQL Server 2012 Cloud Ready
Microsoft SQL Server 2012 Master Data Services
Microsoft SQL Server PowerPivot
Microsoft SQL Server Testing Frameworks

Recently uploaded (20)

PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
KodekX | Application Modernization Development
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Network Security Unit 5.pdf for BCA BBA.
Understanding_Digital_Forensics_Presentation.pptx
Big Data Technologies - Introduction.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation theory and applications.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Dropbox Q2 2025 Financial Results & Investor Presentation
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Per capita expenditure prediction using model stacking based on satellite ima...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
NewMind AI Weekly Chronicles - August'25 Week I
Encapsulation_ Review paper, used for researhc scholars
KodekX | Application Modernization Development

Microsoft SQL Server - How to Collaboratively Manage Excel Data

  • 1. How To Collaboratively Manage Excel‐ How To Collaboratively M H T C ll b ti l Manage Excel‐ E l Based Process Data in SQL Server Speaker: JB Kuppe Boardwalktech Silicon Valley SQL Server User Group June 2011 Mark Ginnebaugh, User Group Leader,  mark@designmind.com
  • 2. JB Kuppe Jb.kuppe@boardwalktech.com Collaboratively Manage Excel‐Based  ll b i l l d Process Data in SQL Server Enabling companies to build and maintain competitive advantage through  business process innovation in the collaborative planning space
  • 3. Founded in 2004 ‐ HQ in Palo Alto, CA  Origins in MCAD PDM  Patented  Positional Database Technology Patented “Positional” Database Technology  Product: The Boardwalk Collaboration Platform (BCP)  Application Focus: Collaborative Planning Processes
  • 4. The Elephant in the Room p Enterprise Reality IT Perception IT Perception Desktop Applications Business  GAP Intelligence Data Warehouse OLAP Reporting Specialty /Edge  Business Intelligence Applications Financials CRM SCM Edge Apps Core ERP Core ERP “80% of the work” 
  • 5. X Denormalized Tables Business Intelligence Business Focus Information  Reporting Cubes $$$ collection Can’t contribute to  Iteration A: Cleansing and  the Denormalized View schema design Mapping and Transformation EAI , BI $$$ Iteration B: Cleansing and  schema changes Technology Focus $$ Expensive Iterations Normalized Normalized  Normalized Normalized  Table Table
  • 6. select cust.companyname, cust.contactname, orddet.quantity, ord.orderdate,  prod.productname from customers cust inner join orders ord on cust.customerid =  ord.customerid inner join [order details] orddet on ord.orderid = orddet.orderid inner  j p join products prod on orddet.productid = prod.productid where prod.productname = p p p p p p Backward looking  versus forward  looking..
  • 7. Export to  Excel Email to  Change  everyone history Maintain data  connection ‐ data  location changes location changes Merge in  Create multiple views  Create dependent  other data for different users data calculation
  • 8. Create  Define schema (create from Excel)  Create a database schema, define entity relationship Create a database schema, define entity relationship Manage  Create UI in Excel to match database schema  Create a J2EE or .Net data update layer  Program ability to create new record from Excel  Program access control and consolidation rules into every sheet  connected to RDBMS  Versioning for all schemas has to be programmed Versioning for all schemas has to be programmed  Change management has to be programmed   Formula support needs to be programmed  Check‐out/in mechanism used to work on data  Only “latest” change wins Report  For every report, run a SQL query to filter the data, paste it in Excel,  t i t il t create pivots, email reports  Do process again if data changes/version “old” reports
  • 10. Rows of Data • Product Columns of Data • Customer • Time • User • Business variable How to Collaborate? How to Collaborate? Excel is a business process platform Emailing does not work • Position of data drives business logic Excel “Connectors” do not work • Complex relationships (formulas) • No change management • Rigid model pushed to spreadsheet • Flexibility • Versioning nightmaremanagement UI (colors Versioning nightmare • Powerful data management UI (colors,  Powerful data • No persistence No persistence • conditional format, picklists) No central version • No change/audit • Offline environment/mature data RDBMS • No access control • No access control • “Save‐as” local versioning=scenarios • Data consistency • No positional integrity
  • 11. Change values and formulas V2 (R/C,U,T,Net Change) V1 (R/C,U,T)
  • 12. Patent awarded 2008 “Positional” Data Structure ‒ Positional cell data management Versions (R/C Position, Structure, Net Change, User, Time) ‒ Range vs record transaction control Columns ‒ Single flexible schema • Excel range creates/drives shareable  database model database model User Access 1 Data Row User Access 2 Data Range2 • Scalable multi‐user collaboration User Access 3 Range1 ‒ Work “off‐line,” no check‐in/out ‒ Dynamic access control y ‒ “Submit/Refresh” sharing Business  Column Logic ‒ Centrally manage collaborative data ‒ Net‐change versions vs. overwrite ‒ Cell‐level change tracking Other App/DB • Integration with any App/DB • Application flexibility ‒ One platform, many solutions l f l
  • 13. Addressability to Business Objects (Table, Row, Column)  Data Ordering (Row, Column)  Referential Integrity limits growth Referential Integrity limits growth  No Locking – High Concurrency  No Data Overwrite ‐ Versioning  Persistent Transactions  Persistent Transactions  WYSWYG Data Update
  • 14. Sharing data &  formulas Manager Rep Refresh Submit Firewall Other ERP…
  • 15. Form Interface Model Tabular User Interface Model and Business Logic Communication Technology Communication Technology Communication Technology Communication Technology Centralized Business Model and Logic Positional Data Management Relational Relational Relational Relational Rigid Data Models Abstract Tabular Data Model Persistence w/o history Persistence w/o history Persistence with history Persistence with history 1. Business person defines requirements  1. Business person expresses requirements in a  2. Each technology layer looses information Tabular model 3. Each layer introduces rigidity 2. The Model is translated WYSIWYG to the tabular  4. y Each layer adds cost database so no loss of information 5. Each layer adds latency to change 3. Changes in the Model at UI layer directly drive the  flexible tabular database 6. Every one confirms to centralized model and logic 4. Cost of change is zero 7. Business Person at the top has no control over the  Data Models 5. There is no latency to change 6. Business Logic is embedded in the UI and doesn’t  require conformance by all parties 7. Business person is in full control over the data  model and is fully empowered
  • 16. The Cuboid Powered Enterprise  p Enterprise Collaboration
  • 17. General forecasting • Tax platform o Periodic shift Periodic shift o Multi entity tax environment (corporate, partnership) Multi‐entity tax environment (corporate, partnership) o Aggregation/disaggregation o SME template authoring, management, and  o Re‐alignment propagation  o Exceptions o Tax formula library o Notifications N tifi ti o Tax business rules library Tax business rules library o Scenario planning o Dynamic taxonomy management • New product introductions o Rollover services o Tax item allocation and consolidation o Product attribute o Project tax data consolidation o Phase in/out o Document management integration o Plan‐o‐gram driven forecasting o External data query/integration o Product master management • EDI collaboration EDI collaboration o Outsourced retail supply planning o Supplier collaboration Page 17
  • 18. BCP Powered Enterprise Solutions p Demand Planning/Supply Planning Sales manager adjustments can be done at the customer/SKU level or at the aggregate region/territory l t i /t it level l Spreadsheet-based measures & calculations Measures & applicable SKUs from planning SOR Cell-level, two-way collaboration Access control
  • 20. To learn more or inquire about speaking opportunities, please contact: Mark Ginnebaugh, User Group Leader Mark Ginnebaugh User Group Leader mark@designmind.com