Performance of the ADG number of columns?

Hi all

I was wondering if there is a correlation between the time it takes for an ADG update itself after the modification of the data and the number of columns. I want to know in case it's just my bad code :-). For example, I noticed that the ADG is much slower under 31 columns as 15 for this simple example. I'm a beginner at this so I guess I don't know what I'm doing, but the difference in speed is an order of magnitude different.

"" < mx:AdvancedDataGrid xmlns:mx = ' http://www.adobe.com/2006/mxml ' rowHeight = "25" sortItemRenderer = "SortItemHider".
"creationComplete =" init () ' allowMultipleSelection = 'true' selectionMode = "single-celled" itemClick = "setStart (event)" xmlns:local = "" * ">"

< mx:columns >
< mx:AdvancedDataGridColumn dataField = 'task' id = "task" headerText = "task" width = "60" textAlign = "center" resizable = "true" / >
< / mx:columns >

...

private function initColumns (): void //This function creates a lot of dynamic columns and adds them to the adg
{
var test1:Array = This.colonnes;
var test2:ArrayCollection = new ArrayCollection (test1);
test2. RemoveAll();
for (var int index = 0; index < this.columns.length; index ++)
{
test2. AddItem (this.) Columns [index]);
}
defaultColumns = test2.length - 1;
for (var x: int = 0; x < MAX_COLS; x ++)
{
var newColumn:AdvancedDataGridColumn = new AdvancedDataGridColumn ("day" +(x+1));
newColumn.dataField = "day" + (x + 1);
newColumn.setStyle ("textAlign", "Center");
var day: Number = todaysDate.getDate ();
newColumn.headerText = String (x);
test2. AddItem (newColumn);
}
This.colonnes = test1;
}

...

private void setStart(event:ListEvent):void //when you click on a cell that is not the first, it will create data in the ADG
{
task of the var: String = event.itemRenderer.data.task;

var selectedRow:int = dataArray.getItemIndex (event.itemRenderer.data);
var selectedItem:Object = dataArray [selectedRow];

var totalHours:int = selectedItem.unscheduled;
selectedItem.unscheduled = 0;
var startDay:int = this.selectedColumnIndex - defaultColumns;
If (startDay > 0 & & selectedRow! = - 1).
{
var HoursPerDay:int = 8;
var dailyHours:int = totalHours / HoursPerDay;
var leftoverHours:int = totalHours HoursPerDay %;
var days: int = dailyHours + (leftoverHours! = 0? 1: 0);
var endDay:int = startDay + days;
selectedItem.start = startDay;
Void var;
for (var int index = startDay; index < endDay; index ++)
{
columnName = 'day' + index;
if(index < This.Columns.Length)
{
If (index == endDay-1 & & leftoverHours > 0)
{
selectedItem [columnName] = leftoverHours;
return;
}
selectedItem [columnName] = HoursPerDay;
}
}
}
}
}

Sorry, wrong forum

Tags: Flex

