How to suppress a section that depends on a total variable?

I have a 4 variables and I need to suppress the section where they are if they are = to 0. Those variables are initialized in 0 every time the group change.
please see attached.
I went to section expert and I wrote there {@formula1}=0 and that suppressed the section(I did the same for the other 3 sections), it works fine for the footer, but for the header it is suppressing the previews one, not the header where they are.
Can someone help me with that. 

Hi Otto,
You won't be able to suppress a header section using a formula that is evaluated in the later sections.
Your options include:
1) Pass the calculation to the database by using a Stored Proc, Command Object etc
2) Use a Subreport to initialize shared variables. This would have a huge performance impact though.
-Abhilash

Similar Messages

  • How to suppress a section that a blank subreport appears in?

    Post Author: MikeA-ICE
    CA Forum: General
    I have a series of subreports inside of a main report (each one in a different Group Header like GH2a, GH2b,etc. ) and there are certain times where there are no records in a particular group. The Subreport and the section it is housed in still appear though and I'd like  to suppress the section that  subreport appears in. I found the "Suppress if Subreport is Blank" option which works well but the main report section still displays and takes up space. How can I suppress a section in a report if the subreport it contains doesn't have any records and doesn't need to show?

    Post Author: MikeA-ICE
    CA Forum: General
    Never Mind! I had forgotten about the "Suppress Blank Section" option in the Section Expert. Works like a charm!

  • How could I pass parameter that depend on values in report from report to form?

    In my case, I want to pass 'gno' and 'qno' values of report
    to form. When click on the button then the form is showed.
    There are automatically values in gno field on form so that user
    don't complete this filed.
    So I create a button on the report . I enter Javascript in
    PL/SQL Code tab in '...after displaying the footer' as follow :
    htp.formOpen
    (owa_util.get_owa_service_path||'portal30.wwa_app_module.link?
    p_arg_names=_moduleid&p_arg_values=1736929105&p_arg_names=_show_h
    eader&p_arg_values=YES&p_arg_names=GNO&p_arg_values=1&p_arg_names
    =QNO&p_arg_values=2');
    htp.formSubmit(null,'New Answer');
    htp.formClose;
    The above code can pass only static value, while I want to
    pass values that depend on value in column of report to form.
    So please tell me how can I pass this value to form. I look
    forward to hearing from all of you. Please!!!!!!
    Thank You

    Thanks for the prompt reply.
    Yes. I am using a Custom Step Type.
    I have attached a trial code which contains the trial VI, sequence and the type palette ini file.
    Please have a look at it.
    Regards,
    Mirash
    Attachments:
    Injection trial.zip ‏35 KB

  • How to suppress a blank section in crystal report

    how to suppress a blank section in crystal report. although i have set the property
    "suppress blank section "=true ,still i m unable to suppress my section
    please help me to cope up this issue.
    thanks in advance

    One recommendation I make, when troubleshooting suppression issues, is to put a visible border of the section, area or object to be suppressed, and borders for all objects contained in the section or area.  This will help isolate what's suppressed, and whether the section is truly blank or has content that's blank.
    Furthermore, I recommend indicating which SDK and what version you're using when posting.
    Sincerely,
    Ted Ueda

  • How about a 'suggestions' section? or something like that?

    How about make a section where users can suggest features that they wish implemented on apple products?
    For a start, I would like to make a suggestion to itunes. How about give an option to choose which part of the ipod/iphone/ipad to sync? For example sync only the videos, but not the music, applications, etc.
    This solves my dilemma for example, because I store my music and video files on an external hard drive. So when I wish to sync my iphone, I have to connect the external hard drive to the PC first. It becomes a problem to me when I brought my external hard drive to some other place, but I want to sync my iphone.
    If I can choose which particular part to sync on the iphone, I can sync my videos without losing the other files like music, applications, etc.

    How about give an option to choose which part of the ipod/iphone/ipad to sync? For example sync only the videos, but not the music, applications, etc.
    You can do this already. Just opt select the items you want to sync.
    Regards
    TD

  • TS3276 When responding to an email, how do I suppress the "line" that appears on the left side of the originations email text?

    When responding to an email, how do I suppress the "line" that appears on the left side of the originations email text?

    Would you post a screen shot of a message so people can see what you are seeing? Make sure you cover any personal information using Preview. Post the screen shot in a Reply using the camera icon. Copy and paste doesn't work.
    Screen shots

  • How can I suppress a message that remains stuck when I open my lap ?

    How can I suppress a message that remains stuck when I open my lap ?

    What sort of message?
    Are you really still running 10.6.2, as noted in your profile? You really should update your system to 10.6.8 -> http://support.apple.com/kb/DL1399.
    Clinton

  • Does anyone know how to remove the sections in pages so that I can work with individual pages?

    Does anyone know how to change the sections in pages to individual pages so that I can move them about as in the demo?

    What version of Pages and what demo?
    Peter

  • How do I remove the "recent" section that shows up when I right click firefox on my taskbar?

    When I right click on firefox window in my taskbar it shows a "recent" section that displays my recent downloads above the "close this window" and other options. I find this annoying and I would like to remove it. I already have set firefox to not remember my download history, but that didn't help.

    # In the FF address bar, type "about:config", without the quotes
    # Press the enter key
    # In the filter, type "taskbar", without the quotes
    # Double-click the value for '''browser.taskbar.lists.frequent.enabled''' to change from true to false
    # Double-click the value for '''browser.taskbar.lists.tasks.enabled''' to change from true to false

  • How to suppress the Acknowledgement  Error in IDOC to File scenario?

    Hi -
    I got the status in SXMB_MONI as 'Processed Successfully' for the IDOC to File scenario but the Acknoledgement status throws an error saying 'Acknowledgement not possible'.
    I read one of the documents in the forums on how to suppress the acknowledgement using a table on R/3 side using IDXNOALE,
    i tried that option but i still get the 'Acknowledgement not possible' error.
    Is there any other way to suppress this error?
    Thanks,
    Tirumal

    Hi Tirumal,
    Receiver adapters that run on the Adapter Engine support system acknowledgments if they are requested by the sender. Acknowledgements are triggered when a message is successfully processed by the adapter or if an error occurs while it is being processed. Receiver adapters do not support application acknowledgments. The RNIF and CIDX adapters are exceptions to this rule, since they also support scenario-dependent application acknowledgments. Sender adapters of the Adapter Engine do not request any acknowledgments.
    This means, JDBC adapter does only send system acks, however IDoc adapter is requesting application acks. Therefore as mentioned by the previous poster, you have to disable acks for this scenario using report IDX_NOALE.
    Also go through these documents for any further help:
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how to handle acknowledgments for idoc.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    Regards,
    abhy

  • How do you delete songs that you purchased through iTunes but don't show up when you connect the iphone to iTunes they don't show up in music when you click on "On this phone"? I have my phone setup to manually manage music. Please help.

    How do you delete songs that you purchased through iTunes but don't show up when you connect the iphone to iTunes? They don't show up in the music section when you click on "On this phone". Side Note: I have my phone setup to manually manage music. Please help.

    Hi, Mrs.Frankie57. 
    Thank you for visiting Apple Support Communities.
    If you want to delete a song from your iOS device on iOS 7, tap Songs, swipe the song from right to left, then tap Delete. The song is deleted from iPhone, but not from your iTunes library on your Mac or PC, or from iCloud.
    iPhone User Guide
    Cheers,
    Jason H.

  • How to create a map that is larger than the game in width and height?

    hi,
    i wounder how i can create a map(not the design) that is larger than the game in width and height, part of it will appear in the main page and anther part you can move to it after you press the arrow symbol, but the map is just one image so i want put it in line and out line the game page, and the out line part includes buttons and symbols the player can use, but it will be in line and the other part will be out line when you press the left arrow or the down arrow, how i can do that?
    and is that possible to animate it so when the player press the arrow, will give it action to start the animation in one sec, i know how to animate it if that possible but i don't know which code i will use for the mouse click with the arrow symbol, and how to use the same code in the same symbol to start anther animation depending on which part of the map is on?

    I don't know a lot about mask and masked layers and how to work with the normal layers beside i will use some 3D graphics but not in the background, i will explain all this to you to be more clearly.
    first i am using action script 3.0
    close ex,
    you have 2d map"image"  900*300 pixel.
    this image contains some 2d symbols when you click will go to anther normal map (anther normal layer) so they must appear.
    your game 320*320 px, and the place the map will show on 300*300, and there's basics objects will be in most pages including the page that show the map so i don't know a lot about how this will work with mask layers.
    so you can only see the left side of the map image and what it contains, while there's two arrows one to the left and one to the right there's three cases here,
    first when it show the left side(start from x:0 to x:300), the left arrow will not active when you press and the right arrow will start an animation that make the map image move to the mid side in one sec when you press.
    in mid side (start from x:301 to x:600) the same left arrow will active when you press to send you back to the left side while the same right arrow will be active to send you not to the mid side but to the right side,
    when moved to the right side the same left arrow will be active to send you to the mid and the right will not active when you press and depending on that,
    first how to make the large image appear with the three sides in the same place without effecting the other objects "like disappearing them" ?
    and the codes i need in the same left or right arrow symbol to make different actions with the same symbol when clicked depending on which part of the map is on.

  • How to Suppress Header and footer.

    Hi,
    I have master-Detail report. Report prints One master and all detail records on a page. If detail records are more than to fit on one page, report prints master gaian on next page followed by detail records. For a master record If there are no detail records, I supress the master record also using format trigger.
    My problem is how to suppress the Header & Footer information that has to be printed on each page otherwise. When I suppress printing of master, All I get is Page header and footer. This happens only to the master records that fall in between. The pages related to last master records are not printed.
    How can I suppress printing of header and footer on blank pages.
    Thanks

    Thanks Santa & Rohit,
    As santa has suggested, I am already suppressing the printing of master record and its column headings based on the count of number of deatil records. If count of detail records = 0, I am suppressing master record.
    The problem is with Report header (TITLE etc.) and footer. I have to print TITLE and FOOTER on each an very page. So I have put these into Margins. The Count of master records at the report level, can be used to suppress the master records column headings and also TITLE and FOOTER. So if there is no master records, report does not print anything and that is fine.
    Problem comes when there are some master records with "No" detail records. Something like:
    -M1
    ----D1
    ----D2
    ----Dn
    -M2
    ----D1
    ----D2
    ----Dn
    M3
    M4
    M5
    ----D1
    ----D2
    ----Dn
    M6
    M7
    M8
    My report now produces pages for M1, M2 and blank data area (with Title and Footer) for M3, M4 and the M5. It suppresses pages for M6, M7, M8 etc. So if a master record has no detail records, but happens to be the last records that suppresses the TITLE and footer also.
    Any Ideas how to suppress TITLE/FOOTER for M3 & M4.
    Thanks

  • How to suppress email notifications from auto-contribute workflow step

    Hi all,
    does anybody know how to suppress the notification email that is sent from the contribution step (auto-contribute) of a criteria workflow. Now the user doing the checkin gets an email about the start of a workflow.
    regards,
    Harold

    Harold,
    few comments:
    - what is the step type of your 3rd step? Is it Review or Review/Edit-New Revision?
    If just Review, what happens if you change it to Review/Edit Revision or Review/New Revision?
    - calling just the UPDATE_DOCINFO service does not explain neither sending the email, nor changing the current step. What might be an explanation is calling a CHECKIN service in a Review step (the engine might be confused and 'restart' the workflow as it would not know whether a new, or current revision should be updated)
    Well, actually there could be one reason: updating the security group
    From whatever reason, criteria workflows are designed in such a way that security group is the mandatory parameter. This means that changing the security group might actually mean that the content item is in a wrong workflow (I was just about to ask "why on earth do you call UPDATE_DOCINFO in a Java?' and this came to my mind - custom metadata might be updated directly in iDocScript via wfUpdateMetaData http://docs.oracle.com/cd/E23943_01/doc.1111/e10726/c06_core_ref.htm#i1067045 ). If that's the case, you might have to re-design the whole stuff.
    Can you share details what is updated?

  • HT201272 How do I retrieve downloads that I purchased that no longer show up on my phone?

    How do i retrieve downloads that I purchased that no longer show up on my Iphone>

    What you can re-download will depend upon what country that you are in (music, films and/or tv shows can't be re-downloaded in all) and the type of item (audiobooks and ringtones are one-time only downloads) - the Purchased tabs in the iTunes and App Store apps, and in the ibookstore in the iBooks app, will show what you can re-download. If other items of the same type show there but a particular item doesn't (and it's still in the store) then you could check to see if anything is hidden : http://support.apple.com/kb/HT4919

Maybe you are looking for

  • Hi pls respond my code its urgent

    hi, my prblm is in this program i used bapi function module for upload excel data. bapi_incominginvoice_park. in my output park number showing increasing for each item. so i need parknumber it should be same for all items. i am sending my code pls ch

  • Stored Procedure row limit in MII

    Hi, We've a transaction that reads data from an Excel sheet and inserts those records in DB by calling a procedure. The application works fine if the rows in Excel is limited to 49. However, if the no. of rows exceed 49, then it doesn't work. On call

  • Oracle 9i on Solaris

    I have Oracle 9.2.0.1 client on Solaris. I need to update the client to 9.2.0.7 per 3rd party program requirements. I have downloaded patch 9.2.0.7 for Solaris from metalink - p4163445_92070_SOLARIS64.zip. but it tries to install the second Oracle ho

  • Time Intelligence current Week

    Hi I am new to performance point and I'm having difficulty to understand what it going on with the the time intelligence if I create  a date range and in the formulas I put the following day day-1 year week I get the following results day = [Date Pri

  • Is there a way to view podcasts in .mov format in itunes 11.1.5?

    The latest update to itunes, which unfortunately updated automatically on my laptop, no longer reads podcasts that are in quicktime. What is the best way to regain access to podcasts or similar fiels that were made for itunes using quicktime?