Andrew Kelly, Author at Displayr https://www.displayr.com/author/andrew-kelly/ Displayr is the only BI tool for survey data. Tue, 05 Dec 2023 23:32:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 https://www.displayr.com/wp-content/uploads/2023/10/cropped-Displayr-Favicon-Dark-Bluev2-32x32.png Andrew Kelly, Author at Displayr https://www.displayr.com/author/andrew-kelly/ 32 32 Qualtrics Integrations https://www.displayr.com/qualtrics_integrations/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/qualtrics_integrations/#respond Mon, 04 Dec 2023 20:48:49 +0000 https://www.displayr.com/?p=35328

Displayr and Qualtrics Integrations

Qualtrics has been an unqualified success in recent years, democratizing survey scripting and data collection and used by organizations globally to drive customer experience and many other types of survey research projects. At the same time Displayr has built an unparalleled product in survey analysis and reporting. From simple cross tabs to advanced analytics, from PowerPoint automation to beautiful dashboards, Displayr makes everything easy.

This is why integrating Qualtrics with Displayr makes perfect sense. The new Qualtrics integrations means you can automate everything, instantly, from data collection through to insight delivery.  And even if you are building a new report from scratch, once you have your Qualtrics data connected you'll benefit from Displayr's exploratory analysis tools to help to find and build the story in your data.

Integrating Qualtrics

The key to connecting Qualtrics and Displayr is direct integration. Via the Qualtrics API you can connect your data to Displayr's vast array of analysis and reporting features and control how often your report, and its underlying analysis, is updated. Displayr automatically cleans and formats your Qualtrics data so everything is ready to go in an instant. This means

  • Crosstabs and visualizations will be updated
  • All 'Rules' and conditions are updated
  • Table structures and formats are automated
  • Dashboard reports and infographics can be made available in real-time
  • Any PowerPoint reports created using the Qualtrics API can be automatically updated.

In addition, Displayr makes it easy to dive deeper into your analysis. This means that any analysis technique is now available to you including regression, PCA, clustering, latent class analysis, machine learning, MaxDiff, conjoint, TURF, and so much more. In fact, there's no multivariate analysis you cannot perform in Displayr.

Is the Qualtrics API free?

Qualtrics offers integration capabilities with a variety of software, including Displayr. To access the Qualtrics API, you will need to have Administrator access in Qualtrics. You can then retrieve the Qualtrics API key and paste it into the Displayr integrations pop-up box that appears when you click the 'connect data' button in Displayr. The Qualtrics integration works with the Displayr free, Displayr trial, Displayr Professional, and Displayr Enterprise licenses. The Displayr free license is limited to a dataset with no more than 1000 rows and 100 columns of data.

Are there disadvantages of using Qualtrics?

Qualtrics is a great survey collection platform and has solid analysis capabilities. However, professional market researchers and consumer insights teams often require more functionality than the Qualtrics platform has. So the Qualtrics Displayr integration provides all the tools professional researchers need. Professional researchers are sometimes limited by the following Qualtrics disadvantages:

  1. Limited/rigid crosstabs features. Researchers often need to churn out and quickly sort through hundreds of crosstabs. They also need flexibility in merging columns, fusing different tables and questions, creating custom calculations within or across tables, and setting tables up to meet individual specifications.
  2. Limited PowerPoint reporting functionality. Most researchers report in PowerPoint, and require software to connect their data to their PowerPoint reports so they can be automatically updated with new data or when the data changes.
  3. Limited advanced analysis techniques and no ability to work in code. Researchers need to use a wide range of statistical analysis techniques for different types of data. They also occasionally prefer the flexibility of using R code to for calculations or dashboards.
  4. Limited dashboard design capabilities. One of the reasons most researchers use PowerPoint is its ability to add narratives and images to the data stories. Researchers need to make insights easy for their audience to understand and to have live, updated dashboards. So having online, interactive PowerPoint-style reports that are connected to their data gives them the best of both worlds.

Setting up the Qualtrics API

The following video shows how to easily connect your Qualtrics data using the Qualtrics API.

You can also find more information here: How to Import Qualtrics Data in Displayr

 

Take the Next Step

If you want to know more about data integration or Displayr generally, book a demo or take a free trial.

]]>
https://www.displayr.com/qualtrics_integrations/feed/ 0
Creating a composite or “mash-up” summary table in Displayr https://www.displayr.com/composite-summary-table/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/composite-summary-table/#respond Tue, 07 Nov 2023 00:51:39 +0000 https://www.displayr.com/?p=35129

 

Displayr can create bespoke calculations, making it easy to go beyond the observed data to help tell your story. This saves you from using multiple applications, for example, having some of your workings in Excel.

Indeed, you can replicate much of what you might want to do in Excel using the Calculation Grid … it can be used to create interim calculations and, importantly, combine different types of data in one table.

Beginning with the end in mind ...

The end game here is to create a table like this, which summarizes data from several questions in a single, easy-to-format, matrix-style table.

 

Key Inputs

This table is built using these four inputs ...

  1. Ranked (disguised) data on the Main Cell Phone provider.   Given the structure of the market, we only want to focus on the Top 3
  2. Net Promoter Score results (click for more information on Net Promoter Scores or NPS)
  3. Satisfaction with three critical elements of the service offer.   The table shows Z-Statistics to tease out relative strengths and weaknesses.
  4. A filter control (click for more information).

All inputs 1-3 are linked to the filter control.

 

Earlier, I'd also prepared cross-tabs for Main Phone Company by all demographics and sorted them in order of significance to help zero in on the main differences.

Cross tab inputs

Creating our composite or summary table.

Take a look at the process in action in this short video.

The key steps are:

  • Insert a Calculation Grid of the required dimensions
  • Double-click into cells to edit labels and enter simple text as we go (text information needs to be contained within "quotation marks")
  • Copy selected cells from the "Main Phone Company" table and paste them into the Grid. Formulae with references are created automatically, e.g., table.Main.phone.company.4[1]
  • Enter a formula for the first Net Promoter Score calculation (Promoters minus Detractors) by clicking into the required cells and adding mathematical operations as we go: table.Net.Promoter.Score.2[1, 1]-table.Net.Promoter.Score.2[3, 1]
  • Using a bit of Displayr magic, enter code to sort the satisfaction scores in memory and read off the label of the highest ranked row for the first column: names(sort(table.satisfaction.2[, 1],decreasing=TRUE))[1]. This gives us "Key Strength".
  • Repeating step 5 for "Key Weakness," replacing decreasing with increasing in the formula.
  • Selecting the formulae created for steps 4, 5, and 6 and dragging to autofill these same formulae for the other columns.