Similar Questions

  • How to query the total number of columns and lines filled with data?

    How to get the number of rows and columns in Exel file data using Excel report?

    Since you have posted this question in the forum of LabWindows/CVI, I guess you want to know how to do with CVI.

    You need to know how to open and activate the Excel data file.

    Depending on the function returns the total number of columns and lines col_count row_count, respectively.

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

    int CountColumnsAndRows (void)
    {
    Error HRESULT = 0;
    CAObjHandle rangeCurrentRegionHandle = 0;
    CAObjHandle rangeColumnsHandle = 0;
    CAObjHandle rangeRowsHandle = 0;
      
    unsigned long col_count = 0, row_count = 0;
      
    Must use the 'A1' property and CruuentRegion count the total of columns and lines, including the drafts!
      
    error = CA_VariantSetCString (& MyCellRangeV, 'A1');
      
    error = Excel_WorksheetRange (ExcelWorksheetHandle, NULL, MyCellRangeV, CA_DEFAULT_VAL, & ExcelRangeHandle);
    If (error<0) goto="">
      
    error = Excel_GetProperty (ExcelRangeHandle, & ErrorInfo, Excel_RangeCurrentRegion, CAVT_OBJHANDLE, & rangeCurrentRegionHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeCurrentRegionHandle, & ErrorInfo, Excel_RangeColumns, CAVT_OBJHANDLE, & rangeColumnsHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeColumnsHandle, & ErrorInfo, Excel_RangeCount, CAVT_LONG, & col_count);
    If (error<0) goto="">
      
    error = Excel_GetProperty (rangeCurrentRegionHandle, & ErrorInfo, Excel_RangeRows, CAVT_OBJHANDLE, & rangeRowsHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeRowsHandle, & ErrorInfo, Excel_RangeCount, CAVT_LONG, & row_count);
    If (error<0) goto="">

    Error:

    CA_VariantClear (& MyCellRangeV);
    CA_VariantClear (& MyVariant);
    ClearObjHandle (& ExcelRangeHandle);
    ClearObjHandle (& rangeCurrentRegionHandle);
    ClearObjHandle (& rangeColumnsHandle);
    ClearObjHandle (& rangeRowsHandle);
      
     
    If (error<>
    ReportAppAutomationError (error);
      
    error return;
    }

  • How to export data to excel that has 2 tables with the same number of columns and the column names?

    Hi everyone, yet once landed upward with a problem.

    After trying many things to myself, finally decided to post here...

    I created a form in form builder 6i in which clicking on a button, the data gets exported to the excel sheet.

    It works very well with a single table. The problem now is that I cannot do the same with 2 tables.

    Because the tables have the same number of columns and the columns names.

    Here are the 2 tables with column names:

    Table-1 (MONTHLY_PART_1) Table-2 (MONTHLY_PART_2)
    SL_NOSL_NO
    MODELMODEL
    END_DATEEND_DATE
    U-1U-1
    U-2U-2
    U-4U-4
    ..................
    ..................
    U-20U-20
    U-25U-25

    Given that the tables have the same column names, I get the following error :

    402 error at line 103, column 4

    required aliases in the SELECT list of the slider to avoid duplicate column names.

    So how to export data to excel that has 2 tables with the same number of columns and the column names?

    Should I paste the code? Should I publish this query in 'SQL and PL/SQL ' Forum?

    Help me with this please.

    Thank you.

    Wait a second... is this a kind of House of partitioning? Shouldn't it is a union of two tables instead a join?

    see you soon

  • IR - CubeQuery - no limit to the maximum number of columns or lines?

    In IR query processing cube, is there a limit to the maximum number of columns or lines? If so, how?

    When downloading of the results, are there limits to the maximum. lol the columns or lines as well?

    All documentation on its limits?

    Please help someone?

    Columns cannot be more than 256 upto Hyperion Interactive Reporting Studio 9.2.

    No, there is no limit to the maximum number of rows. It depends on the memory and available space on your machine.

    Please correct me if I'm wrong.

    I hope this helps.

    Kind regards

    Manmohan Sharma

  • How to recover the large number of columns for all items at once

    I have a table (T1) with a large number of columns (50). I am building a page on which I would like to consolidate these columns in some regions:

    Region: has
    Items i1 - i10

    Region: B
    I11 - i20 items

    Region: C
    I21 elements - i30

    Etc.

    The majority of the articles on this page are extracted from the same table (T1). So far, the type of each source element has the value SQL query and each item has the motion of the source is defined as:

    SELECT column1 FROM t1 WHERE t1id =: global_item

    What is the best practical approach to retrieve values for all items on this page? Is there a way to retrieve all the columns point at the same time, something like:

    SELECT column1, Column2, Column3, column50 FROM t1 WHERE t1id is: global_item

    Instead of:

    I1 point source:
    SELECT column1 FROM t1 WHERE t1id =: global_item

    Point source i2:
    SELECT Column2 FROM t1 WHERE t1id =: global_item

    Point i3 source:
    Column3 SELECT FROM t1 WHERE t1id =: global_item

    Item i50 source:
    SELECT column50 FROM t1 WHERE t1id =: global_item

    For each item on this page, when they are displayed?

    Thank you for your time.

    Daniel

    Set the source of static assignment type item and delete individual values of source of SQL query. Create a process before the header PL/SQL along the lines of

    begin
    
      select
                column1
              , column2
              , column3
                ...
              , column50
      into
                :i1
              , :i2
              , :i3
                ...
              , :i50
      from
                t1
      where
                t1id = :global_item;
    
    end;
    

    OR

    Create an automated process line go through the wizard for the table T1, then set the Source Type of the database column and the source values for each item in the name of the corresponding column in the T1.

  • A formula allows the last number in a column?

    Is it possible to have a work formula with the last number in a column or line automatically?

    For example:

    Col Col B

    Jan                    20

    21 Feb

    Mar                    18

    Apr                    16

    May

    Jun

    Jul

    I would like to be able to have a use form the last number in column B. I'll add the numbers to the list each month. And the sort numbers is not realistic because of the aspect from month to month.

    I know that I can change the formula of each month, but automatic is less prone to errors. It doesn't seem to be a function of 'last '. I work in the latest version of numbers and prefer not to spend at Excel.

    Any suggestions?  Thank you.

    .. Doug

    If you have no empty cells in the column, you can do something like this:

    = INDEX (array 1::B, COUNTA (table 1::B) + 1).

    The + 1 is necessary if there is a header row.

    SG

  • Maximum number of columns in the generic report

    What is the maximum number of columns in the generic report? I put it to 100, but the data that was displayed are always 60.

    Thank you.

    Hello

    It is 100.

    Oops, I thought it was, it seems, this maximum has been removed now - see here
    Maximum number of columns in the generic report

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

    Published by: Munky on August 28, 2009 11:16

    Published by: Munky on August 28, 2009 11:17

  • Maximum number of columns in model RTF Pivot

    HI -.

    For the model previously mentioned here matrix report problem with template RTF - text columns

    I want to restrict the maximum number of columns per page, and the table should be repeated for the rest of the columns in another page.

    For example, if there are 5 columns must be returned, I want the first 3 columns in the first page and the 2 others in a second page (with the hole repeating frame).

    It's for keeping data legible printing of the pdf format, otherwise the data seems damaged and unreadable.

    Y at - it ideas to achieve this requirement?

    Best regards

    Rupture of the horizontal column works fine in the attached version of the RTF model.

  • How to transpose the rows in multiple columns by using PivotTable

    I have 1 line containing 12 columns with the value "JAN", "FEB", "MAR", "J-1","F-1","M-1","J-2","F-2","M-2","J-3","F-3","M-3"

    I want to display like

    JAN J - 1 F - 1 M - 1
    FEB J - 2 F - 2 M - 2
    MAR F - 3 J - 3 M - 3

    How to achieve the foregoing?

    Today, you have only 3 months JAN, Feb, Mar. Is it always the same number of columns. What happens if several months ago we added this line?

    Your data is really coming from relational source or some sort of text file?

    There is a better way to do this in narrative using HTML mode, if your condition is just to show them in several lines and do some math.

    Go to Narrative display;

    In the prefix, use

    In the text box 'Story' add something like that



    As a suffix, use

    @1@4@7
    @2@5@8
    @3@6@9

    You can also add simple calculations like sum etc at the bottom of these lines as the overall totals.

    Kris

  • MAX number of columns in Oracle

    What is the maximum number of columns allowed in an Oracle table?

    1000

  • Variable number of columns

    Hello world

    I am a novice for Oracle SQL. I need to create a report where the number of columns, 1-6, be won't know until the report is run. Each column is a COUNT (*) business for a month.

    The user will provide the beginning month & year and the number of months to report.

    My challenge is to summarize the activity as is indicate below with the growing months from left to right and totals for the line.

    My sql is too less. It's a good start, or I'm in foul territory. I should add that eventually there will be multiple lines with line subtotals and totals in case it makes a difference at this point.

    How to genereate the right number of columns with the correct titles for each month?

    Thanks in advance for your help,

    Lou

    The SQL, I have developed so far
    SELECT
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198801') ' 01/1988 ',.
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198802') ' 02/1988 ',.
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198803') ' 03/1988 ',.
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198804') ' 04/1988 ',.
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198805') ' 05/1988.
    (COUNT (*) SELECT TABLE_NAME FROM WHERE TO_CHAR (DATE, 'YYYYMM') = '198806') ' 06/1988 ',.
    (SELECT COUNT (*) FROM TABLE_NAME WHERE TO_CHAR(DATE,'YYYYMM') BETWEEN ' 198801 'and ' 198806') 'Total '.
    FROM DUAL;

    Product of the results of this
    01/1988 02/1988-03/04/1988 of 1988 05/1988-06/1988 total
    111 97 122 110 123 126 689

    If you use SQL * as the reporting tool, you can creatively apply the substitution variables and statements of column redefine your topics (assuming you are using my code above with variable bind this code will rewrite headers, but you can disable output while the configurations):

    var year varchar2(4)
    var month varchar2(2)
    var months number
    
    begin
      :year := &year;
      :month := &month;
      :months := to_number(&months);
    end;
    /
    
    column h1 new_value h1 noprint
    column h2 new_value h2 noprint
    column h3 new_value h3 noprint
    column h4 new_value h4 noprint
    column h5 new_value h5 noprint
    column h6 new_value h6 noprint
    
    select 'c1 heading "' || :year || '-' || to_char(to_number(:month)+0,'fm00') ||
           '"' || case when 1 > :months then ' noprint' else ' print' end h1
         , 'c2 heading "' || :year || '-' || to_char(to_number(:month)+1,'fm00') ||
           '"' || case when 2 > :months then ' noprint' else ' print' end h2
         , 'c3 heading "' || :year || '-' || to_char(to_number(:month)+2,'fm00') ||
           '"' || case when 3 > :months then ' noprint' else ' print' end h3
         , 'c4 heading "' || :year || '-' || to_char(to_number(:month)+3,'fm00') ||
           '"' || case when 4 > :months then ' noprint' else ' print' end h4
         , 'c5 heading "' || :year || '-' || to_char(to_number(:month)+4,'fm00') ||
           '"' || case when 5 > :months then ' noprint' else ' print' end h5
         , 'c6 heading "' || :year || '-' || to_char(to_number(:month)+5,'fm00') ||
           '"' || case when 6 > :months then ' noprint' else ' print' end h6 from dual;  
    
    col &h1
    col &h2
    col &h3
    col &h4
    col &h5
    col &h6
    

    Published by: Sentinel on January 29, 2009 11:26

  • Max Number of columns allowed in Discoverer 9i / 10g report

    Hello

    I need to prepare a report of discoverer 9i which has 62 columns. Does anyone know how the Max number of columns is allowed in discoverer reports. I'll be able to include all of the 62 columns without any problem?

    Thanks advanced

    Lokesh.

    Hello
    Although I couldn't find any document about it, I don't think that you will have a problem with the discoverer.
    I don't know how the java it take good care.
    From the Viewer (and I hope I'm not mistaken and mislead you) in the definition of columns
    You can choose up to 999 columns to present so I guess that there will be no problem with 62.

  • I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I think same as Adobe Acrobat

    I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I even think that Adobe Acrobat Pro DC has limits. There is no way to set what points in columns to force the column break? Or create several columns that are unnecessary? How column in Excel, size fixed when import us text and define where breaks have columns of text?

    Google Tradutor para empresas:Google para appsTradutor sitesGlobal market Finder traducao Toolkit

    Acts traducao Instantaneasobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar comments

    PDF does not contain columns, lines, formats, styles or other aspects of word processing or spreadsheet file formats.

    This is because the PDF is decidedly not a file format of word processor or a spreadsheet or something 'like' one of these.

    (see ISO 32000 for what PDF "is")

    Which allows to optimize the export of the content of a page PDF is to start with that tag well formed PDF (ISO 14289-1, PDF/UA-1).

    Without that export is what it is and we performs the cleanup of any necessary content using the native application for the export of files (MS Word or Excel).

    Be well...

  • Need to limit the number of columns

    When a tab in the last cell of the row, I want the cursor to the next line down. Instead, it creates a new useless column. Can't seem to find a setting that allows me to limit the number of columns in a page - someone ' one knows how to do this?

    Thanks for your wisdom shared, Oh wise Ones.

    I'm not aware of do what you want.  You can post your comments directly to Apple using the menu item "numbers > provide Feedback numbers.

    You can still use the key combinations:

    < command > + < right arrow > to access at the end of a line

    < command > + < left arrow > to move to the beginning of a line

    < command > + < down > to pass at the end of a column

    < command > + < arrow > to move to the beginning of a column

  • Display the icon change the number of columns

    I'm sure it must be a way to change the number of columns in the display icon, not the space between columns, not the size of the icons, but the number of columns, for example, that dumpster has 4 columns and I want to see those hidden on the right I have to use the scroll bar, I want to do I want to see ONLY for columns of the filling finder window?

    Thank you very much

    Roger

    "BTW that seems to only happen when I consult with ANY ' arrange by" or "sort by"!

Maybe you are looking for

  • How can I move the button Booksmark back next to the Home icon?

    The Favorites button at the top of my Firefox home page used to be next to the home button. Apparently I hit a wrong key, and now the Bookmarks button is below the Home icon. How can I move it back? If I try to drag, it does not.

  • Sims2 does not start on my satellite m60-167

    anyone has an idea why the sims2 does not work on my laptop? This shows only the logo and claims "sims2 noticed a problem and has to be finished."Why? There is no clonecd installed etc....everything seems to be on the new standard on my laptop. What

  • A dark line at the bottom of the screen - influence THE Qosmio X 500?

    Hello I have a X 500/00 X, and at the height of the windows task bar, there is a long and dark blur/shadow which extends along the screen. Now, it is not immediately noticeable (like the taskbar cache) until you hide the taskbar (or do more so the qu

  • Want 5660: Cannot connect HP Envy 5660 to my macbook pro version 10.9.5

    I bought a HP Envy 5660 today.  I tried for several hours, but cannot install the printer on my Macbook pro, version 10.9.5.  They assured me that there would be no problem, I missed something?  You have to install via the USB cable (it was not inclu

  • Error code 8000FFFF

    I get this error code when I try to update my computer. When it installs the updates, it says 1 1 instead of two updates installed, it must be installed.