In BI Answers need to put Conditional Arrows on values

Hi,
I am trying to display arrows going up and down on values in a report.
Apparently they can be shown to be going up or down compared to the previous
line.
Would anyone know how to do this?
Many thanks,
-Jenny

Hi,
Thanks very much for your reply.
In the column formula I put:
2* ("- Basic"."Average TAT Hours Created To Transcribed") - MSUM("- Basic"."Average TAT Hours Created To Transcribed",2)
and got the error:
'A REPORT totalling function must be in a leaf query block. (HY000)'.
I looked up the solution - which was:
'De-select the option Report-Based Total (when applicable) for all
grand totals or subtotals you have applied.'
but I thought that only refers to pivot table totals, and I don't have a pivot table anyway,
so I don't understand what this solution refers to now.
Thanks for any help.
- Jenny

Similar Messages

  • Putting a arrow on a clip

    I'm making a sports highlight video and need to put a arrow on the clip to show where the player is. Can I do that in fce 3.5? If so how? Thanks!!

    Download Stib's free FCP plugins ...... don't worry, they work perfectly with FCE.
    http://pureandapplied.com.au/plugins.html
    Amongst them is an Arrow Generator which you will naturally find installed with the generators at the bottom of the Viewer.

  • I forgot the secret answer and I need to put an alternate e-mail

    I forgot the secret answer and I need to put an alternate e-mail

    Click here for information; if you forgot one and only one, you may be able to reset it and set up a rescue email. If not, you'll need to contact Apple in some way.
    (76214)

  • Can put condition in read statement for a particular fild please suggest?

    hi i have a requirement as belo
    1 ) i am reading a table with read statement now i want to read with one more condition like
    where status<> Z
    to add to this read statement as below can i add the above condition to the below statement?? let me know
    how to check on this one more condition in below read statement
    loop at itrecord1 into wa_Record
    READ TABLE it_main INTO wa_inv_master  WITH KEY
    /'                                 CUSIP = wa_record-primarykeyfield1  BINARY SEARCH.
    here one more condition i need to put whilereading that where statu <>z which is best way todo
              IF SY-SUBRC = 0.
                 APPEND wa_record TO itrecord1.
                 clear wa_record.
              else.
                 APPEND wa_record TO itrecord2.
                 clear : wa_record.
              ENDIF.
          ENDLOOP.
    so how to put the condition in above statment can  put in the read statement as that is most convinient will that work?
    regards
    arora

    Hello arora.
    You can restrict the READ to an internal table, using "n" conditions in WITH KEY statement.
    Use:
    READ TABLE it_main INTO wa_inv_master
      WITH KEY cusip = wa_record-primarykeyfield1
               field2 = wa_record-field2
               fieldn = wa_record-fieldn
        BINARY SEARCH.
    Remember that if you want restrictions like ">=", "<=", "<" or "<", must use LOOP, not READ.
    Regards.
    Valter Oliveira.

  • Need help on Conditional Formating

    Hi All,
    I have hierearchy as Region to Series and Series to Model. I have created report with following fields Actual Sales, Objective Sales, % of Objective by Region. My requirement is i need to draw a line 100% Objective in chart and need to show the %of Objective values in Green when >=100% and in Red when < 100%.
    Am able to see the above conditional formating at the Region level properly. When am drilling from one particular region to Series level conditional formating is not applying.
    Any suggestions to achieve above formating will be appreciated.
    Regards,
    Rajkumar.

    Hi Rajkumar,
    nice one. :)
    First part of the solution: you need to make it yourself a little bit easier by adding an extra column and hide this column.
    Add a column with the follow formula:
    CASE WHEN % of Objective >= 100 THEN 'Green' ELSE 'Red' END
    Second part of the solution: add a pivot table view to your report.
    Put the extra column on the Rows Section. Hide it.
    Then add the pivot table chart to the pivot table view. If wanted you can remove the pivot table.
    Then add the conditional formatting to your chart. I would use line bar combo for this.
    Regards,
    Stijn

  • Putting conditions on services in Service PO

    Hello All,
    I am trying to create Service PO using BAPI_PO_CREATE1. I have one line item and 3 services (sub line item). I also need to populate conditions on line item and services.
    I am populating line items into POITEM, services into POSERVICES. Conditions for line items are populated into table POCOND . But I am not able to find solution to put conditions on services?
    Which table should I use in BAPI to create conditions on services and how will i use it?
    Please let me know your suggestions.
    Regards,
    Madhura

    Hey, did you ever find a solution to the above post. I am facing the same problem at the moment. Any help would be greatly appreciated.
    Cheers,
    Neil

  • TS3274 Do I really need to put my debit card information to get a free app ? Why ?

    Do I really need to put my debit or credit card information to get a FREE app ? Why ?

    You can try removing the card in your account information, but if that credit card expired before you removed it, you might be stuck now,
    Settings>Store (or iTunes & App Stores in iOS 6)>Apple ID. Tap your ID. Then tap View Apple ID. Enter your password. Tap the arrow next to Payment Information and select None if it is available in your settings. See if that will work for you.
    If iTunes doesn't accept that or if you didn't have None in the options, you are stuck until you enter e new card.

  • Changes to existing workflow --- Putting conditions at SWETYPV

    Hi all,
                 I work on developing workflows for SAP HR system. I have a working workflow in production and now I need to put some conditions using the condition editor (on header -> Version Independent tab>Start events>Condition). I am not sure which of the following option to use.
    1> Create a new version as I dont think is needed as there is no change to the flow.
    2> Modify the current active version (Currently it is 0001) and move it up, so that a new version will be created in production as there are inflight workflow instances in prod.
    Please share your views on applying this change so that I dont end up in a mess.

    Amit,
    If you are talking about putting condition in SWETYPV then you gotta create Check FM (with exception) and for that you dont have to care about version.
    All you have to do is to create FM and insert it in SWETYPV (for BO- receiver-event entry) and transport your FM.
    Cheers
    Jai

  • Need to put a logic in FDM where by accounts and ICP is compared and accord

    Hello ,
    Need to put a logic in FDM where by accounts and ICP is compared and accordingly ICP field is modified. Need to create an array of accounts
    Scenario:
    ICP needs to be derived based on account code. If account code is part of a predetermined list then further logic needs to be executed.
    For ex. If Acc is part of the account list ("7880","7881","7882","7883","7340","7341",
    "7342","7343","7345","7347","7346","8460","8603","8484","8610","8611","8612","8614")
    then if ICP <> 00000 then ICP = strfield
    else if Acc not part of list then ICP = "00000".
    We are facing issues in defining and referencing an array in FDM which would store the list of accounts code which can then be compared along with ICP. The other logic is as follows
    If strField <> "00000" And Val = Acc_Arr(i) Then
    T3 = strfield
    End If
    If strField = "00000" And Val = Acc_Arr(i) Then
    T3 = "ICPENT"
    End If
    If strField <> "00000" And Val <> Acc_Arr(i) Then
    T3 = "00000"
    End If
    If strField = "00000" And Val <> Acc_Arr(i) Then
    T3 = "00000"
    End If
    Regards,

    Hi,
    Two options:
    1. You can evaluate ICP based on either source account or target account. Use varValues(13) for source account and varValues(14) for target account in the conditional mapping statement for ICP.
    2. A faster performing option is to concatenate the Account and ICP into a single code, which you then import in the ICP dimentsion. You can then use simple mapping rules to do your ICP mappings and avoid conditional statements altogether.
    Regards,
    Vlado

  • If i reset my ipad can i install paye games for free if i sign back into my apple ID. Please i need help because i need to update my games but i need to put in this billing thing and i want to get rid of it so then i cant buy games with my credit card

    If i reset my ipad can i install paye games for free if i sign back into my apple ID. Please i need help because i need to update my games but i need to put in this billing thing and i want to get rid of it so then i cant buy games with my credit card

    Hello,
    As frustrating as it seems, your best to post any frustrations about the iPhone in the  iPhone discussion here:
    https://discussions.apple.com/community/iphone/using_iphone
    As this discussion is for iBook laptops.
    Best of Luck.

  • HT1212 My ipad is disabled and says it needs to be connected to itunes, when i connect it to itunes, itunes says that i need to put my passcode in my ipad for it to recognize it, but since it is disabled, i cant do this, how can i resolve this problem?

    My ipad is disabled and it says i need to connect to itunes when i connect it to itunes, it says it wont recognize it until i put my passcode into my ipad, but with my ipad disabled, this is immposible, how can i resolve this problem?

    You may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad an resync your content to it

  • There are sites like Amazon, Facebook and pages where I need to put info on that don't totally show all the points. How can I get them to show up? I usually have to guess

    There are sites like Amazon, Facebook and pages where I need to put info like name, address, etc, that don't show where 'next' or 'skip' or 'continue' are. There is just alot of space. When I move my cursor around I have to guess if it's the right one and click

    For some ways around this see [http://kb.mozillazine.org/User_name_and_password_not_remembered User name and password not remembered - MozillaZine Knowledge Base]
    Another option is the [https://addons.mozilla.org/en-US/firefox/addon/60265/ Saved Password Editor] add-oin which allows you to add passwords for sites that disable password saving.

  • HT1766 # is not working in my iphone 4s, when i want to see how much credit i have in iphone, i need to put # on that, than it calls and end, it is not working and not showing anything..

    # is not working in my iphone 4s, when i want to see how much credit i have in iphone, i need to put # on that, than it calls and end, it is not working and not showing anything..

    http://support.apple.com/kb/HT1848  Did you transfer your purchased item, take a look at the link

  • How can I change the password in the iBook donated to our nonprofit.  No password was given with the iBook?  We need to put in printer and other software.  Help, we can use the laptop without changing the password.

      How can we change the password in the iBook donated to our nonprofit?  No password was given with the iBook and every time we try to install items, the password window pops up.  We need to put in printer and other software.  Help! We can use the laptop without changing the password.

    If you did not get an OS X install-restore DVD with the computer you may need
    to buy one from somewhere, and you may be lucky to get a retail OS X 10.5.x
    version. The original grey-label install set of software and OS X it shipped with
    likely would be an older system than Leopard 10.5. Last versions of G4 Mac, &
    G5, shipped with a Tiger 10.4 system; so did early Intel-based Mac. Grey discs
    which accompanied other computer build models generally do not interchange.
    The last OS X version a PowerPC architecture can use, if supported, is 10.5.8.
    A PPC processor at 867MHz & faster should be able to run OS X 10.5 Leopard.
    {With the correct disc installer, you can use it to change a password and other
    things including re-install, and perform disk utility functions, etc.}
    There is a chance you may be able to get a white-label Replacement 10.4 DVD
    or Replacement 10.5 DVD from AppleCare or the online Apple Store (800myapple)
    from a Mac OS X system specialist; these have been available yet hard to get
    as not all persons involved with them seem to know if they still exist until someone
    is asking. These aren't retail stock, are special discs for computers who could use
    a system later than original old discs; these are complete install discs not for one
    specific series of Mac. Generally they'd work in supported PowerPC G4/G5; but
    do not replace specialized original install DVD, such as an early Intel mac requires.
    You'd need to have a serial number of the computer, and a method of payment
    when seeking some replacement system media from Applecare or Apple sales
    and these discs are not available in a retail store. The original Retail discs are
    labeled differently and shipped in a retail box with a big X on the front. Other
    sources for retail 10.4 Tiger or 10.5 Leopard may be online via amazon sellers
    or computer resellers who handle repaired Macs. Avoid mystery grey label ones
    that were intended to be sold and kept with their original computer kits.
    Good luck!

  • I have an old ipod touch and it keeps saying, ipod is disabled. I connected it to itunes and it said, sorry you need to put the passcode in, but it wont let me. And my power button doesnt work.

    I have an old ipod touch and it keeps saying, ipod is disabled. I connected it to itunes and it said, sorry you need to put the passcode in, but it wont let me. And my power button doesnt work.

    iOS: Unable to update or restore

Maybe you are looking for

  • CS3 installs but won't run

    Ok - not sure if this goes in this section or not.. but it's a technical question. My b/f bought me a Dell Laptop last week. It has the recommended minimum of everything adobe says it needs for photoshop CS3 (see below for 1721 specs) When I installe

  • Skip inspection at the time of Goods Receipt

    I want to skip inspection since it has been done at source. How can I do it at the time of GR ? I know about activating indicator 'Source Inspection - No GR', but I don't find it in MIGO screen.

  • How can I get Log Express to recognize my external keyboard? - NEWBIE

    I'm using a Lexicon Lambda phantom powered converter (I think that's what it's called) to run my Left and Right 1/4" cables to, from my Kurweil master out. Then the USB cable from the Lexicon out, to the Mac. How do I get Logic Express to recognize t

  • How to validate xml file with XSD schema ??  in JDK1.4.2

    How to validate xml file with XSD schema ?? in JDK1.4.2 i dont want to use new Xerec Jar ... Suggest option ...

  • File associations (always open with...) are constantly reverted

    Hi, This sounds like a minor problem but is a major hassle on every workstation. We want to change file associations for all types like opening all .eps with illustrator instead of Preview.app and many others. Our Workstations run Lion 10.7.1 and hav