The only limit is your imagination.

As you can see, Displayr's Calculation Grids allow you to customize your analysis, making it easy to go beyond the observed data without having to do your workings elsewhere.   You can easily change and manipulate calculations once they are set up; everything is connected. This saves you time, which you can then apply to other ways to add value to your data.

If you want to know more about Calculation Grids or Displayr generally, book a demo or take a free trial.

 

]]>
https://www.displayr.com/composite-summary-table/feed/ 0
Why bury your workings in Excel? https://www.displayr.com/why-bury-your-workings/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/why-bury-your-workings/#respond Thu, 28 Sep 2023 00:59:42 +0000 https://www.displayr.com/?p=34871 ...]]> A typical workflow using "interim" calculations

The creative market researcher always seeks to go beyond the limitations of the source data and add value.   One way of doing this is to create new variables or data points from existing ones.

Consider a scenario where there is a desire to plot:

  • market penetration, an existing variable (“Ever”) …
  • against adoption rate, a new dimension created by dividing the result for “Monthly” by the result for “Ever”.

A typical workflow might be …

 

There are however potential problems with this approach:

  1. If the output needs to be updated, for example when there is new data added, many if not all the steps need to be repeated.
  2. If the output needs to be replicated for say different filters or scenarios, this too can involve repetition.
  3. If the updates or replications are to be done by someone other than the original author, the need to find the right Excel Workbook and the right location within it can take up valuable time.

 

The Power of Having Everything Connected

These problems are instantly resolved by having your data, outputs, and workings housed and connected in one document, as you can do in Displayr.   Zooming out in this example we can see the following set up.

  • A) Hidden tables for the two source questions, “Ever” and “Last Month”.
  • B) A hidden calculation, dividing the results for “Last Month” by “Ever”, our adoption ratio.
  • C) A Calculation Grid, extracting brands from A and B and linking data via cell references.
  • D) A scatter-plot visualization linked to C.

There are also some filter controls top left and a dynamic date filter applied to all inputs so the analysis will always show the most recent quarter as the data is updated.

Hidden items (indicated by grey cross-hatch shading) means that the document editor can see the output but it will not be shown when published to a dashboard or exported to PowerPoint.

 

 

If someone comes to edit the document later the relationships are easily identified via Displayr’s dependency graph (right click on an item to find it).  The scatter plot is created from the summary table, the summary table is a combination of Q3 and the adoption calculation, and so on.  This addresses problem 3 noted earlier (difficulty in tracing workings when they are in a different place).

But the real benefits kick in when it comes to updating or replicating this output (problems 1 and 2).   It should be self-evident but watch in this video how seamless it is to create new versions of the framework via filtering and updating it with new data … even the footer descripting the sample date and size changes.

 

If you want to take a closer look and study the workings in detail, you can get a copy of this document here: Embedded Workings

 

Once you’ve tried embedding your workings in your report and have both linked directly to the source data, it’s very hard to go back to using external workbooks or sheets.

]]>
https://www.displayr.com/why-bury-your-workings/feed/ 0
Creating a dynamic BCG Matrix https://www.displayr.com/creating-a-dynamic-bcg-matrix/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/creating-a-dynamic-bcg-matrix/#respond Wed, 06 Sep 2023 01:26:39 +0000 https://www.displayr.com/?p=34791 ...]]> A powerful strategic planning tool ...

A quick Google search on "BCG Matrix" demonstrates it's one of the most popular strategic tools around.   Courtesy of the Boston Consulting Group, it plots relative market share against growth rate, to help determine marketing or resource allocation effort:

  • Invest in "Stars"
  • Milk (maintanance-level investment) "Cash Cows"
  • Reduce investment in "Dogs"
  • Strategize high-growth/low share "Question Marks"

It can be used to study either your own portolio or an entire market, to help qualify the strength of competitive threats or opportunities.   Here is an example for a fictituous fast food market:

 

 

... made even more powerful!

With the required data at hand, it's not that hard to create a BCG matrix in Excel and dress it up in PowerPoint.  But what if you wanted to replicate the matrix for different geographic markets or revisit it when you have new data?   That's potentially a lot of time and effort.  Displayr makes it easy to create a dynamic BCG matrix.  You can easily switch between markets (or any other filters) and have it update automatically overtime, when new data is added.

This is enabled by your data, you workings, and the output all being connected and in the one place.   Changes in to any item automatically impact other items "downstream".

If our brand is "Burger Chef" the strategic position is vastly different in North and South America, requiring different marketing solutions.

 

You can access this dashboard, explore its workings, and see how the dynamic matrix was built in Displayr here.   The key steps in the process are also set out below ...

 

_______________________________________________________________________________

1 Source some market share data

