Marking of columns in a "BOLD" report for the highest value dynamically

4.2.1

THM:2

Hello world

I have a sql report that has two values as production_cost, sales_cost. Depending on which is higher, I need to mark is as "BOLD" for each line. Is that what this is doable?

for example

If I have

production_cost sales_cost

1000 100 - this row 1000 Row1 must be in bold

20 50 - in this row 50 row2 must be indicated in bold.

Is it possible to dynamically?

Thank you

ryansun wrote:

Hi Fac586 - for most

"Draw attention to the value for utility purposes without any importance further and with no involvement of any other voice or mood?"

It is, essentially, that the person could see immediately which is the higher of the two and make a decision on what to do with this file.

So I have the query that is something like

"Select apex_item.checkbox2(1,row1), production_cost, sales_cost from table".

And then based on the values that it can move the lines or perform an operation. But this question related to the derivative of production_cost of sales_cost (or higher) of the two by making them "BOLD" ()

Add 2 columns hidden in the report query:

select
    apex_item.checkbox2(1,row1) checkbox
  , production_cost
  , sales_cost
  , case
      when production_cost > sales_cost then 'b'
      else 'span'
    end prod_tag
  , case
      when sales_cost > production_cost then 'b'
      else 'span'
    end sales_tag
from
    table

Use the properties of The HTML Expression columns PRODUCTION_COST and SALES_COST report to build the rendered element:

<#PROD_TAG#>#PRODUCTION_COST#

and

<#SALES_TAG#>#SALES_COST#

Tags: Database

