Difference between revisions of "Excel Range Slicers/Version 6.5"

m (Text replacement - "XLCubed" to "FluenceXL")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<noinclude>{{VersionDisambiguation|pageVersion=6.5 and older|disambiguationPage=Excel Range Slicers/Versions}}</noinclude>
 
<noinclude>{{VersionDisambiguation|pageVersion=6.5 and older|disambiguationPage=Excel Range Slicers/Versions}}</noinclude>
In the scenario where a Slicer needs to be used to allow the selection of an item from a range of cells, then have the corresponding selection passed to another report as a parameter, Excel range driven slicers can be useful.
+
=Slicer From a Range=
 +
 
 +
Excel slicers allow the creation of a custom slicer, rather than one based on members in a cube. They are useful in the scenario where a slicer needs to be used to allow the selection of an item from a range of cells, then have the corresponding selection passed to another report as a parameter.
 +
 
 +
The slicer type, size and positioning can be formatted just as for [[Dimension Slicers]].
 +
 
 +
==Creating a Range Slicer==
  
 
The screenshot below shows a selection list containing five countries, each with its corresponding country code.  When the user selects a country, its corresponding country code should be displayed.
 
The screenshot below shows a selection list containing five countries, each with its corresponding country code.  When the user selects a country, its corresponding country code should be displayed.
Line 6: Line 12:
 
[[Image:Slicer1.png|200px|centre]]
 
[[Image:Slicer1.png|200px|centre]]
  
This can be done through an XLCubed slicer. Create a slicer as follows:
+
This can be done through an FluenceXL slicer. Create a slicer as follows:
  
 
# On the '''Selection''' tab, set '''Slicer range''' to =$A$1:$B$5 (this is the range of cells where the country code and country name are held).  
 
# On the '''Selection''' tab, set '''Slicer range''' to =$A$1:$B$5 (this is the range of cells where the country code and country name are held).  

Latest revision as of 16:34, 3 July 2023


Slicer From a Range

Excel slicers allow the creation of a custom slicer, rather than one based on members in a cube. They are useful in the scenario where a slicer needs to be used to allow the selection of an item from a range of cells, then have the corresponding selection passed to another report as a parameter.

The slicer type, size and positioning can be formatted just as for Dimension Slicers.

Creating a Range Slicer

The screenshot below shows a selection list containing five countries, each with its corresponding country code. When the user selects a country, its corresponding country code should be displayed.

Slicer1.png

This can be done through an FluenceXL slicer. Create a slicer as follows:

  1. On the Selection tab, set Slicer range to =$A$1:$B$5 (this is the range of cells where the country code and country name are held).
Slicer2.png
  1. On the Settings tab, check Update range with selection, select Unique Name and enter the cell location where you want the country code to be displayed. In our example it is B11.
Slicer3.png
  1. When the user clicks on a slicer option, in this case France, its corresponding country code is displayed in cell B11.
Slicer4.png