Here we've used occasion counts to calculate share, and shown this overtime.   With the table selected, we've renamed it "market.share" in the Object Inspector (so it's easy to find in drop down lists, etc).

 

2 Calculate the x-axis (relative market share)

  1. In our case we want to matrix to update annually so it's ready for each new phase of strategic planning.   We created a table using Table > Select > Input "market.share", then Select columns by > Last columns (1), so it's always showing the most recent market share.
  2. With "current.share" selected, Calculation > Maximum > Maximum Each Column, name this calculation "maximum.share"
  3. Select "current.share" table first, then holding down Shift, select "maximum.share" output, Calculation > Divide.  The selection order makes things more efficient when using mathematical functions.  Name the new output "relative.share"

3 Calculate the y-axis (year-on-year growth rate)

  1. Find the "market.share" table in your document (Step 1) and duplicate it.   It will automatically be named "market.share.2".  Rename it "absolute.change".  Move it to a new page or working space.
  2. With the table selected, Rules > Table Computations > Different Between Pair of Columns.  In the Rule settings, select "Last Column" as Column 1 input and "2nd Last Column"  as Column 2 input.  Again, in this way the data will always be up to date when it changes.   Label the new column "Change YOY".
  3. An easy way to calculate relative change, our target metric, is to insert Calculation > Custom Code, then click on items to reference them or simply start typing their name.   This is the end result of the custom code needed:
    absolute.change[, 4]/(current.share-absolute.change[, 4])*100.

    Here's how easy it is to do ....

4 'Rough-in' the matrix

  1. Visualization > Bubble > Labelled Bubble, then click and drag the cursor to locate the chart
  2. Inputs > DATA SOURCE > X coordinates > relative.share, Y cordinates > growth.rate, Sizes > current.share
  3. We opted to exclude a couple of outliers - Arnold's, as it's the known dominant leader and Bread Basket as it's new and has an artificually high growth rate.   In Inputs > ROW MANIPULATIONS > Rows to ignore add Arnold's, Bread Basket
  4. In Chart, tidy up as required - add data and axes lables, remove grid lines, etc.

5 And finally, add a control

  1. Anything > Filter > Control > Combo Box (Drop Down) on an Output, select the variable "Market" and allow the user to select more than one category when prompted.   A new variable will be created called "Combo Box Filter Market" which you can rename if you wish.
  2. Find the the two source tables market.share and absolute.change, select them and apply the combo box filter via Inputs > Filter(s)

After Steps 4 and 5 you will have a working framework as per below.  We then handed the document to our designers to create the final version (as shown above), ready for publishing.    Before publishing you would Hide all the working steps above (hiding either the pages they are on or the individual items if they are below the main dashboard).

]]>
https://www.displayr.com/creating-a-dynamic-bcg-matrix/feed/ 0
Fast track categorizing and coding text data https://www.displayr.com/fast_track_text_data/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/fast_track_text_data/#respond Mon, 20 Mar 2023 02:18:54 +0000 https://www.displayr.com/?p=33949 ...]]> Overview

Displayr's text coding functionality is designed with needs of the survey researcher front and centre.   For many years the text categorization functions in Displayr have already supported what we might call a manual workflow.  We make it easy to view, sort, and filter text responses, create and structure categories, and assign or code responses to those categories.    More recently we've added semi-automated functions to the interface and extensively upgraded the algorithms that drive them.  We believe our tools in this space are state-of-the-art ...

  • In selecting "Semi-Automatic" Text Categorization, users are presented immediately with a draft set of categories with the bulk of the data already coded.  So in a matter of minutes you are off to a great start
  • The algorithms that create this output are based on analysing context and meaning (not word similarity, like many other tools).   Your draft code frames are intuitive from the get-go
  • We've made this work effectively for multiple response categorizations, (where responses can be assigned to more than one code), which are historically more challenging to automate
  • For tracking and related research, we have specific algorithms that recognize and categorize unaided brand awareness questions
  • Once you have your draft categories, the user interface makes it easy to edit, with tools to combine, rename, and split categories

So the workflow now becomes:

  1. Let Displayr do the hard work and get you most of the way there (via a draft categorization), but in a fraction of the time it would take manually
  2. You then fine tune and edit the categories via the intuitive user-interface.

Accessing the automated functions

The quickest way to do this is to select a text variable in the Data Set tree, hover above or below it to '+' insert a new variable, and follow the prompts via the Semi-Automatic menu path:

 

 

We know some users might want to start the process manually.   This could involve reading through some responses and create some pre-planned categories.    Even if you follow the Manual menu path, you can access the Automatic categorization function.  At any time you can speed up the coding of remaing uncategorized data.    In the categoriztion interface, set "Sort by:" to Fuzzy match, (as matching is a key building block of the algorithm), and the "Auto" button appears:

 

 

The functionality and workflow in action

Take a look at the process in action in this short video.  It uses an open ended question on how people feel about 'Tom Cruise' as input*

You can get a broader overview of text analysis methods and solutions in this webinar recording. How to quickly analyze text data

Streamline your text data analysis.

The process of turning open text responses into usable data is traditionally time consuming and expensive (being often outsourced).   Displayr's text categorization tools are state of the art.  You can create a draft categoriztion in minutes automatically and then quickly fine tune it into a polished codeframe.   If you use a lot of text data and want to know more, book a demo or take a free trial.

 

Discretion is advised - the data used in the video is from a real survey containing unvarnished attitudes to Tom Cruise.   Some respondents have written unkind, distasteful and potentially offensive things.   Displayr does not condone or endorse any of the comments that have been made.

]]>
https://www.displayr.com/fast_track_text_data/feed/ 0
Save time translating and coding text data https://www.displayr.com/translating-text-data/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/translating-text-data/#respond Wed, 21 Sep 2022 01:42:29 +0000 https://www.displayr.com/?p=32485 ...]]> While there are several ways to translate text data in Displayr, our text categorization function is made even more powerful by having Automatic Text Translation built into the interface.  When you insert a new text categorization variable (+ > Text Categorization > .... > New - more on this in the video below), you are given the option to Translate the text:

 

 

Use any Source and Output language.

You are then prompted to select the Source language:

  • Automatically detect language
  • Specify with variable (use this option if the source language is identified by a variable in your data set. This option is particularly useful if your file contains multiple languages)
  • A specific language - the default language is English.

You can set the Output language here as well.

 

Text Translation in Action

Consider a simple scenario where data has been collected on hotel reviews and it includes a "comment" option - guests of course need to complete the survey in a language they are comfortable with:

  • The data file will have multiple languages, and (typically) an additional variable classifying the language selected.
  • The person responsible for categorizing (coding) the data will want to do so in their language
  • The outputs, being the categories (or code-frame), will also need to be in their language.

Displayr makes all this very easy, including dealing with multiple language inputs simultaneously.    And once translated, you can create an intial catergorization (code frame) automatically.

Take a look at the process in action in this short video, covering both single and multiple language translation ...

 

Streamline your text data translation and analysis.

The process of translating text data into the analyst's language is traditionally time consuming and expensive (being typically outsourced).   Displayr's translation tools are now available directly in the text categorization interface - you can even create a draft code frame in your preferred language automatically.   If you use non-native language text data and want to know more, book a demo or take a free trial.

]]>
https://www.displayr.com/translating-text-data/feed/ 0
Automatically highlight key results on bar charts https://www.displayr.com/automatically-highlight-results-on-bar-charts/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/automatically-highlight-results-on-bar-charts/#respond Thu, 04 Aug 2022 14:44:10 +0000 https://www.displayr.com/?p=31357 ...]]> Finding the balance between detailed data and charting.

