Showing expression on defaultFitlineType="FT_LINEAR"

Hey everyone, how are you?
I'm using Jdeveloper 12.1.2.0.0.
I've done a bar graph where i have the store numbers in my x axis and the sales for each store on my y axis.
I've edited the bar graph to show circles instead of bars and then i added a linear expression to my series.
So far so good, i've edited the color of the bars/circles and the color and width of my linear expression but i can't find the option to show the value of my expression.
How can i show the value expression of my linear expression?
If i'm not explaining this very well, what i pretend is to show that mathematical formula that resembles something like: y = 3x + 2 (for example)
Here is the code for my barGraph.
<dvt:barGraph id="graph1" value="#{bindings.VTemplateToShowView2.graphModel}"
                                                      subType="BAR_VERT_CLUST" inlineStyle="width:1160pt;"
                                                >
                                            <dvt:background>
                                                <dvt:specialEffects/>
                                            </dvt:background>
                                            <dvt:graphPlotArea/>
                                            <dvt:seriesSet
                                                          defaultMarkerShape="MS_CIRCLE"
                                                          defaultMarkerType="MT_CURVE_LINE" markerDisplayed="true"
                                                          defaultMarkerColor="#ff4242" defaultLineWidth="10"
                                                          lineDisplayed="false" defaultFitlineType="FT_LINEAR"
                                                          defaultColor="#0000ff">
                                                <dvt:series lineStyle="LS_DASH"
                                                            markerShape="MS_CIRCLE">
                                                </dvt:series>
                                            </dvt:seriesSet>
                                        </dvt:barGraph>
If anyone has an idea, please respond to this post.
Many thanks and regards,
Frederico.

Hey everyone,
I'm still in the need for help.
Is it possible to add the function for the linear expression that the graphs create? Since the graphs designs the expression, it most be calculated somewhere and i want to show the value of the expression.
How can i do that?
Regards,
Frederico.