Similar Questions

  • PowerCli script to generate the report for the VM and ESXi model

    Hello

    I'm trying to generate a report for the virtual machines to a domain controller that includes the operating system, Cluster and host of brand and model of ESXi, but for some reason any the ESXi info does not come through. Any help is greatly appreciated.

    Get-data center 'TEST ' |

    Get - vm |

    WHERE-object {$_.} PowerState - eq "Receptor"} |

    Select Name, @{N = "OS"; e = {$_.}} Extensiondata.Guest.GuestFullName}},

    @{N = "Cluster"; E={$_. VMHost.Parent}},

    @{N = 'Esxi model'; E = {Get-VMHost - VM $_.} VM | {{Select model}}

    The virtual machine has the properties of the host.  For your information "Model ESXi" use $_. VMhost.Model, $_ is the current information for pipeline for the virtual machine.  You did for the section "cluster".

  • report for the current form

    Hi all
    I want to report for my current form, and I use form 6i

    for example I form, which depend on the table and I want to make the button to report for the active form which show some of the field in the table
    Best regards to all members here
    Yasser

    Hello

    If please create when-pressed to release button and use the following code.

    declare
    v_plist_id paramlist;
    pl_name varchar2(50) := 'rep_params';
    
    begin
    v_plist_id := get_parameter_list(pl_name);
    check_param_list (pl_name); --Check availability of paramlist and
    destroy is present
    
    --When the parameter list already exists it needs to be distroyed first
    if not id_null(v_plist_id) then
    destroy_parameter_list(v_plist_id);
    end if;
    
    v_plist_id := create_parameter_list(pl_name);
    
    add_parameter(v_plist_id, 'P_1', text_parameter, :block_name.item);
    -- input parameter
    add_parameter(v_plist_id, 'PARAMFORM', text_parameter, 'NO'); --
    suppress the display of the Reports p-form
    add_parameter(v_plist_id, 'DESTYPE', text_parameter,
    :control.dest_type); -- set file destination type
    add_parameter(v_plist_id, 'DESNAME', text_parameter,
    :control.dest_name); -- set file destination name
    add_parameter(v_plist_id, 'DESFORMAT', text_parameter,
    :control.dest_format); -- set file destination format
    
    -- call reports
    run_product(reports, 'reports_file', asynchronous, runtime,
    filesystem, v_plist_id, null);
    end;
    

    Sarah

  • Read the table for the next value (sequence issue)

    Is there a function in line with my_seq_no.nextval that can read a value from the previous field and get the next number in the sequence? I know how to create a sequence, but I thought that there is something as a function of getnextval.

    Thank you.

    Preston,

    The problem is that there is no such thing as a previous value in Oracle.
    You must specify a way (like number maximum.. etc..) to get the expected value.

    Sometimes, you can see the code as...

    insert into emp values
    (select max(empid) + 1 from emp) new_emp_id,
    ''XYZ' ename,
    .......
    ....
    ...
    from dual;
    

    As seen... the code above takes the maximum value of the emp table and gives you the identificateursuivant emp.

    The problem here is that all currently connected users will get the same value for the new empid, until a person inserts a record, then... all others would be unique constraint errors (if you have constraints on the right in place).

    Using sequences is the right way to ensure that all concurrent users get their own unique values for the new values.

    As for the getnextval, they could always get to a function which selects to the max (column-name) + 1 and returns it... but it has the same problems as the insert... Select above... So I would rather not provide code for such a thing... I would do more damage than help it. Please use a sequence for your case.

  • How to create a report for the various sets of payroll

    Would like to know the select query which can help me to create a report for a monthly payroll payroll courses in a single pay period.
    We sometimes 1 or 2 payroll run as long as single pay period.
    I want to see all my reports based on a payroll including run how can I do this please?

    Help, please!

    SELECT< columns="">
    of pay_payroll_actions App.
    pay_all_payrolls_f women's wear,
    TPP per_time_periods
    where papf.payroll_id = ppa.payroll_id
    and ppa.effective_date between papf.effective_start_date and papf.effective_end_date
    and ppa.action_type IN ('Q', 'R')
    and ptp.payroll_id = papf.payroll_id
    and papf.payroll_name =: pPayrollName
    and ppa.date_earned BETWEEN ptp.start_date AND ptp.end_date
    and: pDate BETWEEN ptp.start_date AND ptp.end_date

    Make a Date and the name of payroll. The query should list all series pay down in the period in which falls the date.

  • Security reports for the family

    Since then, buying a new computer and transmitting the data transferred, I received security for the weekly family reports saying that there is 'no activity' but I know that my kids use the internet... I have to sign.  How can I get the reports is accurate again?

    Hi Loripiano88,

    Because you bought a new computer, it is possible that parental control is not recognize it even if you have the data transferred from your old computer.

    First of all, please upgrade to the latest version Family Safety, you can download it here. After you have installed the latest version, please follow these steps to ensure that parental control is set to the new computer:

    1. connect to http://familysafety.microsoft.com using the parent account.

    2. click on Manage list of the members of the family.

    3. Select the child's account and then click Remove. Click delete to confirm.

    4. open the client of parental controls on your computer.

    5. on the upper right side of the parental control window, click the icon to get the latest settings from the Web site .

    6. after a few seconds, it displays a dialog box saying that there is no accounts on your computer. Click set up the Family Safety. If the dialog box has not shown, just, close the client and reopen it.

    7. connect again to Family Safety using the parent account.

    8. follow the on-screen instructions to set up parental controls.

    9. return to the Family Safety website. Activate the activity tracking and change other settings according to your preference.

    10. open again the parental control client, and then click the icon to get the latest settings from the Web site on more time.

    Thank you!

  • Generate the report for the custom period

    I did experiment with Foglight NMS for the past few weeks. I have search in the forums and hunts around the tool, but I've not found a way to generate a report on a custom period. For example, I would like to run a report, see use of bandwidth during opening hours. The only options I see is "last hour", "Last day", "Last week", etc. "." Is this possible? Any help or ideas would be appreciated.

    Hi Michael,

    While we do not have a report which shows the range you're looking for, you can see the use of bandwidth via NetFlow. I know it is not a report, but could be able to show the amount of data sent over the network for a period of time. Lies and must have the feature seen on the road map.

    Mario

  • How can I modify, move, add a column... Information for the columns to make a few changes of script?

    Hi Oracle Experts,

    I have a difficult question . Lets say that I have two table with the same name, but these two tables come from two different databases with 2 different users.

    A source database and the user SCOTT

    Table Column Data_Type Length PRECISION Scale Primary key Nullable Default Comment
    BOOKSBOOK_IDVarchar24--1---
    ISBN_10Varchar2

    13

    ---Yes--PRICENumber-62-Yes--

    Target database B and user DAVID


    Table Column Data_Type Length PRECISION Scale Primary key Nullable Default Comment
    BOOKSBOOK_IDVarchar220--1---
    PRICENumber-62-Yes--
    TITLEVarchar250---Yes--

    What I want to do:

    I want to get a query script that shows which columns need to edit, add and drop depends on the source table (make the necessary changes to make the columns in the Source table columns the same target table). No need to make any changes in the database do not want the query that must run to make these changes.

    EXAMPLE: I was using under query to get the query create table EMP. But seeing the column information to create the column even for the other user is difficult:)

    Select dbms_metadata.get_ddl ('TABLE', 'EMP') of double

    Erhan_toronto wrote:

    Is it possible to see the result like this:

    ALTER table Target_table change BOOK_ID Varchar2 (4);

    ALTER table Target_table add ISBN_10 Varchar2 (13), null;

    ALTER table drop TITLE Target_table;

    There are two simple ways to do so.

    1. use free sql Oracle development tools

    http://www.Oracle.com/technetwork/developer-tools/SQL-Developer/downloads/index.html

    Simply select 'Tools - Diff of the database' and go through the menus

    Here is an article from Oracle by Jeff Smith that shows how do

    http://www.Oracle.com/technetwork/issue-archive/2012/12-Sep/o52sqldev-1735911.html

    >

    Quickly copy, compare and synchronize databases with Oracle SQL Developer.

    >

    2 use the DBMS_METADATA_DIFF package - see the commercial doc

    http://docs.Oracle.com/CD/E11882_01/server.112/e22490/metadata_api.htm#BABIDHGE

    >

    Using the DBMS_METADATA_DIFF API to compare the metadata of the object

    >

    If you look at step 14 of this article, you will see the result of the use of COMPARE_ALTER:

    >

    14. compare the results by using the navigation API DBMS_METADATA_DIFF:

    SQL > SELECT dbms_metadata_diff.compare_alter ('TABLE', 'TAB1', 'TAB2') FROM dual;
    ALTER TABLE 'SCOTT '. "' TAB1 ' ADD ("MGR"NUMBER (4,0))
    ALTER TABLE 'SCOTT '. "' TAB1 ' DROP ("JOB")
    ALTER TABLE 'SCOTT '. "' TAB1 ' CHANGE ('ENAME' VARCHAR2 (20))
    ALTER TABLE 'SCOTT '. "' TAB1 ' ADD A KEY ('EMPNO') PRIMARY AID INDEX
    PCTFREE, INITRANS 10 2 STORAGE (INITIAL 16384 MINEXTENTS THEN 16384 1)
    MAXEXTENTS 505 PCTINCREASE 50 FREELISTS 1 FREELIST GROUPS 1 USER_TABLES
    (VALEUR PAR DÉFAUT) ACTIVATE ALTER TABLE "SCOTT" TAB1"AND RENAME"TAB2 ".

    1 selected line.

    >

  • Validation report for the calculation of the account

    Hi all

    I am using FDM 11.2.1.0 and I came across a little problem.

    When I'm loading data through the workflow once I reached the verification of my report of validation step does all the data.

    For example my validation rule is

    (Total) 1 = (Total counts) 2 + (Total counts) 3

    With values of 15 = 7 + 8

    But when the validation report it comes out doesn´t have all data concerning accounts, it says 0.0 (I know because I am also show the values of Auditors not only the final operation).

    I was reading the manual and saw something on the validation feature, once I added the entity validation, calculation worked.

    The thing is if I believe there is no need for features of validation in order to rethink the role of the calculation. Or I understand entirely the manual?

    Note: The Force calculations under integration options option is checked for the

    Thanks for your help

    A location of FDM is not a related entity of Validation in order to load data to HFM of FDM. However, if no entity is provided in a request for data HFM, HFM how what intersection to come back? An entity is required for any request data HFM. Therefore, in order to extract data for the audit report, the location of the FDM must have a rated entity of Validation. In addition, unless the Validation rules focus on members at the level of the base of all dimensions HFM, box to consolidate the Validation of the entity should be checked to produce data in HFM at intersections that you post. In addition, audit shows only data for Validation entities "on the report" box to checked.

  • activity report for the end-user?

    Hello

    One of my clients wish to obtain information about the use of application it s. It is not the administrator of the workspace.

    As the administrator of the workspace, you can run reports on the activity for applications and users.
    I want to build it as part of my customer demand.

    Can someone point me in the right direction?

    Any response will be appreciated.

    Leo

    Hello Leo,

    There are (by default) a PUBLIC synonym for these views (which are the property of FLOWS_030100) and there is even a PUBLIC SELECT privilege.
    So each DB - user can access these views...

    Greetings,
    Roel

    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.Logica.com/

  • Data for the problem of dynamic regions was interrupted

    Hello. I use JDev 11.2.2 and stack complete ADF.



    This is when I try to load a new stream of work of a dynamic region. Let me give a step by step test case:



    1 - using HR, model of generation: create objects (entities, objects View) for the employees and departments tables and an Application Module.

    2. - in VC, add a page facelets with layout of two columns, first for a tree for the switching of regions and a dynamic region in the second column.

    3 - create a page fragment that includes a generated table view in data controls and another fragment of page view of departments.

    4 - create two workflow bounded, for fragment employees and another for the fragment of departments.

    5 - drag and drop workflow bounded to create a dynamic region in the second column of the home page. Of course by selecting backingBean for new bean (default value is increased demand).

    6 - in the model, create a static filled List View object with two attributes: a workflow id and a description

    7 - in VC, generate a tree in the first column of the home page

    8. - write a component of the tree selection listener to read the id of the current workflow and set this ID value of workflow dynamic region at the appropriate bean.

    9 - set triggers of partials in a dynamic region in the homepage to listen for events from the tree.



    10 - run and try to load a new workflow clicking in the tree. An alert is triggered with this message:


    * "The content of this page could not load as expected because data transmission has been interrupted. Please try again or contact your system administrator. » *



    And the newspaper is displayed as a result of lines:


    * < FaceletViewHandlingStrategy > < handleRenderException > error rendered View [index.jsf] *.

    java.lang.IllegalStateException: component data flow is not found

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.submit(StreamingDataManager.java:378)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3666)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1474)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:321)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:152)

    at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:974)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1674)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:350)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1032)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)



    If the taskflow taskflow id that has not worked is established in bean area Dynamics initial taskflow for the region, it works, but the other taskflow fails...



    Any suggestions?





    CPOI

    Hello

    + "Make sure selection backingBean to new bean (default value is increased demand)". "+"

    That's your problem. Set the viewScope bean to avoid dynamic region to switch back to the default workflow after each request

    Frank

  • How to return the highest value in a column of numbers less than a given number

    I am a beginner using formulas in number.  I have an inventory in a Numbers spreadsheet (v3.6.2).  Inventory numbers are in a column.  I need to view the last number used or the highest number less than a given value.  In my case, it is 9000.

    I can put a cell to return MAX and it's cool, but I need to know the number < 9000, MAX.

    Hi JS.

    SEARCH is your friend here. One of the properties of the LOOKUP function is that it accepts a 'close-match', which is defined as the largest value less than or equal to the search value.

    Formulas:

    A2: LOOKUP (8999.9999999, D)

    B2: LOOKUP(9000,D)

    C2: MAX (D)

    Kind regards

    Barry

  • Search for the text value data store

    Hello, I have a PDO of data to store, and I would like to search for a text value in a quantity of measure.  In each of my test series, there is a quantity of measure with the name TCNAME and stores the cell name of test in the string format.  I would like to get all the TCNAMEs that contain "TC4" for example.  Currently, I have to load TCNAME in the portal and display it in an array of string.

    Any ideas how I can do this?

    I assume you are using a PUMA testbed that stores this kind of goods on a unique value chain chains.

    There is no direct search method, so I guess that a script is the only solution we can offer.

    Datafinder you can search for the minimum and maximum of a channel. That would be too much work in the store of ASAM.

    "PDO / cpp"
    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "name = TCNAME", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    MsgBox tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next

    ' AOP5 / Corba
    protected tcnameLCs: set tcnameLCs = store. GetElementList ("LocalColumn", "measurement_quantity.name = TCNAME", true)
    protected tcnameLC: for each tcnameLC in tcnameLCs
    MsgBox tcnameLC.Properties ("values"). Value
    Next

    I have added the example which should be the shortest path from my point of view. In AOP5, you can search LocalColumn and spend BA which is less overhead.

    It is perhaps a good idea to post-processing of the data base and crush the decription "Test name" by

    "The test cell name == NAME. You can search not post-processed by Searchin' for.

    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "description = name of the test cell", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    tcnameMQ.Properties ("description"). Value = "name of the test cell is" & tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next
    Store.Save

    Thereafter, you would be able to search for it.

    Greetings

    Andreas

  • Search for the nearest value table

    IM wondering if its possible to find a 1 d table worth, if it is not found, then find the nearest match. IM using the 'double' data type and I need at least an accuracy of 4 decimal point in the research.

    For now, im rounding decimal values to the nearest integers from you, but it is not effective at all. Im getting a lot of unwanted split in the plot. I need to be able to search for the decimal points. I found this function "About Equals.VI" starting from a previous thread. Even that uses the concept of the rounding.

    I enclose 3 screws "0.8 & 0.4.VI" are that I created, rounding decimals nearest digit.

    The "approximately equal" is the one I found online.

    The 3rd is I try to mess with what I can find as close a match.

    Y at - it a trick to work around this problem?

    Thank you

    Eureka

    This VI uses the first type of step 3 in your data.  Since you said that you can get the data, you can drop the in VI.

    At the end where I calculate the slope, you can use a linear adjustment if you have full or professional LabVIEW.

  • How to group by field derived for the field value below?

    Hi all

    I class field with the name of CLASS_FLD data item, I want to group by on left(CLASS_FLD,2).

    How to write him group by for the left(class_FLD,2) of expression above?

    I used earlier messages based on the syntax below but I am unable to make the Group

    <? for-each - group: row; xdoxslt:left(./CLASS_FLD,2)? > <? type: xdoxslt:left (current-group () / CLASS_FLD, 2); ' ascending '; data-type = "text"? >

    Thank you and best regards,

    1157496 wrote:

    Give me the syntax for the first group of lines BY expression counts.

    and also how the syntax would be if he is Businessunit group then group by expression (left(account,2)

    Mean you nested groups, first group BUSINESSUNIT and then other group ACCOUNT

    If yes then the internal group based on the ACCOUNT, we could watch as below

    for-each - Group: Current - Group (); xdoxslt:Left(./Account,2)? >

    For example

    . . . .

Maybe you are looking for

  • iPhone iOS 6 9.3.2

    Updated my iPhone iOS 6 9.3.1 Tuesday, May 24, to midnight to 9.3.2. Next day, my phone worked without any problems until about noon and then I lost all network connection. I noticed after doing a little 'Googling' that the problem only occurs on 9.3

  • Cannot print using HP photosmart C3100 printer

    Original title - printer problems? I have a HP photosmart C3100 printer. It has been giving me problems in the sense that whenever I turn it on it would be the test of the printer which is routine, each time you insert a new cartridge. I opted to lea

  • HP photosmart C4780: Hp Solution Center

    I have recently upgraded to Windows 10 and now I can not scan from my computor using HP solution center app as before in windows 7. I tried several times following the instructions from HP. A problem in trying to uninstall the existing software, it w

  • Browser crash, restart on its own, can not do the system restore. Help!

    OK, so I tried EVERYTHING I know how to do, and some things I did research. Whenever my computer restarts itself, I get an error message saying that there is a faulty driver. I checked my drivers with the audit tool, nothing. I uninstalled all unnece

  • Inconsistency version OBIEE and customer

    I installed Obiee 11 g(11.1.1.7 version) and client (11.1.1.7.140715 version). When I try to extract data from a flat file and create a SPR and try to deploy my services facilitator and Planner Java go down.why?