One of the dilemmas a researcher faces in building a report is to work out just how much detail to show.  Consider a typical cross-tab (in this case using a banner) that has lots of interesting significant differences, as indicated by the blue and red number formatting

 

 

Of course the key finding here is the Total or Net result, so we have to show it.   Rather than asking the audience to study the cross-tab in detail a common way of visualizing this type of a result is a bar chart with call-outs or labels to highlight the key findings:

 

 

This takes a while to set up in PowerPoint.  And in the case of a typical tracking study, where the results will change wave-to-wave, it can be a very tedious to update.   Not anymore - Displayr's visualization suite now contains an option to automate this type of chart, in seconds!.   See it in action in this short video:

 

 

Try Bar Charts with Skews now

Existing customers will quickly see how much time they can save using this new visualization. Anyone else can book a demo or take a free trial.

]]>
https://www.displayr.com/automatically-highlight-results-on-bar-charts/feed/ 0
Transform Variables Automatically https://www.displayr.com/combine-variables-automatically/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/combine-variables-automatically/#respond Sun, 05 Jun 2022 23:36:56 +0000 https://www.displayr.com/?p=30773 ...]]>

Displayr has a large and growing library of automated variable creation options.   This library now includes the ability to automate combining the data contained within certain types of variables into new and interesting categories:

  • Transform numeric variables into useful categorical variables
  • Combine or collapse categorical variables into meaningful groups based on patterns in the data
  • Convert information like Zip or Postal Codes into logical geographic areas

This automation can save you a lot of time. Most importantly, these functions make relationships in data clearer, to help sharpen your analysis and story building.

Displayr users can find and explore these features in Ready-Made New Variables > Automatically Combine Categories. Here are a few examples to bring these features to life...

Create Categories Based on Data Values

Select a numeric variable as input and have a high degree of flexibility in how you transform it - you can automatically create data-driven tidy categories, percentiles, equally spaced categories (where you can control the increments), or custom categories.  Custom categorization allows you to enter pre-defined 'cut-points' - the variable is created without having to use code or make manual edits. Displayr can also automate the Label style, with a range of options dependent on the categorization method selected.

 

In this video we create a complex numeric variable and transform it using a range of these methods:

 

Combine or Collapse Categories based on Patterns in Related Data

This option will automatically collapse categories in the input variable based on the statistical relationships to another variable. It does this using CHAID (Chi-Squared Automatic Interaction Detection). Simplifying the variable of interest gives the analysis a lot more focus, providing insight and promoting actionability.

In this example, looking at the impact of household structure on category consumption frequency, we started with 9 categories that indicated some relationships in the data and automatically transformed that to 3 categories where the relationships are abundantly clear. 'Young Singles' is the primary demographic segment of interest and 'Younger Groups' is the secondary segment of interest.

In Displayr, select Ready-Made New Variables > Automatically Combine Categories > By Pattern (CHAID). When working with ordinal variables you can force the function to only collapse adjacent categories.

Convert one type of Geographic Data into Another

The proliferation of online research and the integration of survey research with CRM systems has led to much larger sample sizes. This brings into play geographic variables like ZIP or postal codes.   Displayr has functionality to transform these and other types of geographical data for North America, Europe, Australia and New Zealand. This geographic heat map was created from scratch, combining ZIP code and category frequency data, in less than 2 minutes.

 

You can see the steps in this video:

 

Explore Automatic Combinations now!

Existing customers will quickly see how much time they can save and how much power they can add to their analysis using the automated functions to combine numeric, categorical, and geographic data. Anyone else can book a demo or take a free trial.[/vc_column_text][/vc_column][/vc_row]

]]>
https://www.displayr.com/combine-variables-automatically/feed/ 0
Add Calculations or Values Directly to Visualizations https://www.displayr.com/add-calculations-directly-to-visualizations/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/add-calculations-directly-to-visualizations/#respond Mon, 21 Mar 2022 22:11:30 +0000 https://www.displayr.com/?p=30408 ...]]> One of the best things about using Displayr is that everything is connected – for a given visualization or chart it’s easy to trace the steps and review how it was created, and changes to any input are automatically reflected in linked visualizations.  This saves a lot of time when building or updating documents.

However you can make the process of creating inputs for visualizations, charting, and tables even easier by adding calculations or values directly to the data input drop-down.

 

Enter a calc

 

Example 1 – Custom Selection from a complex table

Here is a typical table that has been created from some consumption data for fictitious fast-food brands.

Initial table

Let’s say we are only interested in charting the data for Burger Chef and a direct competitor, Burger Shack.    One way to do this would be to:

  1. Duplicate the question (to keep the original data and table intact)
  2. Create the table
  3. Hide all but the two columns in question, or, use the Tables > Selection function to create a subset of the table
  4. Insert a visualization, say for a column chart
  5. Hook up the table to the visualization.

 

This would work fine but it also adds some complexity – Step 1 adds over 100 new variables to the Data Set (some of the rows have been merged) and there are several interdependent elements in the workflow described above.

 

With the ability to ' Enter a calculation or value' directly in the drop-down, in combination with Displayr’s point-and-click formula creation, the process is a whole lot easier.   You can see this in action here.

 

 

We took that slowly so you can see the steps, but in less than 30 seconds we’ve achieved the required result, and with fewer steps.

 

Example 2 – Modifying a Variable before visualization

The same Data Set contains information on the estimated number of visits each brand attracted in a month.

Initial table 2

Let’s say we wanted to express this as a weekly average, to conform with other market metrics (e.g. weekly sales).   Again, one way to do with would be to:

  1. Select the variable set
  2. Calculate > Divide, which creates a new copy of the variable set
  3. Enter ‘4’ as the single number to divide by, as a proxy for weekly data
  4. Insert a visualization, say for a bar chart
  5. Hook up the table to the visualization

 

Using the ‘Enter a calculation or value’ function this can be done without the need to create any new variables, as shown in this video

 

 

Again, all the required steps have been condensed to a few simple ones, and in just a few seconds

Learn more about custom selections and formula creation in Displayr: Calculate Anything! or Boost your analysis with in-built Calculations

