BFC: Cell formulas in reports

Hello,
I wonder if it´s possible to insert a cell formula (IF formula) in a BFC Report, which has a text as a result.
Formula should look like this:
= IF (A1 > 0 and B1 = 0; "YES"; "NO")
I always get "Incorrect formula" as long as I use "YES" or "NO" as a result. As soon as I uses numbers, the formula works.
Is this a normal behaviour?
We are using SAP FC 10.0 SP09
Regards
Martin

Hi Martin,
According to FC10 Windows User Guide: "Note: Cell formulas do not enable you to display text. Similarly, they do not enable you to apply conditions to text."
A possible workaround is setting text in Cell Format > Data > Display for positive, negative and zero values. In your case above, you can set formula in "control" cell as = IF (B1=0; A1; -1) and set cell Display as "YES";"NO";"NO".
Best regards,
Olga

Similar Messages

  • Cell formulas stop reporting correct values. Numbers 3.5.

    10.10
    Numbers 3.5
    In the same table:
    I have a cell (say #1) with a number value entered say 10.40.
    I have another cell (say cell #2) that is set to equal that cell's value.
    This works and cell 2 reports the correct value of cell 1.
    But once every 10 or so restarts cell 2 stops reporting cell 1's value correctly.
    It reports the previous value after I change Cell 1's value.
    Sometimes deleting cell 2's reference and re-entering it works.
    Other times it just continues to report cell 1's previous value.
    Getting cell 2 to report the current value of cell 1 can be a chore.
    Other cells on the same sheet with more complicated formulas also stop reporting the correct values.
    Many references are for cells in other tables on the same sheet.
    I can spend 30-45 minutes correcting the mess every 10 or so restarts.
    Anyone else have this issue?
    Any suggestions welcome.
    Thanks   ...   Ken

    Nothing like that here.  Have you tried deleting Numbers 3.5 (go to LaunchPad, hold down the mouse button until the icons quiver, and click the x by the Numbers icon) and re-downloading from the Mac App Store?  Also have you tried shutting down and restarting your Mac?
    SG

  • Constant Checking in Row Formula for Report Writer

    Dear All,
    Please advice what is the format to check a constant (string) in the row formula for Report Writer.
    Let's say if I want to check the cost center group -->
    If '&1KOSET' = 'ABC' then .... else......
    So, what is the format for ABC? Because if i put 'ABC' it will be treated as cell. But if i do not put the ' ', then i get system error.
    Thanks a million for your advice.
    Best Regards,
    CW

    Hi John Lee,
    The logic that you would want , can be implemented through a column set. That is, as per your logic written in the set, your column values differ.
    First in your set, keep your account number in the first set line. ie. 5000000.
    Then you enter the following formula in the second line of a set defined for a report column:
    IF u2018001u2019 > 5000000 THEN u2018001u2019 ELSE 0
    If the value in the first column (set line 001) is greater than 5000000, then this value displays in the second column; if the value in the first column is less than 1000, the value 0 displays in the second column.
    Revert if you need any additional help.
    Regards,
    Subin John

  • Cell definition in Report Painter

    Dear All,
    I am looking for some documentation or any other sort of help regarding the cell definition in Report Painter reports.
    Regards
    Shirazi

    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/46/1a1c3ac9fb1d75e10000000a114084/content.htm">SAP documentation</a>

  • Double click on cell in alv report

    Hi all,
    I want to show detail popup on cell of alv report. how to get the cell value.
    plz tell me the logic for getting cell value.
    thanks in advance.

    Hi,
    IF RS_SELFIELD-FIELDNAME = 'EBELN1'.
    * Read data table, using index of row user clicked on
    READ TABLE IT_EKKO INTO WA_EKKO INDEX RS_SELFIELD-TABINDEX.
    Please remember the field EBELN1 should be in IT_EKKO. after the read statement you can move which ever field you want to another for further processing
    like
    READ TABLE IT_EKKO INTO WA_EKKO INDEX RS_SELFIELD-TABINDEX.
    if sy-subrc eq 0.
      move it_ekkp-( your field name) to v_field
    endif.

  • Hiding the blank cells in Webi report - BO 4.0

    Hi,
    I have created a webi report in which i have used different types of blocks
    1) Form table
    2) Verticle table
    3) Horizontal table.
    so now in real time there chances that some of the blocks will not have any data.(i.e it displays blank cell) in the report.
    so now i have to hide only the blank cells and not the table headers.that means though the cells are blank i have to display headers.
    what formatting changes i need to achieve this in Webi Report.
    If anybody does this please let me know the step by step logic in detail.
    Thanks in advance.
    Regards,
    Naga Nanda Kishore.

    Hi,
    We cannot hide specifc cells in WebI, however we can choose to whether to display or not empty measure values and empty dimension value.
    So you need to select the desired block-> Right Click  and Select Format Table-> Uncheck Show rows with empty dimension values or Show rows with empty measure values whichever is required to be hidden.
    Hope this helps.
    Regards,
    Manpreet

  • New column with formula in Report Painter - GRR2

    Hi gurus,
    I want to insert a new element in my new report painter created by GRR2. I took a standard report and I copied the report.  I know how to insert a new element.
    The problem is I want to choose the value of a field in PROJ table for create a formula in my report. The users insert a value in user-define fields of CJ20n, and i would like to choose this value for create a formula in my report.
    Can I create a formula to take this value from the table PROJ? If I need to create a characteristic for choose this field, as I can create?
    Thanks.

    Hi,
    My question is:
    Can i pick a value of a table (proj) for use in formula of report painter??
    Many thanks.
    Regards.

  • Adding formula in report writer

    Hi Experts,
    I am trying to build a formula in report writer
    In one the hierarchy report   I need I have 4 columns formula should be
       A-B-C =X but values should populate in the X column when the A column value is greater than the B or C, or B and C 
    If add the simple formula A-B-C= X it will show wrong values if B values or C values or B+C values is greater than the A
    Is there any possibilities creating a conditions in the table TKCKO
    Please help me this issue.
    Thanks and Regards,
    Naren

    Hi,
    In the formula make a condition "IF (A > B) OR (A > C) THEN A-B-C". (if I got your logic right)
    Regards,
    Eli

  • Append table with multi-line cells to word report

    Hi,
    I am using LabView 7.0. I need to append table to word report and I am using Append Table to Report VI. My VI works fine as long as the table cells do not have multiple lines. For multiple lines, each line is put is a seperate cell in the word report.
    Is there a way to append multi-line cells to Word Report??? If not, any suggestions on how I can copy the multi-line table to Word report???
    Please kindly help!!
    Please see the attached document for details on the problem.
    Thanks,
    Mim
    Attachments:
    Table with multiple line cells.doc ‏33 KB

    Hi Mim,
    Yes I understood the multiple-lines part. I think the doc is the report you want. Correct ?
    The doc is generated with your VI without any modifications.
    I am using XP, Office 2002 SP3 and LV7.1
    Attachments:
    Verification Report.doc ‏39 KB

  • Remove blank cell in Webi Report

    Hi Guys,
    I have one simple ques. how to delete or remove blank cell from Webi Report.
    Regards,
    Manoj

    Mr Manoj,
    We assume that one posts questions that are difficult to find and a little patience in waiting for replies.
    Please see the [Rules of Engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] page for additional information.
    The product guides can be found here,  [http://help.sap.com/businessobject/product_guides]  please select and download the guide you need.
    Thank you!
    Simone Caneparo
    Forum Moderator

  • Fill cell color in report - the entire cell?

    Hi all,
    Apologies to ask for something that has already been touched on.
    https://forums.oracle.com/message/843430#843430
    This solution was great to read. It colors the text background in a cell, in a report, depending on the data within. This is almost, but not quite coloring the entire cell.
    I have been trying for a while but at this point can I put it to the brains trust? (ie you)
    In old school language, what I'm after is
    <TABLE border=1 bgcolor=#FFFFFF>
    <TR>
    <TD>my first table</TD>
    <TD bgcolor=#00FF00>my first table</TD>
    </TR>
    </TABLE>
    ...which colors one entire cell, rather than just the white behind the text.
    FYI, I would then go to make this conditional depending on the data in the cell - Effectively becoming the Excel stype Conditional formatting.
    Thanks.
    NT

    Hi,
    This might help
    Read Article - APEX 4 color classic report single column cells
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • How to apply condtion formula inside Report Writer and Report Painter

    Hi anybody,
    I am doing report painter. but i don't know how to include condition formula inside report painter or report writer. ex if condition ..
    Anybody please explain to me the steps of report writer how do this.
    I will appreciate goods answers to me.
    thanks
    Regards,
    S.Muthu
    Edited by: Subramaniyan Marimuthu on Jun 3, 2009 7:50 AM

    www.virtuosollc.com/PDF/Get_Reporter.pdf
    This is most useful PDF written by industry expert. This is more informative.
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/frameset.htm
    Regards,
    Ravi

  • Using Formulas in Reports

    Is there any way to create your own formula in Reporting instead of using the mathematical functions in the function drop down bar?

    What Tool are you using
    Interactive Reporting
    Financial Reporting
    WebAnalysis
    Wayne Van Sluys
    TopDown Consulting

  • Can i merge two cell in BO Reports?

    Hi!
    I'm new to this BO. I've already posted my problem in some other place in this forum. Now, I think that may be a wrong place to post.
    So, i'm posting this problem once more here.
    I'm giving you that link which i've already posted (Otherwise it will be duplicate thing to post the entire content) ->
    [Can i merge two cell in BO Reports?|Can i merge two cell in BO Reports?;
    Sorry for this initial mess.
    Waiting for your feedback.
    Regards.
    Satyaki De.

    Thanks for your reply.
    But, my requirement is slightly different than what you have shown.
    I've created two reports say report 1 & report 2. And, it should looks like this ->
    Report 1,
    YEAR QT         P1         P2
    2001 Q1                    25
    2002 Q2         13         14
    Report 2,
    YEAR QT         P1         P2
    2001 Q1          7         12
    2002 Q2         10
    And, my required final output should be ->
    YEAR QT         P1         P2
    2001 Q1          7         37
    2002 Q2         23         14
    So, as you can see - i'm merging and adding the values of two reports into one.
    I'm using Oracle 10g as my DB. Is it possible that i can write some SQL query any where in any place of the reports that can do this staff. Then i can go for that kind of solution, too.
    But, in that case i need to know where to write the query. Please reply.
    But, first -> Is it at all possible in BO?
    Thanks again for your valuable time to read this post.
    Regards.
    Satyaki De.

  • Cell definations in reporting?

    really we use cell definations in reporting in real time.
    Thanking u
    suneel.

    Hi ,
    Yes its required for some situations.
    But you must have two structures in column and row then only u can use this option.
    You have to use this some scenarios for example you are displaying time periods like Q1, Q2, Q3 & Q4 and Total in rows and amount values , percentage in column.
    In this situation in order to show the total u can sum Q1Q2Q3+Q4 values but percentage u cannot some, so u have to use cell defination where u can calculate percentage using restricted key fig you can select and show this by using cell defination.
    Assign points pls.........
    Best Regards,
    SG

Maybe you are looking for

  • Error while executing a process - it hangs!

    Hi there, please help me with this problem: I'm executing a CMD file with the next code and it hangs File file = new file("E:\\NDM_TEST\\UPLOAD_ENC\\CA210105.001.zip") Vector response = null; Log.debugLog("File to transport as a response " + getFileA

  • 865PE NEO2 FSIR fails memory tests

    This is the second MB that I've had this problem with, so something is causing them to fail.  Here's the story: New install, 865PE Neo2 FSIR + P4 2.6GHz 800MHz FSB, 2 x Crucial PC3200 256MB DDR, everything seems ok, XP installs with no problems. Abou

  • Windows or Mac ? How to check this out ??

    HI, I just restored for the third time my new IPod. I use a G4 and my Ipod was always ejecting itself without me doing anything. I phoned the Apple people and they told me it was because my Ipod was set up for Windows. Now the question is: How can I

  • How to find query names in transport?

    Hi Experts, We have collected around five queries for transport. But in SE10, we do not see the query names. How to find out the query names there? With Kind Regards, Kannan

  • Best process for idvd

    What is the best way to create a photo slideshow to burn to DVD? Should I export photos from iphoto, create in iDVD or use imovie. What are the pros and cons for each?