% Total on column number project

How can I get column % of total number of projects. I calculated the number of projects using Timespampdiff (added start date date) and affecting the Count aggregation... To get the % Total I chose to display the data as -? Percent of-> column... Still I get no results

Any help is highly appreciated

Hello

You did sense, made you go to the properties of column County project and go to the data tab and tick override the default settings and change it to the value in percentage, it works.

If there is problem not yet count then (project_col) / total * 100.00 will give you the value...

hope helps you,

See you soon,.
KK

Tags: Business Intelligence

Similar Questions

  • Sort sort the columns number of lines n columns in the RTF PivotTable but hide them.

    Hello

    I'm trying to sort on the columns number of sort for lines n columns in the PivotTable but hide them. Any help appreciated.

    Attached model RTF, XML and output required. Thank you

    Please check your email that I have forwarded to update the model.

    by default, it performs a sort on the column, we used to pivot rows and columns. If we need custom sort, we must specify that column in the logic that was present in the C form field.

    by default, you are as below

    Custom sort

    {INDUSTRY_sort, o = a, t = n} « ; » MONTHS {Month_sort, o = a, t = n} '; SALES '; "' sum '? >

  • Grand Total in columns MTD

    Hi all

    We have a requirement where we need to make a Grand Total on columns of MTD. I created an ad hoc report with lets say the Sales measure and MTD sales

    Year, month and day. I filter on a special year and month on a tabular report and apply Grand Total.

    On the application gives total the sum of all the lines for sales and MTD sales inside sales BAT I just want ranked last in the report as a table. To achieve this, I go to change the formula on the column and select default aggregation Max. This method works. But the condition is that

    OBIEE should do automatically instead of manually changes it.

    Please let me know there is some configuration, we can change somewhere.

    Thank you

    Krishna

    I don't know any automatic way... other than change your DW design to match the duty (the use of the information design readers DW, not the other way around)

  • How to get the column number

    Hi all,

    I'm sorry to ask this question because I found 2 different answers, tried without result. So before you go crazy, I prefer to ask!

    Thus given mySelection = app.selection [0], how is possible to get the column's selection?

    I tried app.selection [0] .parentTextFrames [0].characters.itemByRange (0, x)

    with x being app.selection [0] .index.

    but then I'm stuck as if I add ".textColumns", I get an error

    I explored the second way using app.selection [0].textColumns.item (1).insertionPoints.item (1), but once I'm stuck again.

    As a beginner I don't understand why there is no simple built-in function to call in order to obtain such a result of base

    Any help would be appreciated

    Thank you

    Ed

    Okay here goes,

    For and only for the linked text frames.

    // For and only for linked text frames.
    // Warning
    // The Good: This will PROBABLY work for you
    // The Bad :THIS IS A REALLY PRIMITIVE METHOD
    // The Ugly: It could fail in COUNTLESS cases
    // Here goes......
    
    var mySelection, textFrame, parentPage, c;
    mySelection = app.selection[0];
    textFrame = mySelection.parentTextFrames[0];
    parentPage = textFrame.parentPage;
    c = 0;
    while(textFrame && textFrame.parentPage === parentPage){
        textFrame = textFrame.previousTextFrame;
        c++;
    }
    
    alert('Column number: ' + c);
    

    Now with regard to the issue of the image columns bound text compared to the blocks of text with multiple columns of text or span. Depends on what you're trying to achieve with your workflow.

    The scripts are around written by me and others who convert multicolumn text executives to related texts related and vice versa.

    If you want to know which is more appropriate you can use with your workflow, then I suggest the regular ID forum.

    HTH

    Trevor

  • ODI 10 g: column NUMBER becomes NUMBER (22.0) overleaf.

    ODI Version: 10.1.3.6.3
    Version of database: Oracle 10 g (also at XE)

    In the database, one of the columns in the table is defined as "num_val NUMBER". It has been set in this way also for decimal numbers. However, when I reverse this order to my ODI template using the "Reverse selective" the column gets created as 'num_val NUMBER (22, 0)' because that decimals have been truncated.

    I would like to know if it is a bug of ODI (If Yes, please tell me the patch) or the developer should review and correct this in the ODI template manually?

    In the Oracle database, define a column number without precision and scale would designate the maximum precision and scale for the column. I expect that ODI must be aware of this during the reverse model and create the column with a maximum range, as it exists in the Oracle database.

    Published by: museshad on February 7, 2011 12:28

    Hi museshad,

    To the best of my knowledge, it's a bug and workaround would be to do the reverse using RKM.

    Please try to overthrow this table with RKM Oracle and he should get u details decimals.

    Thank you
    Guru

  • Percentage of the Total of column

    Hello

    I'm trying to calculate the percentage of the total of the column for each month. I am using the syntax below by counting (Num) where PRP = 'Y' and the GROUP = 'No' and divide that number by the total number for the month:

    <? County (current-group () [NAME = xdoxslt:get_variable($_XDOCTX,_'vName') and PRP = 'Y'])
    (and GROUP = 'No'] / NUM) div count (current - group () [PRP = 'Y'])? >

    Can anyone help understand where the problem lies?

    Thank you

    You get an error when you use the code you listed?

    Try this:

    Thank you
    Bipuser

  • Report with multiple columns NUMBER of counts of the same table

    I am new to discoverer, so I'm a little lost.

    I work to create a report to show usage data and Knowledge Base of e-business. I have written using subqueries in SQL query that is in the format:

    Solution number | Soultion title | Solution views. Positive feedback | Negative feedback
    Title of 12345 _ 345 _ 98 34


    The entries 'Views', 'Positive' and 'Negative' are stored in the same table, so I do a count where setid = setid and usedtype = VS, then count where usedtype = usedtype and PF = NF

    Discoverer, I can get the number of solution, the title and THE totals but I can't seem to understand how to get an ACCOUNT for three different things from the same table in the columns on the same line.

    When I go on change map-> select the items once I select the option NUMBER of the UsedType column in the CS_KB_SET_USED_HISTS table, I can't select it again. I also found way now to add a column based on a query entered.

    If someone could help it would be much appreciated.

    Thank you

    Published by: Toolman21 on December 2, 2010 14:17
    _ to correct spacing added.

    Hello
    You can separate the column with a case or decode.
    for example to create 2 calculations:

    case
    When usedtype = "PF".
    then - that contain both
    0 otherwise
    end

    case
    When usedtype = 'NF '.
    then - that contain both
    0 otherwise
    end

    After that, you can create the aggregation count on those.

    Tamir

  • How to get the total of column in javascript for an inputText.

    Hi Experts,

    Jdev 12.1.3.0

    How can I make a total of a column in javascript. Scope is backingbeanscope.

    column contains inputText and column footer is an outputText.

    Thank you

    Roy

    Hi Roy, you have inputText, average, you add the line, then you want to calculate the total? If that's true, then you should try the JS code below

    function doSum (evt) {var inputTxt = evt.getSource ();}           var num = 0;           var colId = inputTxt.getProperty ("colId");           outId var = inputTxt.getProperty ('outId');           var table = inputTxt.findComponent('::t1');           var nbRows = parseInt (table.getRows ());           var tableAbsLocator = table.getAbsoluteLocator ();           While (nbRows)-{var rowCol = AdfPage.PAGE.findComponentByAbsoluteLocator (tableAbsLocator + "[" + nbRows + "]:" + colId);}               NUM = num + rowCol.getValue ();           } var outputText = inputTxt.findComponent (outId);           outputText.setValue (num);           } For more information, see this https://community.oracle.com/thread/3512479

    : Nitesh

  • For a total of columns of a report

    Suppose I have a report that gets a few values on VMs and export it to csv format:

    Get - vm | SELECT name, memoryGB, numcpu | Export-csv c:\myreport.csv

    Can I change the powercli report so that it calculates the total memory and CPU total of all virtual machines and shown at the bottom of the MemoryGB column and the numCPU?

    Thank you!

    You can do something like this.

    It adds a supplement with totals

    $report = Get-VM| Select name, memoryGB, numcpu
    
    $report += New-Object PSObject -Property @{  Name = "Totals"  MemoryGB = $report | Measure-Object -Property MemoryGB -Sum | Select -ExpandProperty Sum  nUMcpu = $report | Measure-Object -Property NumCPU -Sum | Select -ExpandProperty Sum}
    
    
    

    The trick is to use the same property names, to avoid problems with for example Export-Csv thereafter.

  • Total time of the project

    Hello

    I use 8 Captivate to create a sensitive project. How can I determine the time of my presentation. I like to keep my session of learning less than 10 minutes. I have several branches in my session. Is there a way to see the length of the total duration of each branch?

    Thank you

    Peter

    In Captivate you 'Editor time' which can be easily calculated, but can differ a lot of actual time spent by the user in a course because that time depends also on suspend interactive objects. This time can be measured over the life course. Take a look at this post, where I tried to explain:

    Displays the time information - Captivate blog

  • Hide a column, if the total of column is 0 (zero)

    Hello

    I'm trying to hide the entire column if the column total is 0.

    Model example:

    NUM

    IF Amt1 end if

    Amt2

    IF Amt3 end if

    F NUM

    IF $0.00 end if

    $0.00

    IF $0.00 end if E

    Totals

    IF $0.00 end if

    $0.00

    IF $0.00 end if

    Sample data:

    NUM

    Amt1

    Amt2

    Amt3

    10 P

    108.25

    28,00

    0.00

    0020445.000.00003100.12472.000.00004145.00872.000.000054:30 pm25.320.00

    I use the below expressions that does not work.

    <? If@column:sum (amt1)! = 0 ? > <? amt1? > <? end if? >

    <? If@column:sum (amt3)! = 0 ? > <? amt3? > <? end if? >

    I want to hide the entire cloumn Amt3 and leave the '0' at such amt1 what. Any help would be appreciated.

    You can try as

    before the table do the sum (amt3) column using the variable and store that value in a variable, then use this variable as u stored the value of the sum (amt3) column.

    F cal variable to get the sum of column E of amt3

    NUM

    Amt1 end IF

    Amt2

    Amt3 end IF

    F NUM

    If $0.00 end if

    $0.00

    If $0.00 end if E

    Totals

    If $0.00 end if

    $0.00

    If $0.00 end if

    Then use

    If it doesn't work for you send me xml and the model to my email, I can try on my side and send model u updated.

    my email: [email protected]

  • Total of column for attribute BigDecimal - precision adjustment

    Hello

    I'm the total column in the column for an attribute BigDecimal foot. In the foot of the column, I see the value as 10356345.15000000037252902984619140625.

    How can I do this to show as 10356345.15?

    JDev - 11.1.2.3

    The attribute that allows you to calculate the total has a suspicion ui tab where you can specify a format, or add you the module format directly on the attribute in the page.

    Timo

  • total html columns

    What is the best way for a total of a column?

    Thanks, I thought about it.

  • Calcualting the total formula column.

    Hi all

    I am very new to bi Publisher... I have a requirement where I need to find the total amount of the formula column... How can I achieve this?
    and also I need to find the total of the balance per month group... Here is an example of output that I need. Please help its urgent

    Date amount CalcAmount Balance
    June 1, 2010 100 150 200
    June 3, 2010 50 50 300
    August 5, 2010 100 50 200
    August 6, 2010 300 60 400
    _____________________________________
    310

    Jun:500 Aug:600

    How to get to this... where calcamount field does not come from any input file... what I did manually in rtf model...


    Please help urgent

    Thanks in advance
    Bharat

    You can try using this code.
    .. /AMT]) - xdoxslt:sum(AMT[.)<.. pplied])?="">

  • How to display the total of the group by avoiding totals deleted column cntrbn

    Hi friends
    Am with a column as GroupName masking certain groups for ex: FSVB
    I gave as
    <? for-each-group: current-group () [GroupName! = 'FAVS']; / GroupName? >
    It works very well
    but the totals when I try this
    <? sum (current - group () [.. / GroupName! = 'FAVS'] / as TOTAL_COST? >)
    me slappin' her with an error...
    can you suggest the correct code for this
    Thank you for your time and help

    You can store the variable group with filter applied on it and use it instead of the actual group. This neednt filter on each calculation so you have

Maybe you are looking for