The possibilities for Displayr’s custom selection and formula creation functions are vast – now you can easily add such calculations to visualization drop-downs, the only limit is your imagination!

]]>
https://www.displayr.com/add-calculations-directly-to-visualizations/feed/ 0
Calculate Anything! https://www.displayr.com/calculate-anything/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/calculate-anything/#respond Thu, 09 Dec 2021 22:26:43 +0000 https://www.displayr.com/?p=30162 ...]]> Built-in Calculations

In addition to creating tables and common advanced analysis functions (like clustering, correspondence mapping), Displayr has built-in operations to create simple calculations from variables or tables.

 

calc menu

 

You can read more about these functions here.

Built In Calculations

 

Create your own custom code

You can however go a lot further with custom code.  Point-and-click functionality allows you to select the specific inputs you need.  This can refer to:

  • variables
  • specific table cells,
  • entire rows or columns and ranges.

 

calcs on tables

 

See how easy it is to create your own custom code here.

Calculate Anything

 

Bespoke analysis functions

Displays allows you to perform the types of functions that people ordinarily do in Excel (e.g. Sum, Average, Count, etc.)

formulas in calculations

 

 

There are a range of examples here

Bespoke Analyses

 

Calculate Anything In Displayr!

Next time you find yourself in problem-solving mode with your data, find the solution with Displayr's suite of calculation functions.

]]>
https://www.displayr.com/calculate-anything/feed/ 0
Working faster with large data files https://www.displayr.com/working-faster-with-large-data-files/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/working-faster-with-large-data-files/#respond Fri, 12 Nov 2021 04:19:28 +0000 https://www.displayr.com/?p=30070 ...]]> A Modern Survey Analysis Problem

In the era of global, online survey search, the amount of data captured and stored for a large-scale tracking study can be substantial.  Data files larger than 1 Gigabyte are no longer uncommon.   In this situation loading and processing times can become noticeably slower, regardless of the software used.

Sometimes the task involves having to convert SQL, Excel or CSV (Comma Separated Values) data.  This requires more processing steps, and performance-speed issues can be compounded.

Introducing *.QDat

You can now compress large or complex data files in Displayr by converting them to our proprietary *.QDat format.  QDat will significantly improve performance and speed (and in many cases, dramatically so).

Once your data is imported, cleaned, and set up the way you want,  all you need to do is select this option:

 

Export Button

 

There is a setting to update the QDat file whenever your document is published or just once.   You can then add the compressed, faster, QDat formatted data to any project in Displayr.  Just "Add Data" and select "Displayr Cloud Drive" as the location (which is where QDat files are stored).

You can read more about the steps here: Publishing Data to the Displayr Cloud Drive

Recommended Workflow

A good practice is to use the QDat file as a master and share it with end users as required.

  • Someone on the team is tasked with importing the original data and setting it up in Displayr
  • They publish the data to the Displayr Cloud Drive in QDat format
  • Whenever the data is updated (e.g. a new wave of tracking data), the QDat file is also updated.
  • Multiple end users or projects then access the compressed, faster file, for analysis, reporting and dashboard purposes

 

QDat workflow

 

 

So, next time you find yourself waiting for a file to load or calculations to process, convert the data to *.QDat and see the difference!

]]>
https://www.displayr.com/working-faster-with-large-data-files/feed/ 0
Setting up “branded” Power-Point-style templates in Displayr https://www.displayr.com/setting-up-branded-power-point-style-templates-in-displayr/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/setting-up-branded-power-point-style-templates-in-displayr/#respond Wed, 08 Sep 2021 00:31:34 +0000 https://www.displayr.com/?p=29389 ...]]> The good news is this can be done in a few simple steps (there is a video of these steps in action below).

1:  Have a document with your PowerPoint template ready.

This will typically be in Standard (4:3 or A4) or Widescreen (16:9) format.   Decide what format your new Displayr template is to be in.

2:  Open a blank Displayr document

From the Document page, select +New Document, check that the tab at the top is set to your desired format, then select ’Blank’

3:  Go to the Page Master and edit the Displayr defaults

In addition to a “Blank” page (which requires no editing), there are default layouts for Title Only, Title Page, and Title and various Content Layouts.

This is the key step – you basically need to change the titles, text box formats and default chart colors to reflect your PowerPoint template and paste in any graphical elements from PowerPoint.

You can duplicate and edit any of these pages if you want to add more master pages.

4:  Save your template using the required file naming conversion and download a QPack.

Publish > Export Data > Download Document (*.QPack)

Name the *.QPack as per these conventions (this is required for it to be read in when uploaded, in Step 6).

  • Widescreen templates: [Template Name].widescreen.template
  • Standard templates: [Template Name].template

Be case specific for the "widescreen" and "template" terms

5: Create thumbnail images of some of the key pages (optional)

This step enables you to see a preview of your template in the gallery when creating a new document, so it’s worth doing. These are also used in Step 6.

The file-naming convention for the first image to show in the gallery is:

  • Widescreen templates: [Template Name] 1.widescreen.template.png
  • Standard templates: [Template Name] 1.template.png

For second and subsequent images, replace the “1”, with 2, 3, etc.  Note, apart tom the name text before the number, these terms are case sensitive and there must be a space between the template name and the number.

 6: Upload the template *.QPack and related *.png files to your Displayr Cloud Drive

The Displayr Cloud Drive is accessed via the Icon at the top right of screen:

Shortly after this step you will see your own template available from the gallery of options when you create a new document (as per the “Burger Chef” example here).

 

 

The steps in action

This video works through the key steps.

 

Anyone with basic PowerPoint skills can easily set their own corporate or client templates up in Displayr.  Once done, your analysis and report build can always be “on-brand”, saving you time and producing better looking reports

]]>
https://www.displayr.com/setting-up-branded-power-point-style-templates-in-displayr/feed/ 0
Boost your analysis with in-built Calculations https://www.displayr.com/boost-your-analysis-with-in-built-calculations/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/boost-your-analysis-with-in-built-calculations/#respond Fri, 20 Aug 2021 04:39:39 +0000 https://www.displayr.com/?p=29153 ...]]> Many researchers like to add value for their clients by getting beyond the observed data and creating new or interesting analyses from it.  Along with good problem-solving skills, this type of analysis requires a degree of fluidity and working iteratively

Some try and do this via writing code, but this can be a struggle.  For most, Excel is the app of choice, it's very flexible and easy to use and therefore an efficient way of creating custom analysis.

