how to create compound key attribute in microstrategy. You can quickly create multiple element groups at the same time. how to create compound key attribute in microstrategy

 
 You can quickly create multiple element groups at the same timehow to create compound key attribute in microstrategy  Set the Related Attribute to Commute Distance Sort

The implicit attribute has its own expression. The following procedure describes how to achieve this: Create the highest level filter. Upgrade your Web. The primary key should contain the fewest possible number of columns (limit the use of compound keys). The following procedure describes how to achieve this: Create the highest level filter. " Click "prompt on attribute element list" and click "Next" through the rest of the screens to accept the default values. The Year - Define a new member attribute. Click Filter . Learn how to create compound project attributes in MicroStrategy Developer, an advanced environment providing a complete range of analytical functionality designed to. Drag and drop the . To change the order of the transformations, select a transformation and use the directional arrows to re-position it. Note: The two IDs must come from multiple source tables, and one of them should have the format type of Text. Place the metrics 'Category ID', 'Switch on Category ID', 'Revenue' and 'Profit' on the columns. Quite often these attributes have automatic mapping for one ID and manual mapping for the other one. So for example, in the table below, the columns Store_ID, Customer_ID, Date_ID and Item_ID are all mapped to attribute form expressions. Create a filter on the attribute "Year. Forms other than key and relationships are removed if this setting is enabled. For Compound Profit to be dynamically aggregated correctly, you change the dynamic aggregation function to Sum. For a New Attribute. Create a filter on the attribute "Year. The key attributes are determined solely by attribute mappings to the table and attribute relationships, where the logical table keys. In MicroStrategy, users can create compound metrics belonging to MDX Cubes imported from multidimensional data sources such as SAP BW, Microsoft Analysis Services, or Hyperion Essbase. The cursor is positioned between the parentheses in the Definition pane. Create three reports named A (with attribute A), A&B (with attribute A and B),A&C (with attribute A and C) Create a dashboard based on the three reports created in last step. x although it can be done from MicroStrategy Developer 10. Attribute T contains a form called "email" whose values are email addresses that will be used in the dynamic subscription in Narrowcast. In Desktop 2020 you can only use attributes in rows. For instance, the attribute City may be defined in the data model as a combination of COUNTRY_ID and CITY_ID. During our 10+ years of work with MicroStrategy we often encountered overlapping cube and cache questions and what are the best practices in order to manage them. For example, for the Customer attribute, Customer Email, Customer First Name, and Customer Last Name are examples of attribute forms. If these three columns are mapped to attributes in MicroStrategy, then the primary key is represented correctly. You can also create multiple attributes using Architect, which is described in Adding and modifying attributes. Can you update a table in Warehouse using MicroStrategy? How will you resolve an issue when (by chance) an aggregate table at higher level has a higher LTS than an aggregate table at lower level?. The key icons are not intended to reflect the warehouse table's physical keys, but rather which logical attributes in the MicroStrategy schema should function as lowest-level join attributes for this table. Select 'Yes or 'No' from the drop down list. Click Filter . Drag an attribute from the Datasets panel to the Rows area of the Editor panel. A. Create a compound key for an attribute; Create a derived attribute; Create and delete a form group for an attribute; Create a joint child attribute; Create a new attribute. If you want official documentation, I would recommend looking at the official EF website. Type RunningAvg in the Definition pane. Choose multiple attribute forms to display and select On from the drop-down to Display attribute. x, with the Intelligence Server running on Linux, the image in the exported PDF report appears as a red "X" as shown below: However, the images in the report display properly when the report is. Create and Edit a Visualization-Based Filter. Hierarchy 2: 4. While this feature is similar to using an ApplySimple in a filter, the difference is that you can customize both sides of the condition, whereas with the ApplySimple you can only customize one side to be equal to a single Attribute Form. Report R contains attribute T. A derived attribute works the same as any other attribute. They are therefore all logical keys for that table. mstrc, please open something similar to Notepad. From the Object browser, select an attribute and drag it on the filter pane on the right. For any Apply function, the attribute form in the arguments should be a single form—not a form group. Right-click the table, point to Recognize, and then select Attributes. 10869 views | September 04, 2020 01:10. x with any number of attributes. 1) create a metric of your date value and force it to be at the=. Under 'Source tables', select a table and click 'Set as Lookup'. A compound attribute is an attribute with multiple columns specified as the ID column. From the Insert menu, select New Metric. There are no restrictions on the names for the columns used in the expressions of a given attribute form. During your initial project design effort or later in a project's life cycle, you can create multiple attributes using the Attribute Creation Wizard. xa) Attribute form qualification Filters data related to a business attribute’s form(s), such as ID or description. Although transformations can be applied to any attribute hierarchy, the Time hierarchy is used most often. Use fictional primary key (i. Consolidation can not be used as Sort key from MicroStrategy Web 10. Attribute form properties are settings that affect the display of the forms. STEPS TO REPRODUCE: 1 - In the MicroStrategy Tutorial project create a new attribute form in the Category attribute with the following expression:Multiple elements are highlighted when using an attribute with compound key as a selector in Visual Insight and MicroStrategy Web 9. Choose one of the following options: To display all of the attribute's elements to the user when they are answering the prompt, select List all elements (no restriction). Quite often these attributes have automatic mapping for one ID and manual mapping for the other one. Create a filter on the attribute "Year. Create the highest level filter. Create 2 datasets. This type of passthrough can be used to create flexible filters. For steps to connect to and create a database instance for an Excel file, see Connect to Excel Files. In the visualization, select the attribute elements to use in the group. The table below summarizes a few key modules that commonly consume the most amount of time during a dashboard execution:In the MicroStrategy 9. In MicroStrategy Web create a new Visual Insight dashboard with the Year attribute, Region attribute and the Revenue metric. Generally, you create a compound attribute when your logical data model reflects that a compound key relationship is present. The recommended way to model attribute roles in MicroStrategy 10 is using explicit table aliases. Click Add, select the elements, then click OK. For example, in the MicroStrategy Tutorial project, for the 'Month' attribute, instead of seeing the description as 'September 2007, users might prefer to see 'Sep'. This means you can have multiple unrelated attributes and metrics in different sets of columns that are then stitched. This calculation can be aggregated from the Employee level to the Region level. 3. An attribute is only eligible to be a child of another attribute only if the two attributes share columns which exist in a common lookup table that can be used to join the two tables. In MicroStrategy Developer, choose File > New > Report. Execute the report and notice the report only shows the subtotal of the attribute Region, as illustrated below:In SQL View look at where the cross join appears, and between which tables the cross join appears. For example, if sales data is stored in the data warehouse at the day level, a month attribute allows users to. The resulting SQL will contain just the Metric Alias. NOTE: If the above drop down list is disabled, the metric is not a compound metric and so smart totaling does not apply. This knowledge base article documents the process of creating compound keys for attributes in MicroStrategy Developer 9. Follow the steps below. Use fictional primary key (i. Connect to a database instance and drag tables into the canvas. A compound key attribute is an attribute that has two or more IDs. This is a filter which contains a prompt on an attribute element list. x-10. Browse to the Platform Analytics Cube in the Platform Analytics Project and select the option to create a new dossier. This URL executes a report with one prompt. Here's what you would need to do in your code: public class MyTable { [Key, Column (Order = 0)] public string SomeId { get; set; } [Key, Column (Order = 1)] public int OtherId { get; set; } } You can also look at this SO question. Set "Join Type" to "Join 92" in menu: Data -> VLDB Properties -> Joins -> Join Type, as shown below:. Place the attribute 'Category' on the Page-by. To create an attribute using Architect 1 In MicroStrategy Developer, log in to a project. In the visualization's Editor panel, right-click the attribute to group and choose Create Groups. Matching objects appear in a drop-down as you type. On the toolbar, click the drop-down arrow on the Create a New Object icon, and select the type of object to create. The object's editor or wizard opens. This article explains how to create a metric which counts only a single key of a compound key attribute n this brief video tutorial, Stephen Goodson, a senior instructor from our Customer Education team explains what compound attributes are and demonstrates how. Use the Object Browser on the left to locate the prompt to add to the metric's definition. Writing the WHERE block should be no problem, as you can generate it in MS Excel based on the two columns… something like =CONCATENATE(“OR (a11. You can add it to a visualization, drag it into a text field to display it as a label, or use it as a filter. The derived metric's value is 12. The database will combine its values to create a unique identifier for each record. Import data set and make sure that it contains Geo Attribute. The following steps can be used to concatenate two attribute forms. You must create a compound attributes when an attribute requires two or more columns to uniquely identify its elements. You can use the Custom Visualization API to create tooltip functionality using third-party plotting libraries like D3. x? Number of Views 6. Compared to the out-of-the-box tooltip dropzone, custom. For instance, the attribute City may be defined in the data model as a combination of COUNTRY_ID and. Double-click the Column Set name to rename. Setting the metric formula join type for compound metrics. Enter a Form name and Description. The MicroStrategy SDK allows you to customize the standard MicroStrategy Web interface, and extend and integrate the MicroStrategy business intelligence functionality into other applications. Follow the steps below. In Fiddler, users can use the Inspectors > WebForms > params feature to view the body of the request. Starting in MicroStrategy 11. 1. In MicroStrategy Web create a new Visual Insight dashboard with the Year attribute, Region attribute and the Revenue metric. . Create a Default Dynamic Selection Filter. J2EE environment:To create a derived metric. A setting in MicroStrategy Web 9. How to Create a Derived Attribute or Metric. Can you apply themes to MicroStrategy Web? How to create a one? After a bulk. 3. 3. To create a logical table alias, right-click the logical table name and select Create Table Alias. Open attribute editor (right-click on attribute and select. Click Advanced, then New to create a custom subtotal. including best practices reports, scorecards, and dashboards, key. In the Attribute Editor, these properties are available when creating a new attribute form, or by modifying an attribute form. The implicit attribute has its own expression. Here the many-to-many relationship is converted into a compound attribute relationship. How to start. Also, you add both attribute IDs, in this case Item_ID and Color_ID, to the fact table as shown in the following diagram. Number of Views 5. We use MicroStrategy Tutorial tables that have the Month Id attribute and. the attribute definition window. This design may look strange, but in most cases there are sound. 4. Count Compound Attribute is an advanced property that is hidden by default. Set the qualification type to 'Custom'. Click All Objects View. Do not set any additioHere is the workaround to achieve the attribute left outer join on MicroStrategy Web. Schema objects: Schema objects are generally created by a project designer and include such things as facts, attributes, hierarchies, and transformations. Do not set any additional conditions. Create a filter on the attribute "Year. Related articles from the Community: Knowledge Base: Is it possible to pass filter panel values from one chapter to another using Microstrategy Dossier version 10. If the user defines more than one expression for a given form, heterogeneous mapping will automatically take place when tables and column names require it. Go to Data > Subtotals > Total, and click on the advanced tab. Drag an attribute or metric from the Datasets panel to the Columns Set area in the Editor Panel. Dynamic dates are created in MicroStrategy Developer by using the Filter Editor. Once you have the group made, then just drag in the original attribute under it. Drag the attributes or metrics for filtering from the Datasets panel to the empty filter. Click on the 'Subtotals' tab. The steps to create such an attribute: The primary key is made up of the lowest level attributes. Create a filter on the attribute "Year. This level of control can ensure consistent Engine behavior. , the New York store is part of the Northeast Region. 78K. On the example above, they are displayed as Report Objects on the left of the Report Viewer. Click Qualify. Writing the WHERE block should be no problem, as you can generate it in MS Excel based on the two columns… something like =CONCATENATE(“OR (a11. Simple key requires only one column to identify a record uniquely within a table. Enter a name for the form. Metric A has corresponding value for element t1 while B does not. js. 1 and 10. In the attributes list, right-click the Commute Distance attribute and then select New Attribute Relationship. Press and hold the Ctrl key to select multiple columns. 6 : Select an attribute that is to be a parent attribute in an attribute relationship. To Create an Attribute-To-Attribute Qualification that Compares the Call Center and Customer City Attributes In MicroStrategy Web, log in to a project. Glossary. Create an attribute with a compound ID. 2. location_path is the folder where the attribute is to be placed, of type string,. If the Object Browser is not displayed, from the View menu select Object Browser. 4. A compound attribute is an attribute with multiple columns specified as the ID column. An empty filter appears in the dossier. In the Gallery, click Compound Grid . 'Create Individual Index' VLDB setting is an advanced setting that is hidden by default. Example 2: How to create a dossier that shows all objects that use a certain metric 1. Open MicroStrategy Web. Open up those tables in the Table Editor by navigating to the Schema ObjectsTables folder, and double-clicking the tables. Drag an attribute or metric from the Datasets panel to the Columns Set area in the Editor Panel. As you type, matching objects, such as attributes. Shorter data types are faster to join than longer. The MicroStrategy SDK allows you to customize the standard MicroStrategy Web interface, and extend and integrate the MicroStrategy business intelligence functionality into other applications. x-10. Select the correct Form Category, such as ID. it seems like a small gap to breach to finalize this API endpoint. This approach gives project architects direct control over the specific attributes to be treated as different roles, as well as their mappings to logical tables. In Data Preview page, use ctrl or shift key to select multiple columns, and right mouse click, choose "Create Multiform Attribute" function, as shown below: In the Create Multi-form Attribute window, assign Form. After migrating to MicroStrategy 9. The metric can also show a total by page, show a total for each value of the attribute, or show the grand. Do not set any additioLogical size is Microstrategy way of generating the best suitable/optimized SQL to fetch the required data. The attribute level follows a consecutive order from. . Select the Source Table that contains the desired attribute ID, and drag the attribute ID into the Form Expression window. Drag the attributes and metrics for filtering from the Datasets panel to the empty filter. Click Insert Visualization . Let’s look at each of the keys in DBMS with example: Super Key – A super key is a group of single or multiple keys which identifies rows in a table. You can also create multiple attributes using Architect, which is described in Adding and modifying attributes. The ApplySimple function is a single-value function. Learn how to create compound project attributes in MicroStrategy Developer, an advanced environment providing a complete range of analytical functionality de. It can be set at the project and. To create a MicroStrategy Environment connection file . 2 From the Schema menu, select Architect. Refer. ; On the Freeform Sources tab, select Create Query Builder report. Create a filter on the attribute "Year. It is used to insert any single-value, database-specific functions and simple operators directly into SQL. only specify ONE other attribute as the RANGE. Open a report in MicroStrategy Developer. An empty filter appears in the dossier. Open a new or existing dossier. Why MicroStrategy Why MicroStrategy; Customer Stories; Platform Products; MicroStrategy ONE; AI & Augmented; Dossier; Library; Workstation; HyperIntelligence; Multi-Cloud. From the Visualizations panel, select Grid . x and 10. Attributes must contain at least one ID form, which uniquely identifies the attribute. In the relational database. 3 If a message is displayed asking if you want. For example, a transformation metric can help a user compare last month's revenue to this month's revenue. 71K subscribers Subscribe 2. 0. Obviously, you create the table, load it into the Warehouse Catalog, create the new fact and update the schema. The only solution that I can think of is to create a FreeForm SQL Report. By default, the metrics Compound Profit and Profit Margin do not use a dynamic aggregation function. ". multiple attribute forms conform the ID form, any element that matches at least one of the ID's will become. A compound attribute is an attribute with multiple columns specified as the ID column. " Click "prompt on attribute element list" and click "Next" through the rest of the screens to accept the default values. To create a list of attribute elements from which users can choose, select Use a predefined list of elements. To create an attribute filter Open the dossier you want to modify. In the MicroStrategy Tutorial project, Distribution. Add one of the following rows to change your AE version to either. Slowly Changing Dimensions. For the Time hierarchy, the offset can. From the Source table drop-down list, select a table which contains the columns of data for the attribute. Define the advance sort on the derived. In the Editor Panel, right-click the attribute in Column Set 1 and select Display Attribute Forms. This compound metric will be a "Percent to Regional Total" and created as follows:The algorithm that calculates the table sizes performs the following steps: Calculate the number of levels per hierarchy: Hierarchy 1: 3. This attribute join type is the default setting. From the Insert menu, select New Training Metric to use derived metrics as part of Data Mining Services to create training metrics. Click Filter and choose Element/Value Filter. Connect to a database instance and drag tables into the canvas. 4. Compound keys add complexity to SQL. Click Save and Update Schema. Create a filter on the attribute "Year. 2. 9/10. You must create a compound attributes when an attribute requires two or more columns to uniquely identify its elements. (15-minute smart attribute is always required by default, if any smart attribute is checked) You can rename the time attributes or apply default sorting for each smart attribute. The types of keys that can be assigned to a table include: •. 1. Create a Compound Attribute Select multiple attribute forms, right-click, and choose Group. In some cases, it may be preferable to define multi-level calculations as cube objects, rather than as metrics in MicroStrategy. •. Interact with the engaged MicroStrategy Community to get answers to all your questions and collaborate for solutions. Even though all the ID forms of a compound key attribute do not exist on the fact table, that attribute is seen in the fact entry level of that fact table. To display this property, enable 'Show Advance Settings' from the Tools menu in the VLDB properties editor. For more information regarding the MicroStrategy products or the process of customizing MicroStrategy products, please refer to MicroStrategy Developer Zone (to Create Smart Attributes. primary key or a composite primary key. Composite Key: A composite key is made by the combination of two or more columns in a table that can be used to uniquely identify each row in the table when the columns are combined uniqueness of a row is guaranteed, but when it is taken individually it does not guarantee uniqueness, or it can also be understood as a primary key made by. This optimizes the SQL generated considerably:Visualizations that can be used in a dossier appear in the Gallery panel. The example shown in this document references the following three sample tables:In database design, a compound key is a key that consists of 2 or more attributes that uniquely identify an entity occurrence. Create Dossier and Chapter Filters. Open the dossier you want to modify. Defining the partition for Super Cubes. The attributes Customer City and Call Center are enclosed in brackets. 2. Turn off the Platform Analytics Consumer. Once an attribute has been selected, the button is replaced by the. In Web 2020 you can only use attributes in rows. Remember that P displays the parent attribute and 0 (the number zero, not the letter o) displays all the forms of the parent attribute. Therefore, if a metric is specified to calculate to an explicit attribute level and the attribute is not on the report template or in the Report Objects window, it will not calculate to that level, but. This is a filter which contains a prompt on an attribute element list. While knowing your company’s total sales is useful, knowing when and where the sales took place provides the kind of analytical depth that users require on a daily basis. These key attributes denote. The Attribute Editor opens three dialog boxes, if the cascading dialog box option is enabled in the Developer Preference (as it is by default). Select the attribute to be masked. A developer can build simple or compound metrics, apply to them many additional features like conditionality, level, transformation and also specify the formatting. In the Navigation pane, click , next to Objects. Double-click Time to open the folder, then double-click Year. (in my example: table_id, start_date) 2) create a 2nd metric for your date value at your desired=. Why MicroStrategy Why MicroStrategy; Customer Stories; PlatformCreate a report with attribute "Quarter", metric "Revenue" and "Rank Test". Consider the following scenerio: A user wants to create a metric which ranks the Regions according to Revenue at a company-wide level. With Architect, you can create and modify multiple attributes in your project quickly from an integrated interface. Drag an attribute from the Datasets panel to the Rows area of the Editor panel to add attributes to the rows. Insert a derived metric 'M01' with expression 'Max(Region@DESC) {~+} '. Any time you type an attribute whose name contains one or more spaces, the attribute must be enclosed in square brackets. A setting in MicroStrategy Web 9. KB17619: How to create a conditional attribute in MicroStrategy Desktop 8. For conceptual information on attributes as well as detailed examples, see The Context of Your Business Data: Attributes. Choose the option to create a 'Value prompt' in the Prompt Generation Wizard and click on 'Next', as shown below: Choose 'Date prompt' and click on 'Next'. Also, you add both attribute IDs, in this case Item_ID and Color_ID, to the fact table as shown in the following diagram. Uncheck the 'Use default inherited value' box and set the option 'Create composite index for temporary table column indexing'. To do this: a. We use MicroStrategy Tutorial tables that have the Month Id. Select the chapter that contains the visualization to filter. This is a filter which contains a prompt on an attribute element list. Related articles from the Community: Knowledge Base: Is it possible to expose “Create Personal View” subscription option in. (The use of brackets around compound object names is standard for many objects in MicroStrategy and is not restricted to custom expressions and Apply. Select the data set and click Prepare Data. Click the “Burst. To manually enter the definition of the derived attribute. Creating smart. From the File menu, select New, and then Attribute. This example uses 'AliasMonth' to build the filter as shown in the image below: Build a report using the filter created above. Select the attribute form to filter report data from the drop-down list. Create a Default Dynamic Selection Filter. it was very disappointing to find out mid-way that it is so limited (and the option to create a "multi-form" attribute from data import exists for 3 years or saw from the web interface. In the Create New Form Expression window in the Attribute Editor, select the above table as the source table and use the following ApplySimple statement to define the expression: Applysimple( "#0 '-' #1 '-' #2", ID, Quarter, Year)Here the many-to-many relationship is converted into a compound attribute relationship. After migrating to MicroStrategy 9. Select the metric Revenue in the ValueList: 4. Primary Key – is a column or group of columns in a table that uniquely identify every row in that table. To create an attribute relationship. Select the Logical View Tab of both tables to see all the logical objects mapped to the table. Metric Guide; Compound Metric; Steps to Reproduce. Drag attributes or metrics from the Datasets panel to the Filter panel. Drag the attributes and metrics for filtering from the Datasets panel to the empty filter. In the top pane of the Preview dialog, click the columns you want to use as attribute forms to select them. In some cases, it may be preferable to define multi-level calculations as cube objects, rather than as metrics in MicroStrategy. Which key structure you use to identify a unique attribute in a table depends on the nature of your data and business requirements. In the relational database. Right-click the selected columns and select Create Multi-form Attribute. Create a report that makes use of the metric. Create a report with Attribute "Year", custom group "Category" and Metric Revenue; Click in the Metric Revenue in Report Object and go to Insert Tab; Percent to Total; Total for each;A derived attribute has its value determined by an expression which combines two or more columns in a database to create a new column. Then, click 'OK'. For more information regarding the MicroStrategy products or the process of customizing MicroStrategy products, please refer to MicroStrategy Developer Zone (need to know the number of regions, so you create a derived metric from the Region attribute. Then you also set the parent child relationships in. This video show how to share a filter with other Library users. 4. PEM push notification. By choosing Automatic, if the largest table is >= 1M rows, MicroStrategy will choose the attribute. The table now appears in bold as shown below. This example uses 'AliasMonth' to build the filter as shown in the image below: Build a report using the filter created above. Ans: In Microstrategy, facts are the numeric data and attributes are contextual data for the facts which. To allow sorting on the attribute elements after sorting by the metric total value, users may follow the steps below: Create a level derived metric to calculate on the attribute level at which the subtotal is calculated. g. Launch the Prompt Generation Wizard in MicroStrategy Developer by going to File menu > New and choosing 'Prompt'. Here the many-to-many relationship is converted into a compound attribute relationship. Right-click, choose Calculation, and the type of calculation to create the derived element based on. From the MicroStrategy home page, click New Metric . Create a filter on the attribute "Year. Attribute form: contains an identifier or descriptor of an attribute. Workaround / Solution. 1 and… Number of Views 618 KB14936: When drilling across to a hierarchy in. Create Custom Tooltips. For attributes used only in freeform SQL reports, this should be the same as the form chosen to be 'Set as ID' from Schema menu > Form Categories in MicroStrategy Developer, as shown: ACTION: Add the form corresponding to the lookup table key for the attribute(s) used in the freeform SQL report. Create a filter on the attribute "Year. The types of keys that can be assigned to a table include: •. 3. MicroStrategy Web automatically creates attributes when you import data. If you are on a folder page, click Create on the icon bar on the left, then select New Metric. MSTR uses lots of components like attribute, metric, facts, Logical Tables etc to build a report. 4. The form expression for the Customer Last Name attribute form is CUST_LAST_NAME. All Files. Use "Access External Data" feature in MicroStrategy Web 10 to import data. Report will display result as below. A compound key attribute is an attribute whose primary key is made up by the combination of two or. You treat one attribute as a child of the other and have a compound key for the lower level attribute. The steps below use objects from the MicroStrategy Tutorial project as an example. Open the dossier you want to modify. Multivalued attributes cannot work as primary keys. Create the list using the buttons described below: Select Objects dialog box. Advanced topics include the following: Introduction to Advanced Reporting, reviews the tasks and objects to create a basic report and previews advanced reporting concepts. What is Compound Key Attribute? Give example from your project. Open the dossier you want to modify. Get the instant response experience with new features unique to the app such as Smart Download and Automatic Refresh that predict and proactively download the content you need both online and offline. x?. This is a filter which contains a prompt on an attribute element list. Open a new or existing dossier. All Files. Select the correct Form Category, such as ID or Description, from the drop-down. NOTE: If the above drop down list is disabled, the metric is not a compound metric and so smart totaling does not apply. The cursor is positioned between the parentheses in the Definition pane. In MicroStrategy Developer, choose File > New > Report. Visit the data visualization and data dashboard galleries for inspiration.