Similar Messages

  • BRF+ Routing Rule not showing Expression

    Hi Experts,
    I am trying to create a BRF+ routing rule (line item by line item) within SAP Standard Process ID - SAP_GRAC_ACCESS_REQUEST
    The purpose is to use it as a detour based upon Role attributes. Although the rule is generated in ABAP screen, when I try to modify BRF+ rule, the Expression where decision table is located, not coming up.
    When I test it, it gives error - Expression not set.
    What could be the issue? Need your help.
    Thanks & Regards,
    Sabita

    Hi Sabita,
    Definitely look up those courses! I'm an instructor for them in the UK and these sorts of questions are exactly those which most people ask on the courses!
    GRFN_MW_S_ROUTING is a structure which contains those two fields. This should be the Result Data Object which will then automatically place those two fields as the results.
    The Condition columns are user driven inputs where you give the criteria for the routing rules e.g. Business process or role criticality etc.
    For routing rules or initiator rules, there are two sources for the information; the request header (attributes of the request) or the request line items (attributes of the roles on the request). There are some fields which may exist in both (e.g. Business process for the access request or the business process assigned to the Role) which explains why there are duplicates in the list. When selecting the conditions, scroll right to the bottom of the list and you'll find the Structures which show Header or Line Item. If you expand those, then you will see the list of fields again. By doing this, you'll know whether you're looking at the header or line item field.
    Select the appropriate fields as the columns and then add in the rows to identify the specific criteria.

  • Cannot use Windows mail with PE 12 only shows express or adobe mail

    Any suggestions?

    windows mail  version 6.0 on Vista.  PE 12 gives only Express and Adobe as options. 
    Thank you
    mike

  • Unix Log Monitoring regular expression not picking up alerts

    Hi,
    We are moving our unix monitoring to SCOM 2012 SP1 rollup 4.
    What I have got working is indvidual alert logging of Unix Log alerts by exporting the MP and changing the <IndividualAlerts> value to true and removing the suppression xml section then reimporting the MP.
    What I am trying to do is use the regular expression to peform the suppression of specific event (such as event codes).
    The expression is:
    ((?i:warning)(?!(.*1222)|(.*1001)))
    ie Search the log for "warning" (not case sensitive) then check if events 1222 or 1001 exist if so return no match, if they dont exist then return true. 
    I use the built in test function in SCOM when creating the rule and the tests come back as expected but when I inject test lines into the unix log, no alerts get generted.
    I suspect it could be the syntax not being accepted on the system (its running RedHat 6 )
    I have tested this with regex tools and works.
    When I try and test it on the server i get:
    [root@bld02 ~]# grep ((?i:Warning)(?!(.*1222)|(.*1001))) /var/log/messages
    -bash: !: event not found
    [root@bld02 ~]# tail /var/log/messages
    Nov 13 15:07:26 bld02 root: SCOM Test Warning Event ID 1001 Round 18
    Nov 13 15:07:29 bld02 root: SCOM Test Warning Event ID 1000 Round 18
    Nov 13 15:07:35 bld02 root: SCOM Test Warning Event ID 1002 Round 18
    So I am expecting 2 alerts to be generated.
    SCOM tests to show expression working:
    Test 1 Matching
    Test 2 to exclude
    Need some help with this, Thankyou in advance :)

    Hello,
    Here's an example of modifying the MP to exclude particular events.  Firstly, I created a log file rule using the MP template that is fairly inclusive - matching the string Warning (with either a lower or upper case W).
    I then exported the MP, and modified the rule.  I set the IndividualAlerts = true and removed the AlertSuppression element, so that every matched line will fire a unique alert.  You don't have to remove the AlertSuppression, but you should use
    Individual alerts so that the exclusion logic doesn't exclude concurrent events that you actually want to match.
    Implementing the exclusion logic involves the addition of a System.ExpressionFilter definition in the rule. This will use a conditional evaluation of the //row element of the data item.  Here's an example of a dataitem matching an individual row:
    <DataItem type="System.Event.Data"time="2013-11-15T10:33:14.8839662-08:00"sourceHealthServiceId="667FF365-70DD-6607-5B66-F9F95253B29F">
    <EventOriginId>{86AB962D-2F44-29FD-A909-B99FF6FEB2C5}</EventOriginId>
    <PublisherId>{EC7EA4B1-0EA5-7E8E-701F-82FEF3367BC4}</PublisherId>
    <PublisherName>WSManEventProvider</PublisherName>
    <EventSourceName>WSManEventProvider</EventSourceName>
    <Channel>WSManEventProvider</Channel>
    <LoggingComputer/>
    <EventNumber>0</EventNumber>
    <EventCategory>3</EventCategory>
    <EventLevel>0</EventLevel>
    <UserName/>
    <RawDescription>Detected Entry: warning 1002</RawDescription>
    <CollectDescription Type="Boolean">true</CollectDescription>
    <EventData>
    <DataItem type="SCXLogProviderDataSourceData"time="2013-11-15T10:33:14.8839662-08:00"sourceHealthServiceId="667FF365-70DD-6607-5B66-F9F95253B29F">
    <SCXLogProviderDataSourceData>
    <row>warning 1002</row>
    </SCXLogProviderDataSourceData>
    </DataItem>
    </EventData>
    <EventDisplayNumber>0</EventDisplayNumber>
    <EventDescription>Detected Entry: warning 1002</EventDescription>
    </DataItem>
    Here is the rule in the MP XML.  The <ConditionDetection>...</ConditionDetection> content was what I added to do the exclusion filtering:
    <Rule ID="LogFileTemplate_66b86eaded094c309ffd2631b8367a32.Alert" Enabled="false" Target="Unix!Microsoft.Unix.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
    <Category>EventCollection</Category>
    <DataSources>
    <DataSource ID="EventDS" TypeID="Unix!Microsoft.Unix.SCXLog.VarPriv.DataSource">
    <Host>$Target/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</Host>
    <LogFile>/tmp/test</LogFile>
    <UserName>$RunAs[Name="Unix!Microsoft.Unix.ActionAccount"]/UserName$</UserName>
    <Password>$RunAs[Name="Unix!Microsoft.Unix.ActionAccount"]/Password$</Password>
    <RegExpFilter>warning</RegExpFilter>
    <IndividualAlerts>true</IndividualAlerts>
    </DataSource>
    </DataSources>
    <ConditionDetection TypeID="System!System.ExpressionFilter" ID="Filter">
    <Expression>
    <RegExExpression>
    <ValueExpression>
    <XPathQuery Type="String">//row</XPathQuery>
    </ValueExpression>
    <Operator>DoesNotContainSubstring</Operator>
    <Pattern>1001</Pattern>
    </RegExExpression>
    </Expression>
    </ConditionDetection>
    <WriteActions>
    <WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
    <Priority>1</Priority>
    <Severity>2</Severity>
    <AlertName>Log File Alert: ExclusionExample</AlertName>
    <AlertDescription>$Data/EventDescription$</AlertDescription>
    </WriteAction>
    </WriteActions>
    </Rule>
    I traced this with the Workflow Analyzer as I tested, which shows the logic being applied.  Here is the exclusion happening:
    Here's more info on the definition of an ExpressionFilter:
    http://msdn.microsoft.com/en-us/library/ee692979.aspx
    And more information on Regular Expressions in MPs:
    http://support.microsoft.com/kb/2702651/en-us
    You can also have multiple Expressions in the ExpressionFilter joined by OR or AND operators.
    Also, if you are comfortable with the MP authoring, you can just skip the step of creating the rules in the MP template and just author your own MP with the VSAE tool:
    http://social.technet.microsoft.com/wiki/contents/articles/18085.scom-2012-authoring-unixlinux-log-file-monitoring-rules.aspx
    www.operatingquadrant.com

  • Airport extreme stopped working with dsl modem was set on ppoe and changed to bridge then lost internet does not show up in utility

    No internet or discovery on airport extreme after trying to resolve a conflict. Switched ppoe setting to bridge as suggested by utility got solid green light but lost everything else to include discovery in utility.

    having similar problem.  Internet is dropping frequently.  Modem appears to work OK when I connect laptop via ethernet and configure modem to PPOE.  After resetting modem to bridge mode and connecting airport, it'll work for some time but then I'll lose a connection.  it'll sometimes reconnect but not always.  using airport extreme as base station
    recently added express as extender.  connected via ethernet and appeared to work for awhile.  still have drops.
    then deleted extreme from network and tried to run with just express.  again, worked a bit but dropped frequently.
    now back to extreme as base and express as extender.  with some fooling around, my Airport Utility still shows express as green.  Except it's unplugged.  so now airport utilitiy thinks there's a ghost router our there.  any usggestions on how to clear that?
    thx.  mc

  • BAPI Runtime Error DBIF_RSQL_INVALID_REQUEST with module "KONV_BEARBEITEN"

    Hi Experts
    I am trying to create a sales order using BAPI FM BAPI_SALESORDER_CREATEFROMDAT1. After executing the program it shows in output screen that the sales order created and also displays the newly created sales order number. But when I want to check the order from VA03 it shows Express document "Update was terminated" received by author AAA, where AAA is login name.
    I also analysis the sort dump for which the update process was terminated. I give the error details
    Runtime Errors         DBIF_RSQL_INVALID_REQUES
    Error analysis
        An invalid request was made to the SAP database interface in a statement
         in which the table "KONV " was accessed.
    Below are the module name and report from where the error is coming.
    Function Module name  RV_SALES_DOCUMENT_ADD
    Program Name  SAPLV45U
    Include  LV45UF0K
    Row  26
    Source code from Rruntime Error
      Line  SourceCde
    1 *****************************************************************
        2 *  Unterroutinen RV-Auftragsabwicklung alphabetisch sortiert:
        3 *  ----------------------------------------------------------
        4 *  Buchstabe K:
        5 *
        6 *****************************************************************
        7
        8 *----------------------------------------------------------------
        9 *       FORM KONV_BEARBEITEN
       10 *----------------------------------------------------------------
       11 FORM KONV_BEARBEITEN.
       12
       13   CHECK: FKONV_GEAENDERT NE SPACE OR
       14          VORGANG = CHARH.
       15
       16   IF VORGANG NE 'H'.
       17     DELETE FROM KONV WHERE KNUMV = VBAK-KNUMV.
       18 ENHANCEMENT-POINT KONV_BEARBEITEN_10 SPOTS ES_SAPLV45U.
       19   ENDIF.
       20
       21   LOOP AT FXKOMV.
       22     FXKOMV-MANDT = VBAK-MANDT.
       23     FXKOMV-KNUMV = VBAK-KNUMV.
       24     MODIFY FXKOMV.
       25   ENDLOOP.
    >>>>>   INSERT KONV FROM TABLE FXKOMV.
       27   IF SY-SUBRC NE 0.
       28     MESSAGE A100 WITH
       29   ENDIF.
       30
       31 ENHANCEMENT-POINT KONV
       32 ENDFORM.
       33 *eject
    Below is my source code.
    *& Report  Z_BAPI_SALESORDER
    REPORT  z_bapi_salesorder.
    * Sales document type
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text FOR FIELD p_auart.
    PARAMETERS: p_auart TYPE auart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Sales organization
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text1 FOR FIELD p_vkorg.
    PARAMETERS: p_vkorg TYPE vkorg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Distribution channel
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text2 FOR FIELD p_vtweg.
    PARAMETERS: p_vtweg TYPE vtweg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Division.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text3 FOR FIELD p_spart.
    PARAMETERS: p_spart TYPE spart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Sold-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text4 FOR FIELD p_sold.
    PARAMETERS: p_sold  TYPE kunnr OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Ship-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text5 FOR FIELD p_ship.
    PARAMETERS: p_ship  TYPE kunnr.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Material
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text6 FOR FIELD p_matnr.
    PARAMETERS: p_matnr TYPE matnr   OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Quantity.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text7 FOR FIELD p_menge.
    PARAMETERS: p_menge TYPE dzmengc  OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Plant
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text9 FOR FIELD p_plant.
    PARAMETERS: p_plant TYPE werks_d OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Data declarations.
    DATA: v_vbeln            LIKE vbak-vbeln.
    DATA: header             LIKE bapisdhead.
    DATA: headerx            LIKE bapisdhead1x.
    DATA: item               LIKE bapiitemin  OCCURS 0 WITH HEADER LINE.
    DATA: itemx              LIKE bapisditemx OCCURS 0 WITH HEADER LINE.
    DATA: partner            LIKE bapipartnr  OCCURS 0 WITH HEADER LINE.
    DATA: return             LIKE bapireturn1    OCCURS 0 WITH HEADER LINE.
    DATA: lt_schedules_inx   TYPE STANDARD TABLE OF bapischdlx
                             WITH HEADER LINE.
    DATA: lt_schedules_in    TYPE STANDARD TABLE OF bapisdhedu
                             WITH HEADER LINE.
    * Initialization.
    INITIALIZATION.
      v_text   = 'Order type'.
      v_text1  = 'Sales Org'.
      v_text2  = 'Distribution channel'.
      v_text3  = 'Division'.
      v_text4  = 'Sold-to'.
      v_text5  = 'Ship-to'.
      v_text6  = 'Material'.
      v_text7  = 'Quantity'.
      v_text9  = 'Plant'.
    * Start-of-selection.
    START-OF-SELECTION.
    * Header data
    * Sales document type
      header-doc_type = p_auart.
      headerx-doc_type = 'X'.
    * Sales organization
      header-sales_org = p_vkorg.
      headerx-sales_org = 'X'.
    * Distribution channel
      header-distr_chan  = p_vtweg.
      headerx-distr_chan = 'X'.
    * Division
      header-division = p_spart.
      headerx-division = 'X'.
      headerx-updateflag = 'I'.
    * Partner data
    * Sold to
      partner-partn_role = 'AG'.
      partner-partn_numb = p_sold.
      APPEND partner.
    * Ship to
      partner-partn_role = 'WB'.
      partner-partn_numb = p_ship.
      APPEND partner.
    * ITEM DATA
      itemx-updateflag = 'I'.
    * Line item number.
      item-itm_number = '000010'.
      itemx-itm_number = 'X'.
    * Material
      item-material = p_matnr.
      itemx-material = 'X'.
    * Plant
      item-plant    = p_plant.
      itemx-plant   = 'X'.
    * Quantity
      item-target_qty = p_menge.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
    *   Fill schedule lines
      lt_schedules_in-itm_number = '000010'.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = p_menge.
      APPEND lt_schedules_in.
    *   Fill schedule line flags
      lt_schedules_inx-itm_number  = '000010'.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'X'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
        EXPORTING
          order_header_in           = header
    *     WITHOUT_COMMIT            = ' '
    *     CONVERT_PARVW_AUART       = ' '
       IMPORTING
         salesdocument              = v_vbeln
    *     SOLD_TO_PARTY             =
    *     SHIP_TO_PARTY             =
    *     BILLING_PARTY             =
    *     RETURN                    =
        TABLES
          order_items_in            = item
          order_partners            = partner
    *     ORDER_ITEMS_OUT           =
    *     ORDER_CFGS_REF            =
    *     ORDER_CFGS_INST           =
    *     ORDER_CFGS_PART_OF        =
    *     ORDER_CFGS_VALUE          =
    *     ORDER_CCARD               =
    *     ORDER_CFGS_BLOB           =
         order_schedule_ex          = lt_schedules_in
    * Check the return table.
      IF v_vbeln <> space.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
        WRITE: / 'Document ', v_vbeln, ' created'.
      ELSE.
        WRITE: / 'Error in creating document'.
      ENDIF.
    I am unable to trace the exact reason. Please help and thanks in advance.
    Edited by: Joy Banerjee on Oct 12, 2009 7:47 AM

    Hi Prashant,
    Set the profile parameter abap/buffersize value to maximum.Get the virtual memory increased.
    If it doesn't work, see in transaction db02 if there is sufficient tablespace.
    Let me knoe the status of tablespaces.
    Regards,
    Sabita

  • DBIF_RSQL_SQL_ERROR while creating planned order in ECC

    Hi ,
    Recently we have done the ECC6.0  migration. Migration in the sense
    Server A ECC6.0 Maxdb to Server B ECC6.0 Sqlserver.
    we took the database export from server A and imported to Server B.
    After completing the migration we are facing a problem.
    Using Trx code MD11 I am creating Planned order. It is giving Planned order   XXXXX will be created.But when I go MD13 and try to retrive the same planned order it says the order XXXXX doesn't exists.
    when I try to go back from MD13 it shows Express document "update was terminated" received from Author ************.
    I am seeing a dump in ST22.
    Error 22.04.2010          DBIF_RSQL_SQL_ERROR              CX_SY_OPEN_SQL_DB      
    Cann't insert NULL into column "ADCODE" Table "RESB"
    Column doesn't allow NULLS . Insert Fails.
    Any Help is Appreciated.
    Regards,
    Guru.

    Hi Srini,
    Please kindly review and evaluate note 686357 for possible solution.
    686357 able pool nametab length incorrect after Unicode
    The following pools may be affected:  ATAB, GLSP, GLTP, DVPOOLTEXT, KAPOL
    Please kindly run report RATPONTC to reset the dictionary and nametab length in the note.
    Regards,
    Mauro

  • Planned order creation - DBIF_RSQL_SQL_ERROR

    Hi ,
    Recently we have done the ECC6.0 migration. Migration in the sense
    Server A    ECC6.0        Maxdb          to             Server B    ECC6.0    Sqlserver.
    we took the database export from server A and imported to Server B.
    After completing the migration we are facing a problem.
    Using Trx code MD11 I am creating Planned order. It is giving Planned order XXXXX will be created.
    when I try to go back  it shows Express document "update was terminated" received from Author ************.
    Also when I go MD13 and try to retrive the same planned order it says the order XXXXX doesn't exists.
    I am seeing a dump in ST22.Runtime error.
    Error 22.04.2010 DBIF_RSQL_SQL_ERROR CX_SY_OPEN_SQL_DB
    Cann't insert NULL into column "ADCODE" Table "RESB"
    Column doesn't allow NULLS . Insert Fails.
    But for server A with MaxDB I am able to create planned order.There it is not giving this error.After Migration only I am getting this error.
    Any Help is Appreciated.
    Regards,
    Guru.

    Please check note 1377270.
    There was a known problem with the R3load creating NOT NULL columns without defaults. For large tables with more than 28 columns, NOT NULL columns beyond the 28th column could be missing the default binding.
    If you now run an INSERT against such a table you'll get the mentioned error.
    Regards,
    Guenther
    Edited by: Guenther Drach on Apr 29, 2010 4:41 PM

  • F1109: Line Item 001

    Dear All,
    After client copy,
    When posting MIGO, Transfers system showing 'Express document update error...'. When checked the details of error info showing as : F1 109 : Line item 001.
    Any suggestions to solve this issue with number ranges.
    Regards,
    Syed Hussain.

    hi,
    use Transaction OMR4 to define a document type with internal number assignment for MIGO ...
    and then check...
    Regards
    Priyanka.P

  • ITS Mobile Date Field Problem

    In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
    Thanks...

    Parameters are:
    Service parameters..
    ~THEME              99
    ~TRANSACTION               LM01
    #MOBILE             This is a mobile service
    ~ITSMOBILE       1
    #SOURCES          Template search sequence
    ~SOURCES          Z_LM01,ITSMOBILE
    #POPUPS            Show popups, default is no
    ~POPUPS            1
    #ITSMOBILEDEVICEINCLUDE     include a device specific html
    ~ITSMOBILEDEVICEINCLUDE     devicesample
    #MESSAGE         SOUND Plays a background sound if a message appears
    ~ITSMOBILEMSGSOUND             1
    #SYSTEM             MODAL POPUPS Shows express mails / system messages
    ~SHOW_SYSTEM_MODAL          1
    İnternet sevice parameters (SE80)
    ~GENERATEDYNPRO     0
    ~THEME                              99
    ~TRANSACTION               LM01

  • I need help ending a game in Captivate

    I've created a game where you have ten options. five are wrong, five are correct. after you've gotten five either right (or wrong) i want to either advance the slide or say something. I want it to do something so you know the game is over and you won or lost.
    Is there anyway to do this?
    In the game if you get a correct answer you get an apple. after you get five i want to say Great! or advance the slide or both. If you get them wrong i want to say you lose and advance the slide. Any suggestions?
    I need to know how to end this game.

    Oh, only simple, no advanced actions!
    You'll need advanced actions, conditional with two decisions. Since you post in the advanced forum, I suppose this is not a problem?
    First decision will be a mimicked standard action, because it has to be executed always. I will label it 'Always'
    Decision Always
       IF 1 is equal to 1
          Show Imagex                                           the image you want to show
          Expression v_count = v_count + 1          incrementing the variable that is counting
           Hide Click Box_x                                      the click box itself, so that user cannot choose that answer again
    Decision Checkit
       IF v_count is equal to 5
          Show....                                                so now I need to know what you want to do when 5 apples are there?
    Lilybiri

  • ITS Mobile - Logoff

    Dear Experts,
               I am facing an issue Regarding ITS Mobile. We created the Screens and Assigned to ITS (HTML Template).
    We given an Logoff Button, If i executed from ITS, It should be logoff and should show the login Screen in same window,
    I am calling Call_Browser FM, I can able to get the Login Screen, But that screen is opening in separate window, and my previous Screen is not logoff.
    Please Help me to solve this issue.
    Thanks in Advance.
    Regards,
    Srini

    Hi Sravan,
              In SAP, we designed Logoff button, so that in ITS, when user press that button, the session has to be logoff and it should go to the initial screen where it will ask for User id and password.
              I just working on this, As u suggested in previous, i put the URL in Redirect URL in SICF Txn. and
    ~THEME     99
    ~TRANSACTION     Z-Transaction
    #MOBILE     This is a mobile service
    ~ITSMOBILE     1
    #SOURCES     Template search sequence
    ~SOURCES     ITS - Internet Service - SE80
    #POPUPS     Show popups, default is no
    ~POPUPS     1
    #MESSAGE     SOUND Plays a background sound if a message appears
    ~ITSMOBILEMSGSOUND     1
    #SYSTEM     MODAL POPUPS Shows express mails / system messages
    ~SHOW_SYSTEM_MODAL     1
    ~STYLE     DHTML
    ~WEBTRANSACTIONTYPE     EWT
    ~GENERATEDYNPRO     1
    This is how i designed in SICF Txn.
    Regards,
    Srini

  • My itunes 10 doesn't see remote speakers.

    Green light is on...network shows express is there... but it doesn't show up in speaker choices... only appletv and computer show up. Is apple TV a conflict?

    I'm having the same problem using Vista Home Premium. It started when I tried to update my iphone, but I needed to have the lastest version of itunes installed. I attempted to install itunes10.5 and it didn't install completely. I uninstalled and reinstalled and it would say it didn't install correctly. I uninstalled it again and now I've been dealing with this issue for over a week now. I even followed the troubleshooting directions regarding which programs to uninstall (itunes, quicktime.....) and did it in the proper order. Please help!

  • Trend Line/Regression Capabilities

    Does BIP have the ability to create trend/regression lines?
    I have a scatter plot graph, and I want to create a trend line for the existing scatter plot data set (similar to how excel does it).
    I don't see any options in the wizard, so I assume this requires coding.
    thanks

    chart:
    <Graph stylePath="/oracle/dss/graph/styles/executive.xml" graphType="SCATTER"><LegendArea visible="true" />*<SeriesItems defaultFitlineType="FT_LINEAR"/>*<X1Title text="Sales" visible="true" /><Y1Title text="% Market Share" visible="true" /><LocalGridData colCount="2" rowCount="{count(.//ROW)}"><RowLabels><xsl:for-each select=".//ROW" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="_Broker_Facts_._DEALER" /></Label></xsl:for-each></RowLabels><DataValues><xsl:for-each select=".//ROW" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><RowData><Cell><xsl:value-of select="_Broker_Dealer_Facts_.WHOLESALE_FUND" /></Cell><Cell><xsl:value-of select="_Broker_Dealer_Facts_._Share___" /></Cell></RowData></xsl:for-each></DataValues></LocalGridData></Graph>
    Returns a blank graph area in the .pdf

  • Hi i got a new airport express for christmas and i set it up as per instructions ,i even give a static ip and wpa2 security ..the problem is is when i come to want to use it it says its not on my network and a orange triangle shows .when i reboot it works

    hi i got a new airport express for christmas and i set it up as per instructions ,i even give a static ip and wpa2 security ..the problem is is when i come to want to use it it says its not on my network and a orange triangle shows .when i reboot it works..then if i leave it a while and try iy agian its disapeared of my network...i have a bt hub 3 ....any help please ..im not sure if itsa faulty express

    I really don't have an answer for that one. I guess that while trying to get things working correctly, I would use the most basic monitor I had which in your case would be the Eizon using the Thunderbolt port and adaptor.
    When you boot into Safe Mode the startup is quite slow, but you should get the Apple logo and then the spinning gear below it (release the SHIFT key when it appears.) Then after a little more time you should see a gray progress bar appear below the spinning gear. When that disappears the computer will startup to a login screen.

Maybe you are looking for

  • Problem with Counter in Query

    Hi Experts, There is a problem in my query output. I have a CKF for sales documents number created with replacement path which gives the correct count of number of Sales documents. But the req here is to create two more counters which will be countin

  • Cumulative Quantities in Scheduling Agreement

    Hi All           Can anyone tell me  how this works with *** quantites, we have always ran from receipts.  However, if we choose inbound deliveries does that mean when we send releases the YTd receipt + open Inbound deliveries will be sent as the YTD

  • Since maverick upgrade itunes keeps quiting and mac mail want let be change the font,

    Since upgrade to 10.9 itunes keeps quiting and i cant change the front in mac mail (is it just me or was this upgrade a waste of time)

  • Stream Line SQL Query

    Hello all, I have a table that contains more than 100 000 records, structure seen below. I am trying to perform simple queries on this table and it is taking FOREVER for the query to return (in excess of 10 minutes). The only field that contains uniq

  • Bapi for mrp wfich has material quantity as import parameter

    hi to all, i need a bapi for mpr run  which has material quantity as import paramaeter so that we can create pr for given material quantity. Regards, Manoj Rwat.