But how much more efficient would it be if your bespoke analysis was embedded in your report and accessed the data directly?

Displayr’s Calculations menu makes this possible.

 

Accessing Calculations

The Calculations functions are accessed from the tool bar using the button with the same name.   There is already and extensive range of functions and we regularly add more.

For those comfortable writing formulas using code, you can also press the “=” part of the button and drag a placeholder for a calculation on to the page. The code editor opens and you can type in a formula.

 

Calculations in Action

The possibilities for using calculations are endless.   Here are four examples of how calculations can be used, which should get the creative juices flowing.

Calculating a New Variable

This creates a custom variable from a subset of brands in a numerical survey question, using the “Sum” function.  Once created, variables like this can be linked to tables, charts and other visualizations. They can be duplicated or edited to create more variables of interest.

Simple Custom Calculations

This begins by making some simple custom calculations using basic code then applying these to a table of data.   We then show how to perform the same operation with out code, using Displayr’s built in functionality.

Calculations from a Table

Here we take a cross tab and selectively calculate the sum for each row.   The calculations can be sorted in rank order and hold.  If we make changes to the source table, these are also reflected in the calculations.

There are setting in Displayr to give you more control over your calculations.   Using this example, you can be even more selective, specifying specific columns to leave out of the calculation.  Just select the calculation and find “Columns to exclude” in the object inspector.

Calculations from Multiple Tables

This uses a range of Displayr’s calculations to create all the inputs required for a classic marketing framework, the BCG Matrix.   One the matrix is set up, it is easy to repurpose – brand inputs can be changed and the calculations and the matrix visualization all update instantly.   Filter can be set up and dynamically linked to the source data – calculations change dynamically with each filter change.

 

Turbo-charge your analysis with Calculations

Displayr's Calculations allow you to customize your analysis, making it easy to go beyond the observed data without having your workings somewhere else.   You can easily change and manipulate calculations once they are set up, everything is connected.  This saves you time, which you can then use to apply your thinking to even more bespoke calculations!

]]>
https://www.displayr.com/boost-your-analysis-with-in-built-calculations/feed/ 0
Data Editing in Displayr https://www.displayr.com/data-editing-in-displayr/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/data-editing-in-displayr/#respond Wed, 30 Jun 2021 00:35:22 +0000 https://www.displayr.com/?p=28773 ...]]> The need to view and potentially edit raw data is common amongst survey researchers.

Some use cases for instance:

  • Identifying and removing rogue respondents (speeders, flat-liners*, inconsistent responses, etc.).
  • Fixing up an error that was missed in the survey scripting process
  • Pasting in matching variables from another source (typically Excel), to allow them to be included in the analysis.
  • Publishing filtered versions of the data file.
  • Publishing clean versions of the data file (i.e. without ‘created’ variables, hidden programming variables) for external client use.

Displayr’s raw data editing and publishing features have a lot of built in functionality. As a result the deliver to these needs, with ease.

* Tip: Displayr can automatically identify flat-lining or straight-lining (respondents giving the same answer for all questions in a set). It gives you a report on questions effected.  From the main menu select Anything > Reports

 

Accessing the Raw Data Editor

To open the Data Editor, select one or more variables (or combined variable sets) in the Data Tree, then right-click and select "View in Data Editor". Alternatively, there is a button in the Object Inspector with the same name if you have a variable/variable set selected. You can also use the button that appears on the preview tooltip when hovering over a variable or question. The Editor will appear at the bottom of the screen showing the raw variables that you have selected.

data editor access

You can also drag more variables to it once open and drag-and-drop columns inside the Data Editor. As a result you can reorder them as you like.

 

Using the Raw Data Editor

Manipulating the table

The column headers contain the 'names' (not labels) of the variables. The row headers contain the Raw Case Numbers. The rounded bars above each column show which Variables are grouped into Variable Sets. To toggle between showing raw values or labels, use the control at the right of the header.

You can sort your data using the sorting icons in the column headers. The first time you click, that column will be sorted in Ascending order. The second time you click it will toggle to Descending and a third click will reset it to not be sorted. You can sort by multiple columns in the order you activate their sorting.

DE Table manipulation

Editing

Values can be edited directly by double-clicking on a cell or pressing “Enter” *. Edited cells have a “flag” added so you know which have been modified.

flag

In the Data Editor you can right-click on edited values and select “Revert” to restore the data to it's original state. You can also do this in the Data Sets tree for entire variables.

You can also copy and paste values or ranges of values within the Data Editor or copy to or paste from Excel. If you have one or more full columns of values in Excel, you can copy them, right-click on a column header in the Data Editor and select "Insert New Variable(s)". These are added to your Data Source in Displayr. You can then use the new variable(s) as you would any other in Displayr.

In this example, we temporarily copied “Postcode” from the Data Editor, pasted into Excel, used a LOOKUP function to assign a Geographic Zone code, and “Inserted” this in Displayr.  as a result it becomes available in the Data Sets tree.

 Date editor insertion

* Calculated variables (e.g. JavaScript or R variables) cannot be edited.

Deleting

Firstly, you can delete individual rows (cases) by clicking on the row header. Use Ctrl-clicking to add more rows tor Shift-clicking to select a range of rows. Just right-click in a selections and select "Delete Row(s)".

Secondly, you can delete rows that match a filter using the control near the right of the header of the Raw Data Editor. Select an existing filter (or create one in the Data Editor) by selecting "New") and the matching rows will be highlighted in Green. Right-click one of the matching rows, then select "Delete Row(s) Matching Filter".

This example is from a large scale “Usage and Attitude” study, where we would expect the interview length to be an absolute minimum of 15 minutes. Survey length here is measured in seconds. We created a filter to select respondents with the equivalent of 15 minutes in seconds and these respondents are highlighted. We can easily now remove them from the data.

date editor deletion

To restore deleted rows, select the data source in the Data Tree, then in the Object Inspector click "Undelete observations...".

Publishing (or exporting) edited data.

You can publish a data file that reflects the edits made - from the "Publish" menu (top of screen) select "Export Data" and then choose your format. Currently there are options for SPSS (*.sav) or Excel (*.csv) formats.

Use cases include for instance:

  • If the original file required a lot of cleaning, you may want to export and use an updated version, for the purposes of project efficiency.
    You may want to (for example) break a multi-country study into country specific files.
  • You may want a version of the file for your external client that has your workings and “programmed” variables hidden.

