Custom columns collection

Hello

Can someone give me some ideas on how I could get these lines.

The first part comes from regular tables, but I have no idea how to do the part which would include men and women just below the first part.

Number of months purchases

1                          12

2                          12

3                          13

4                          12

5                          31

6                          32

7                          31

8                          31

9                          31

10                         31

11                         31

12                         31

Total 212

Including men

1

2

3

4

5

6

7

8

9

10

11

12

Including women

1

2

3

..

I hope it is clear what I want to achieve.

Best regards

In this case, create an analysis that is for both sexes (as in the first part of your original message). In the results tab, change the display of the table and drag the Gender Sections area column. She should group the results by sex according to your second example and will export to Excel correctly.

Thank you

GEO

Tags: Business Intelligence

Similar Questions

  • E10: Cannot delete contact custom columns because it is used in other objects 0.

    With Eloqua 10 applications I added columns customized to the Contact object successfully, however cannot delete custom columns, I added, a dependency Viewer dialog box is shown but no object is listed.

    2014-09-13_0957.png

    Fixed, had similar problem with deleting of custom objects, I have corrected it by deleting the data card and all exports in bulk created. applying a similar approach without deleting data in Contact entries will do everything as well and difficulty below the question. As a result of the removal of all exports, I could delete the created custom columns.

    Use the below the end point to remove BulkExport

    ..... API/Bulk/2.0/contacts/exports/exportid.

    In the event of major exports created, automate the removal of export in bulk will suffice.

  • Is it possible that we can add a custom column to the Inbox in the process BPM workspace

    Hello

    I want to know is possible that we can add a custom column in the Inbox view in the process (Oracle 11g SOA BPM) BPM workspace?

    Thank you

    Brijesh Kumar Singh

    Hello

    I have had, now it works fine

    Thank you

    Brijesh Kumar Singh

  • How to pass the value of the custom column that is created in response to his report in detail

    Hello

    I have a custom column (in the former below: "Aging") which is based on quick date and arrived at the bottom of aging buckets. I have a report of drilling of the "Balance" column When I click on 100/200/125 correspondent value 'Aging' should be passed to the detail report.

    The agingBalance
    0-30 days100
    31 to 60 days200
    61-90 days125

    Tried to put the 'Aging' formula in the detailed report and that it "is invited" - no luck.

    Created the logic in SPR with a query variable (to have a quick date) only option to solve this problem? Any suggestions?

    Thanks in advance and a very happy new year.

    Finally, we used a query variable and this managed in RPD.

  • JTable with custom column model and model table does not display the table header

    Hello

    I create a JTable with a custom table model and a custom column template. However the table header is not displayed (Yes, it's in a get). I have narrowed the problem down in one compilable example:

    Thanks for your help.
    import javax.swing.*;
    import javax.swing.table.*;
    
    public class Test1 extends JFrame
    {
         public static void main(String args[])
         {
              JTable table;
              TableColumnModel colModel=createTestColumnModel();
              TestTableModel tableModel=new TestTableModel();
              Test1 frame=new Test1();
    
              table=new JTable(tableModel, colModel);
              frame.getContentPane().add(new JScrollPane(table));
    
              frame.setSize(200,200);
              frame.setVisible(true);
         }
    
         private static DefaultTableColumnModel createTestColumnModel()
         {
              DefaultTableColumnModel columnModel=new DefaultTableColumnModel();
              columnModel.addColumn(new TableColumn(0));
    
              return columnModel;
         }
    
         static class TestTableModel extends AbstractTableModel
         {
              public int getColumnCount()
              {
                   return 1;
              }
    
              public Class<?> getColumnClass(int columnIndex)
              {
                   return String.class;
              }
    
              public String getColumnName(int column)
              {
                   return "col";
              }
    
              public int getRowCount()
              {
                   return 1;
              }
    
              public Object getValueAt(int row, int col)
              {
                   return "test";
              }
    
              public void setValueAt(Object aValue, int rowIndex, int columnIndex)
              {
              }
         }
    }
    Published by: 802416 on October 14, 2010 04:29
    added
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    See http://download.oracle.com/javase/6/docs/api/javax/swing/table/TableColumn.html#setHeaderValue (java.lang.Object)
    When the TableColumn is created, the default headerValue is null
    So the header ends up rendered empty label (probably of size 0 if the JTable calculates its size of header based on the size of the default rendering tool).

    It worked:

         private static DefaultTableColumnModel createTestColumnModel()
         {
              DefaultTableColumnModel columnModel=new DefaultTableColumnModel();
                    TableColumn col = new TableColumn(0);
                    col.setHeaderValue("Header Title");
              columnModel.addColumn(col);
                    return columnModel;
         }
    

    Published by: jduprez on October 14, 2010 14:09
    Beaten by a fraction of a second!

    Published by: jduprez on October 14, 2010 14:10
    OK, by a split of 17 minutes, specifically: o)

  • Is there a limit in the number of custom columns that can be created?

    Hi Experts,

    Is there a limit in the number of custom columns that we can create in the informatica mappings that get out us of the box? What is the best practice for Oracle? Please let me know.

    Thank you
    Kris

    For performance purposes, it is recommended that you do not enter a columns more than 254 to dimension to the fact table.

    http://download.Oracle.com/docs/CD/E12513_01/doc/BIC.101/e12652/dacdesignetl.htm#i1059392

    Wrong forum btw: Applications Business Intelligence

  • Test Bench displays do not custom columns

    I am working on a custom user interface for the testbed in c# 2010 and I chose the columns I want to shown in the properties of the Sequence Viewer window. When I run the user interface, the point of view of enforcement is defaulting to the standard columns. I tried to add the line ApplicationMgr.UseStepListConfigurations = false for my code, but all what it is to turn the bottom of view of execution to black. Is there anything else I should do?

    Thank you

    Hello dvtsend,

    Have you tried our example code in the path: \UserInterfaces\Simple\CSharp C:\Users\Public\Documents\National Instruments\TestStand XXXX?

    I modified the columns on the MainForm and then insert the line of code to the appropriate site and that worked for me. Let me know if you can make this work.

    Kind regards

    Jeff L.

  • Column Collection reference in APEX_ITEM.select_list_from_query

    I'm now making reference to a column in my collection in the APEX_ITEM.select_list_from_query function. Below, you can see where I tried this, but I get just an error. Any help would be greatly appreciated, thank you.

    APEX_ITEM.select_list_from_query (9, c005,'SELECT WORKLOAD_INDICATOR, wi.) APEX_DATA WORKLOAD_INDICATOR_ID. NURSE_STAFF_WORKLOAD_INDICATOR wi JOIN APEX_DATA. NURSE_STAFF_INDICATORS_WEIGHT w ON wi. WORKLOAD_INDICATOR_ID = w.WORKLOAD_INDICATOR_ID WHERE DEPT_ID = V ("P1_DEPARTMENT") AND (assets = "Y" GOLD wi.) WORKLOAD_INDICATOR_ID = ' | C005. ) GROUP OF WORKLOAD_INDICATOR, wi. Order WORKLOAD_INDICATOR_ID of sum (w.weight) DESC', NULL, 'YES', NULL, 'Select a workload indicator')

    What value there c005? If it is empty, then this might explain the error.

    If this call to apex_item is part of a larger selection, then show the selection complete. Since you concatenate c005 value in the string without any assertion there are chances of surprising characters, like whites.

    Maybe you need to encapsulate a case this whole thing all about expression in order to eliminate cases where c005 has no correct value.

    As

    cases where c005 is null or no regexp_like (c005, "\D") then

    APEX_ITEM.select_list_from_query (9, c005,'SELECT WORKLOAD_INDICATOR, wi.) APEX_DATA WORKLOAD_INDICATOR_ID. NURSE_STAFF_WORKLOAD_INDICATOR wi JOIN APEX_DATA. NURSE_STAFF_INDICATORS_WEIGHT w ON wi. WORKLOAD_INDICATOR_ID = w.WORKLOAD_INDICATOR_ID WHERE DEPT_ID = V ("P1_DEPARTMENT") AND (assets = "Y" GOLD wi.) WORKLOAD_INDICATOR_ID = ' | C005. ) GROUP OF WORKLOAD_INDICATOR, wi. Order WORKLOAD_INDICATOR_ID of sum (w.weight) DESC', NULL, 'YES', NULL, 'Select a workload indicator')

    cases of termination

  • FM 11 and SharePoint - custom columns support?

    We are using FM10, DITA-FMX, and SharePoint 2010 and DITA topics.

    We have created a "topic" in SharePoint column, fill us with the type of subject (concept, task, reference) when you check in a DITA document.

    In CMS FM10 connector, advanced search, this column is not available for searching. IN FM11, it seems that maybe (http://help.adobe.com/en_US/framemaker/using/WS92ce23f8a8bab2f3-289f19b113749faafac-8000.h tml), but I'm not completely sure.

    If we improve for FM11, will we be able to find the Type of subject and other custom fields in the advanced search of CMS connector?

    Solved. You must use the literal name of the column. This is not necessarily the same as the name in "Column (click to edit)" in the library settings page.

    To find the literal name, click on the apparent name (as if to edit the column) and then refer to the URL in the address bar of browser for the value of the field. In my case it read "field = TopicTitle", without the space.

    NOTE: The error I mentioned is generated by SharePoint. See for example e-not-installed-properly-go-to-the-list-settings-page-to-delete-these-fields/ http://hazaa.com.au/2012/06/26/microsoft-sharepoint-spexception-one-or-more-field-types-ar

  • Main Infrastructure 3.1: Custom column groups and inventory?

    Hello

    Is there a way to display the SysLocation value in hardware inventory PI 3.1 lists?

    Thank you

    Setting upper-right icon.

    Select column, check the box location

  • [OBIEE 11 g] Create customized to group columns in a table view column header

    Hello world

    I got a requirement to group certain columns in the table view with a custom column header name (for example to create a two-level header).

    The layout I have now:

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

    -----------------------------------------------------------------------------------------------------------------------

    1          2          3            4          5           6           7          8           36

    The layout I want to achieve:

    [                  Q1                    ] [                   Q2                   ]    

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

    -----------------------------------------------------------------------------------------------------------------------

    1          2          3            4          5           6           7          8           36

    I use Table View, is it possible to get the above provision? Any comments appreciated. Thank you.

    See you soon,.

    Kayip

    Hello

    It is a simple parameter, it is unpacking already...

    The property "of the topic folder" of your columns allows you to enter the required text.

    PS: Do you really have columns in your field with the name of the month? Is it not something better managed with a hierarchy of real time and using a pivot to display the month columns? In this case the grouping of quarters is already there...

  • Can add you value labels to the columns in a chart (without a custom design)?

    Is it possible to add the values for the columns in a chart to column itself without creating a custom for this column design? In this example, I represented the values in red I want will automatically appear in the data set.

    sample-column-labels.jpg

    FYI - in tutorial Lynda, Morty Golding shows a hack to do this, but it requires the creation of a custom column design. I wonder if there is a way to do it with just the default column design. Thank you!

    You need a custom column design to do this.

  • Collect statistics of the table in windows

    Hello

    Could you please help me to collect statistics for the tables below in Windows. I tried collection using dbms_scheduler job for a table, but it is not the collection of statistics for tables.

    TABLE_NAME OWNERNUM_ROWS BLOCKSSize

    MQRDW DWREFERENCETRACE GO 2891985937 26372904, 17.86

    TRAY PON_SERIAL 563722072 5135734 GB 8,12

    TRAY PON_PSN2358851732009064 2.67 GB

    TRAY PON_BOM_LOG 37199475 212936 601 MB

    TRAY UNIQUE_ITEM_LOTS 6633907 79710 160 MB

    TRAY PON_BOM5921377 41717328 MB

    SQL > start

    (2 dbms_scheduler.create_job)

    job_name 3 = > "SCOTT_JOB_SCHEDULE"

    job_type 4 = > "EXECUTABLE."

    5 job_action = > ' begin dbms_stats.gather_table_stats (ownname = > "TRACE3")

    6 tabname = > 'PON_PSN ',.

    estimate_percent 7 = > 30,

    Cascade 8 = > true,

    method_opt 9 = > 'for all THE COLUMNS of SIZE 1.

    10 degrees = > 5,

    11 options = > "BRINGING OUTDATED"); end;',

    12 repeat_interval = > ' freq = daily; byhour = 04; byminute = 0; bysecond = 0; »,

    13 active = > TRUE,

    14 comments = > ' custom stats collection for engine risk ");

    15 end;

    17 N

    PL/SQL procedure successfully completed .


    Total number of CPU available on this server is 8

    Oracle - 10.2.0.4.0

    OS - windows

    Kind regards

    Bala

    52 million lines?

    and how to change every day or be inserted?

    It is possible that you can never bring his stats again

    and everything will probably continue to work as expected

    read the guide to setting performance to understand why you need to collect statistics and when

    https://docs.Oracle.com/CD/E11882_01/server.112/e41573/stats.htm#PFGRF94714

    After reading this guide, you'll be ready for any question, you get all that against this team

    Sometimes you need to say 'no' and why the answer is 'no '.

  • widget vcops 5.7.1 resources remove columns

    Hi all

    I work with vCenter Operations manager 5.7.1.

    I do a custom dashboard, with widget resources.

    I add a few measures of the widget, so I don't see in widget like name, resource type, health columns, collection... station and the added parameters.

    I would like to see only the resource name and the parameters added, so in the menu in the column I uncheck the columns resource collection station, etc...

    It's ok, but when I logout of personalized interface user and login, I see once again all the columns.

    Any idea?

    Thank you

    IG

    I just do what you did, but when I log in, it looks like how I left it (even converted some of the columns).

    What you could try is: export and import the dashboard and check if it looks the same. Otherwise, I opened a case of pension at VMware.

  • Create columns dynamically

    Hello

    I'm writing an application that contains a table to display data from a file. I want to know the number of columns of data in the file, because it can vary. However, it seems that I might have a problem with the creation of methods setter/getter for properties of column as I don't know before hand the number of columns and what called I make use of PropertyValueFactory class of convenience because it uses a channel set for a parameter.

    Any suggestions?

    Thanks in advance

    You can use a list<> or ObservableList<> data for each line of the table type (thus table.getItems () will look like ObservableList<>>.) You will not be able to use a PropertyValueFactory: you define a CellValueFactory custom columns to be indexed in the correct column.

    Here is an example that reads a tabs-delimited text file and populates the table on the fly. Eventually, it reads the first line as "header values" (i.e. of the column titles) and then each line. If a row has more columns that are currently in the table, it adds additional columns. Analysis of tabs is not intended to be the quality of the production (without tab quotes are supported, etc.).

    Enter the URL of a tabs-delimited text file and press ENTER to see work. (If you have a folder on your file system, use file:///absolute.path.to.file.txt.)

    import java.io.BufferedReader;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.net.URL;
    import java.net.URLConnection;
    
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.SimpleStringProperty;
    import javafx.beans.property.StringProperty;
    import javafx.beans.value.ObservableValue;
    import javafx.collections.FXCollections;
    import javafx.collections.ObservableList;
    import javafx.concurrent.Task;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.CheckBox;
    import javafx.scene.control.Label;
    import javafx.scene.control.TableColumn;
    import javafx.scene.control.TableView;
    import javafx.scene.control.TextField;
    import javafx.scene.control.TableColumn.CellDataFeatures;
    import javafx.scene.layout.BorderPane;
    import javafx.scene.layout.HBox;
    import javafx.scene.layout.Priority;
    import javafx.stage.Stage;
    import javafx.util.Callback;
    
    public class DynamicTable extends Application {
    
      @Override
      public void start(Stage primaryStage) {
        final BorderPane root = new BorderPane();
        final TableView> table = new TableView<>();
        final TextField urlTextEntry = new TextField();
        urlTextEntry.setPromptText("Enter URL of tab delimited file");
        final CheckBox headerCheckBox = new CheckBox("Data has header line");
        urlTextEntry.setOnAction(new EventHandler() {
          @Override
          public void handle(ActionEvent event) {
            populateTable(table, urlTextEntry.getText(),
                headerCheckBox.isSelected());
          }
        });
        HBox controls = new HBox();
        controls.getChildren().addAll(urlTextEntry, headerCheckBox);
        HBox.setHgrow(urlTextEntry, Priority.ALWAYS);
        HBox.setHgrow(headerCheckBox, Priority.NEVER);
        root.setTop(controls);
        root.setCenter(table);
        Scene scene = new Scene(root, 600, 400);
        primaryStage.setScene(scene);
        primaryStage.show();
      }
    
      private void populateTable(
          final TableView> table,
          final String urlSpec, final boolean hasHeader) {
        table.getItems().clear();
        table.getColumns().clear();
        table.setPlaceholder(new Label("Loading..."));
        Task task = new Task() {
          @Override
          protected Void call() throws Exception {
            BufferedReader in = getReaderFromUrl(urlSpec);
            // Header line
            if (hasHeader) {
              final String headerLine = in.readLine();
              final String[] headerValues = headerLine.split("\t");
              Platform.runLater(new Runnable() {
                @Override
                public void run() {
                  for (int column = 0; column < headerValues.length; column++) {
                    table.getColumns().add(
                        createColumn(column, headerValues[column]));
                  }
                }
              });
            }
    
            // Data:
    
            String dataLine;
            while ((dataLine = in.readLine()) != null) {
              final String[] dataValues = dataLine.split("\t");
              Platform.runLater(new Runnable() {
                @Override
                public void run() {
                  // Add additional columns if necessary:
                  for (int columnIndex = table.getColumns().size(); columnIndex < dataValues.length; columnIndex++) {
                    table.getColumns().add(createColumn(columnIndex, ""));
                  }
                  // Add data to table:
                  ObservableList data = FXCollections
                      .observableArrayList();
                  for (String value : dataValues) {
                    data.add(new SimpleStringProperty(value));
                  }
                  table.getItems().add(data);
                }
              });
            }
            return null;
          }
        };
        Thread thread = new Thread(task);
        thread.setDaemon(true);
        thread.start();
      }
    
      private TableColumn, String> createColumn(
          final int columnIndex, String columnTitle) {
        TableColumn, String> column = new TableColumn<>();
        String title;
        if (columnTitle == null || columnTitle.trim().length() == 0) {
          title = "Column " + (columnIndex + 1);
        } else {
          title = columnTitle;
        }
        column.setText(title);
        column
            .setCellValueFactory(new Callback, String>, ObservableValue>() {
              @Override
              public ObservableValue call(
                  CellDataFeatures, String> cellDataFeatures) {
                ObservableList values = cellDataFeatures.getValue();
                if (columnIndex >= values.size()) {
                  return new SimpleStringProperty("");
                } else {
                  return cellDataFeatures.getValue().get(columnIndex);
                }
              }
            });
        return column;
      }
    
      private BufferedReader getReaderFromUrl(String urlSpec) throws Exception {
        URL url = new URL(urlSpec);
        URLConnection connection = url.openConnection();
        InputStream in = connection.getInputStream();
        return new BufferedReader(new InputStreamReader(in));
      }
    
      public static void main(String[] args) {
        launch(args);
      }
    }
    

Maybe you are looking for