Read more about this here: Publishing Data Files

 

The complete package.

Displayr already features state-of-the-art advanced analysis tools, excellent table and visualization functions, and editable and updatable PowerPoint exporting. With the Data Editing feature, it is even more so the complete package, for all your survey analysis and reporting needs.

]]>
https://www.displayr.com/data-editing-in-displayr/feed/ 0
Using Rules on Displayr Tables and Charts https://www.displayr.com/using-rules-on-displayr-tables-and-charts/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/using-rules-on-displayr-tables-and-charts/#respond Tue, 25 May 2021 04:22:36 +0000 https://www.displayr.com/?p=28494 ...]]> While Displayr already has automated significant testing and highlighting built-in, our suite of “Rules” functions allows you take Table and Chart automation to a whole new level. You are really only limited by your imagination!

What are Rules?

Rules are a set of predefined automated functions – most commonly they could be thought of as a way of conditionally formatting tables (where you specify the conditions). But the range of available functions extends well beyond formatting.  The current library* of automated options includes (but is not limited to):

  • Highlighting cells or chart series via custom criteria (e.g., ranges, greater/less than, top n).
  • Applying color scales to entire tables or charts.
  • Adding text, symbols to table cells or chart data labels.
  • Customizing significance comparisons.
  • Removing rows or columns or hiding cells based in specific criteria (e.g., minimum sample size).
  • Reformatting columns (e.g., include sample size; re-label but leave source variable intact).
  • Customizing footers.
  • Automatically re-sorting charts or tables, by columns or rows of your choice.
  • Weighting or filtering selected columns or rows.

* There are currently 70  rules to discover! We are constantly adding to the library of rules and soon you will be even able to create and save your own.

How to create Rules

Once you have created a Table or Chart and selected it, the Rules menu is available on the Inputs tab of the Object Inspector panel.

As you create rules, they are added to the list in the box in the Object Inspector. From here you can set the order that they are applied (by dragging and dropping), or right click for more options (see below). Importantly, you can copy a rule and then paste it into the same box for other Tables or Charts, which immediately applies the same rule settings. You can also make selected rules the default for any new outputs (“Use for new tables and charts”).

Examples of Rules in Action

Example 1: Conditional formatting of a table and chart

This basic table has a Color Scale Rule applied, with higher values in blue and lower values in red, so it acts like a heat-map. Note there an additional rule to suppress cells where there were no responses recorded, to tidy the table up (this is indicated in the footer).

The grid-of-bars chart has a Custom Color scale applied, to emphasize the higher values. To keep the chart “clean” there is also a rule applied to only select the top 10 rows from the source table (based on the total brand score).

Example 2: Automatically re-sorting a specific column

Here the chart on the left (with a filter set to ‘Delivery’) has a rule applied to Sort Rows Automatically when the data changes. As soon as the filter is changed to Drive Thru (on the right), the chart updates with the new rank-ordering.  Displayr cleverly leaves “Other” at the bottom, which would be the convention in market research.

Example 3: Formatting Data Series based on text content

You can even make the format of a chart conditional on the items containing specific text. In this example, any category containing “Coke” or “Coca” has been set to appear red. Any category containing “Pepsi” has been set to appear blue.

Once this rule has been set up it can be applied to any chart containing information on cola brands. This rule alone would have saved the author countless hours across a long career!

In Summary

You can see from these simple examples the potential for rules to turbo-charge your analysis and reporting. This is particularly true when you combine several rules together (which will operate in the order they are listed). Think of one of those tedious tracking tasks, when you want to update an end of period summary of the Top 5 Brands Considered, for example. Date variables in Displayr can be set to always show the last n time periods, (select the Date Variable then Date/Time > Period Type > Duration > Duration n). With this filter in place the “Consideration” table or chart can then have rules applied so it always:

  • Arranges the brands is descending order.
  • Shows only the first 5 rows.
  • Displays brands in custom colors, like in Example 3 above.

Try rules out see how far your own imagination takes you!

]]>
https://www.displayr.com/using-rules-on-displayr-tables-and-charts/feed/ 0
Improved table updating from Displayr to PowerPoint https://www.displayr.com/improved-table-updating-from-displayr-to-powerpoint/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/improved-table-updating-from-displayr-to-powerpoint/#respond Tue, 23 Feb 2021 00:54:39 +0000 https://www.displayr.com/?p=27630

Displayr table exports already allow for basic edits made in PowerPoint to be retained when updating from Displayr.

We’ve recently improved this functionality – Displayr can now update PowerPoint tables when there have been significant changes to table structure and layout.

Consider the following example.  We start with a basic profiling table (a common use case) in Displayr:

After exporting, in PowerPoint, in addition to formatting the heading and adding an icon-graphic,  we’ve …

  • Reformatted the table style.
  • Changed the table font type.
  • Also cut-and-pasted the footer, and moved it to a new location, separate from the table, and also changed the font type and size.

 

On returning to Displayr later, we decide a to do a few things.

  1. We recall that the 18-24 and 25-34 age groups are key demographic sub-groups in the soft drink market, so have split these out. We now have more rows in the table.
  2. We recall also that the category is male skewed, so we add a weight to reflect this and apply it to the table (tip: to learn more about weighting survey data, click here: https://www.displayr.com/resources/how-to-weight-survey-data/). The data in the table has now changed, as has the footer.
  3. We decide to remove the last two columns (“Dislike all cola” and “Don’t care”)
  4. We add some spans to the column-headers, to make the differences between the two brand families clearer.

It now looks like this in Displayr:

When can now update the formatted slide in PowerPoint:

  • In Displayr, select: Publish > Export Pages > PowerPoint > Export selected page(s) > Update existing document > (select our original saved file)

 

When we first open the updated file, it looks like this – the table data, structure and footer have been updated, but the formatting and styling have been retained!  We’ve zoomed in on the footer to see the change clearer.

The one thing that has changed though is the slide heading – we’ve lost our edits.   This is because objects in Displayr are linked to PowerPoint via a unique identification code (called a “GUID”).  On updating, the slide heading details in Displayr have over-written what we had done in PowerPoint (for text boxes and the like, generally you would want to update PowerPoint with any changes made in Displayr).

This linking code is stored in the Alt-Text field in PowerPoint – to control for this all we need to do is to locate it (right click on the header-object and select “Edit Alt-Text”), select the GUID, and press “Delete”.  The link is now removed, and the heading will remain as it was in the original PowerPoint export.

If we update our PowerPoint file again, this time the table and footer changes have all been made and our heading style is retained.

So, Displayr now gives you even more control over your PowerPoint reporting, allowing edits to be retained when there have been significant changes to the table structure in Displayr.

 

To learn more about exporting, editing, and updating PowerPoint charts and documents, click here: https://www.displayr.com/powerpointreporting/

]]>
https://www.displayr.com/improved-table-updating-from-displayr-to-powerpoint/feed/ 0
Even more control over PowerPoint exports! https://www.displayr.com/even-more-control-over-powerpoint-exports/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/even-more-control-over-powerpoint-exports/#respond Fri, 19 Feb 2021 00:47:24 +0000 https://www.displayr.com/?p=27598

Displayr already contains a powerful suite of PowerPoint exporting, editing, and updating features.

You can read about them here, or catch a demonstration video here.

We’ve recently added to this with the POWERPOINT UPDATE feature.  This allows users even more control over which elements of charts or tables to update or not.  A user may make some changes to chart or axes titles when editing their PowerPoint.  If there is a need to update the PowerPoint from Displayr later, they can adjust the Displayr settings (object by object) to preserve these specific edits.

Let’s take a look at this in action…

Here is a PowerPoint slide exported from Displayr.  All objects on the slide have been exported as editable (again, you can read about this or see it in action via the links above)

As an editor I may decide I don’t like references to the question numbers in the Chart Titles.  As I am then editing the PowerPoint, I may also want to change the titles to something more narrative, like below, and center them.

 

Sometime later I get some new data and update my Displayr document.   I then update the PowerPoint, including the example slide above.  You can see below the data has updated (to Oct – Dec 2017), but while the chart headings are centered, the edits to text and font styles have been over-written.

Of course we can make changes to the chart titles in Displayr, and we would generally recommend this as part of the overall workflow.  However, some users might want their Displayr document to be true to the data file labels and have their PowerPoint in a more narrative style.  Also, when the heat is on and you have different team members working on the PowerPoint editing step, sometimes there is a need for a quicker fix.  That’s where POWERPOINT UPDATE comes in. 

In Displayr, if I select a chart and then choose Properties in the object inspector I can access the POWERPOINT UPDATE menu.   Here there are options to select or deselect chart or tables elements.  In this case we will want to un-check “Update chart title”.

With these setting enabled, this time when we update our PowerPoint our chart title edits are fully preserved.

So, when working in teams, under time pressures, or whenever you need even more control over your PowerPoint exports, Displayr can deliver.

Learn more about Displayr's PowerPoint exporting, editing and updating capabilities.

Book a demo here
]]>
https://www.displayr.com/even-more-control-over-powerpoint-exports/feed/ 0
Export to your own chart templates via Displayr cloud drive https://www.displayr.com/export-to-your-own-chart-templates-via-displayr-cloud-drive/?utm_medium=Feed&utm_source=Syndication https://www.displayr.com/export-to-your-own-chart-templates-via-displayr-cloud-drive/#respond Thu, 21 Jan 2021 23:55:29 +0000 https://www.displayr.com/?p=27208 ...]]> There are already some very handy chart exporting options within Displayr, to suit a range of needs.

If you commonly use the more familiar Microsoft Chart types, once created in Displayr you can save them as a chart template and apply them to any similar analysis in the future.

  • Simply select the desired chart and then choose: Chart > Save as Template.
  • You can give the template a meaningful name.
  • It will then become available to use for any selected charts: Chart > Apply Template.

If you are using Displayr’s Visualization function for more contemporary, customizable, and perhaps interactive charting, you can also easily replicate and reuse any formats that you are happy with. Once you have set up the desired format, simply:

  • Make a copy of your chart using Home > Duplicate.
  • Change the DATA SOURCE, the chart type, and other options for your new chart.

You can learn more about these features here:

https://www.displayr.com/how-to-reuse-chart-formatting-in-displayr/

 

But what if you already have templates set up in PowerPoint or other Microsoft Office tools and want to quickly export some data to those formats?  You can now do this with the help of the Displayr cloud drive.

Available (as an opt-in) to all licensed users, Displayr's cloud drive can be used for saving a variety of files. This includes things like images and logos (that you use regularly) and data sets (including data that is being regularly and automatically updated from another source). To this list you can now add Microsoft Office Chart Templates. These have a filename suffix “.crtx”.

 

Here is an example of a classic "Purchase Intent" chart, structured so that the positive responses are in generally what would be regarded as a positive color - blue, the negative responses are in a negative color - red, and neutral is in grey. The extremes of the scale are in a more intense tone of blue and red. This adds a nice visual element to the chart.

Assume we want to use this in a report for a new, similar study.  If you select the chart in PowerPoint and right-click, one of the menu options is “Save as Template”. From here you can name the template, save it, and it becomes available for later use.

To make this same template available as a template to export to in Displayr, all we simply upload it to the Displayr cloud drive. The cloud drive is accessed via the profile icon. Note: if you are a licensed user and cannot see “Displayr cloud drive” when you hover over this icon, you will need to contact Displayr support to enquire about enabling it: support@displayr.com)

All we need to do now is rough-in the analysis we need in Displayr, select the chart settings, and then export it to PowerPoint. Below is a default purchase intent chart for a new concept test study, created in Displayr in a few seconds.

We now select the chart, go to the “Properties” tab in the Object Inspector, and look for the POWERPOINT EXPORT options. When “Format” is changed to Microsoft Chart, “Export as” becomes active and if we select the drop-down, we can see our chart template is available at the top of the list.

To create a basic topline report, we duplicated this chart (with all its settings) and substituted the Row variable for another, “Purchase Intent – Priced”. All we need to do now is export the desired pages to PowerPoint:  Publish > Export Pages > PowerPoint > Selected Pages > Create new document. Here is my PowerPoint document, with a title page and the two slides containing the desired chart format.

So, while some reports may benefit from using Displayr’s inbuilt charting and visualization features, it is very easy to quickly leverage existing chart templates using the Displayr cloud drive.

]]>
https://www.displayr.com/export-to-your-own-chart-templates-via-displayr-cloud-drive/feed/ 0