How to not make a report NOT print hidden fields

I have a report were i have alot of hidden fields under my real report. My report uses calculations from the hidden fields.
My problem is that when i run the report and export it to for example PDF. It generates 4 pages. 3 of them are empty and the first one is the one i only want to use.
I think this is because i have so meny hidden fields. So can i do something so that the pages with hidden fields do not get exportet?
Systemdeveloper @ 4film

Hi Edvard,
According to your description, when exporting the report, you don't want to have the hidden fields exported. Right?
In Reporting Services, when we export a report, all the parts in this will be exported including all the hidden report parts. In this scenario, even you cancel the page break and make it together on one page, those hidden fields will still be exported
as blank space in your report. And if there are too many hidden parts, it will exceed the page size and still have blank page in your report. So for your requirement, we suggest you use some function like Lookup(), LookupSet() in expression to do calculation
for other data fields instead of using a lot of hidden fields.
Reference:
Lookup Function (Report Builder and SSRS)
LookupSet Function (Report Builder and SSRS)
If you have any question, please feel free to ask.
Best Regards,
Simon Hou 
Correct, i don't want them exported. when i generate the report all my required data fits on one page. And then i get three blanks.
Systemdeveloper @ 4film

Similar Messages

  • How can I make the media size print option "custum" become available if it is not currently?

    How can I make the media size print option "custum" become available if it is not currently?

    See this article also: http://readwrite.com/2013/10/15/ios-7-fixes-iphone-4-4s#awesm=~oktbEwjOyyvr80

  • HT3771 I Have a Kyocera FS-C2026MFP printer/scanner. How can I only pint the document in Black. I cannot work out how to not print in colour to save the inks!!

    I Have a Kyocera FS-C2026MFP printer/scanner. How can I only pint the document in Black. I cannot work out how to not print in colour to save the inks!!

    Welcome to Apple Support Communities. We're users here and do not speak for "Apple Inc." or "Kyocera Inc."
    http://usa.kyoceradocumentsolutions.com/americas/jsp/upload/resource/25359/0/Mac Driver3SoftwareGuide1.1.pdf
    On the printer driver documentation, Page 5, in the Imaging setting, although the options are not specifically shown, there should be an option on that screen of the print driver to click and select "B/W" or 'black and white' or 'grayscale' or 'monochrome' as Print Mode rather than the "Full Color" option shown in the illustration below.
    You access these settings once you have selected 'Print' from an app.
    If necessary, you might need to click on the 'Down arrow' button next to the printer name (OS X 10.6), or 'Show Details' button at the bottom of the print dialog box (OS X 10.8) to see additional settings.

  • How do I make my HP P2055dn printer into a wireless network printer for 5 computers

    How do I make my HP P2055dn printer into a wireless network printer for 5 computers? Windows versions on computers used are  XP,Vista & 7.
    Thanks
    Leon

    Unplug the USB cable from the printer.  Plug your printer into your wireless router with an Ethernet cable.
    Next, on each computer, get the latest software for your printer from the "Support & Drivers" link at the top of this page.  Install it and select "Network" installation when it asks.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • How do i make the report in a horizontal form

    Hello,
    How do i make the report in a horizontal form (reports 10g) i cant find that option..
    zanks

    you must set the ORIENTATION under Data model - system parameters to LANDSCAPE
    and under layout model properties of Main section set width and height

  • How can I make a report for a mistake in the Dictionary application of the iPhone?

    When you highlight something you've written and then you press on "Define"... there is a mistake in one of the entries of the dictionary....How can I make a report to Apple?

    http://www.apple.com/feedback/iphone.html

  • How do I make iPad add a printer using airport extreme?

    How do I make iPad add a printer using airport extreme?

    Please check this Apple Support article: Apple Support - AirPrint Setup and Troubleshooting

  • How to not print a page of a report under a condition

    Hi,
    I need to build a report with a specific layoutdepending on a user paramater.
    Ex:
    If parameter value is 1, then display the layout of the first page of the report
    If parameter value is p_layout2, then display the layout of the second page of the report
    If parameter value is p_layout3, then display the layout of the third page of the report
    If parameter value is p_layout4, then display the layout of the fourth page of the report
    So I built a report, putting on page 1 the first layout, page 2 the second etc.
    I put each layout into a frame, with FormatTrigger as of: IF :paramater IS 'p_layoutx' THEN TRUE ELSE FALSE.
    The output prints only the frame needed (the one attached to the value passed by the parameter) BUT prints blank pages for all others (the 3 remaining ones).
    So, how would I do to make the report NOT to print these blank pages, having only one page printing, the one that matches the condition?
    Thank you in advance.

    I found a way to achieve my goal: Instead of creating a frame with formattrigger for each of my layouts and inserting in it all my objects (text fields and graphics), I don't create any frame, put all my objects on the desired pages and put the formattrigger conditions on these objects with vertical elasticity for all of them. When not the condition is not met, then all objects are shrinked. It is weird that the behavior is not the same with a frame (the frame with vertical elasticity should "shrink" itself; or maybe I missed something).

  • How to not print a certain background image?

    Hello all,
    I wonder how can one make a certain background image automatically not to be printed ...
    changing the transparency to 0% every time is not very elegant ...
    cheers
    North

    A big red button in the middle of the screen that says Whatever.
    Peter

  • How do I make Crystal report viewer navigation icons display

    Visual Studio 8 accessing Crystal Reports Server 11 r2 using development web server.
    Report renders just fine in viewer but none of the viewer icons seem to find their image - all appear as X. 
    Debugging shows the src for icons is "this.src='/crystalreportviewers11/images/toolbar/(gif name)" such as "this.src='/crystalreportviewers11/images/toolbar/export_over.gif'".   I have such a directory\file in c:\program files\common files\business objects\3.0\crystalreportviewers11\images\toolbar\export_over.gif .
    perhaps related or a different problem: I get java script error when trying to print or export the rendered report: "Microsoft JScript runtime error: Object doesn't support this action" pointing to line: print = false;crystal_postback="<input type='hidden' name='__EVENTTARGET' value='myCrystalReportViewer'><input type='hidden' name='__EVENTARGUMENT' value='export'><input type='hidden' name='__LASTFOCUS' value=''><input type='hidden' name='__VIEWSTATE' etc.
    I see that java src is in the same neighborhood as the missing images: "JavaScript" src="/crystalreportviewers11/js/export.js" and using same hierarchy as above, I find this java file.
    Regarding missing images, how do I make viewer see these?  Where do I copy the images or how do I point the viewer to where they are?
    alan

    Out of the frying pan and into the fire...   I offer the following for other novices like myself and hope that experts will correct any misconceptions.
    My Crystal viewer control still does not display icons or print and now behaves badly when trying to display a report.  I would appreciate any advice.  Details follow.
    We have a Crystal Reports Server XI r 2.  I obtained the installation disks from tech support to install client tools on my development workstation.  These disks installed version 11.0.3300 .  After some research I have come to believe the following:
    Crystal Reports XI r1 = 11.0 = Managed 3.0
    Crystal Reports XI r2 = 11.5 = Managed 3.5
    Crystal Reports 2008 = 12 = Managed 4.0
    So I actually installed release one client tools.  The disks I received were the only installation disks we have, but I believe the server was updated to release 2 via web.  I could not find anywhere on web where I could download the release 2 client tools nor could I find any executable on server installation of release 2 to install the client tools to the development workstation.
    However, I also hold a license to the full blown BOE server at XI r2 release  I installed the client tools from these disks to my development workstation.  This installed version 11.5.3300 .  Based on other messages, I believe I need to get to 11.5.3700, but I am lost as to how to get this version.  The differences in versions may be the sole cause of my remaining problems, but I doubt it.
    To make sure I had no conflicts on development workstation, I removed all vestiges of Visual Studio and Crystal and then reinstalled VS2008, then Crystal designer, then Crystal Server client tools.  I also installed all service packs for these.  Tech Support tells me Crystal Reports Server has all service packs installed.  I noticed that the release one toolset installation created needed .dll's in both a program files\business objects\common folder and a program files\common\business objects folder, but the release two installation created only the former, not the latter - don't know if that matters.
    I had a Crystal viewer app at version 10.5 that worked fine for all reports except those that use the Server business view layer.  I am creating a new web version that can handle all Crystal reports including those using business view layer.  I am following the BOE SDK tutorial for creating a viewer.  I am binding to Crystal Viewer with an infoObject cast as report per one of the tutoral ways of binding. (I wonder if I need to use a different kind of binding though the tutoral indicates this should work.)
    When I was using release 1 tools with release 2 server, the report would render just fine but the navigation icons appeared as X's and the print/export buttons resulted in error of "Microsoft JScript runtime error: Object doesn't support this action".
    Per suggestions, I got everything in sync (to version 11.5.3300 which is only release two version I have available) - all references, viewer control, image handler.  I did have to change the image handler type to "CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandlerPage, to get a successful build because type CrystalImageHandler (no "page" suffix) is not defined in Crystal Decisions.Web version 11.5.3300,  I also had to add a reference to CrystalDecisions.Enterprise,PlugInManager for the constant CePictureState.cePictureThumbnail to be defined.  This reference was not necessary with version 1 toolset and not mentioned in tutoral.  Now I have the following symptoms:
    1.  When I bind to a very simple .rpt file stored in filing system of my workstation (displays a constant), the report will render in viewer but the navigation icons are still X's and print/export buttons still get JScript error message.
    2.  When I bind to this same simple report copied into Server folder using an infoObject cast as report (which used to render fine with release one client tools), I get the message: "The Page Server you are trying to connect to is not accessible. Please contact your system administrator."  This same report in Server folder runs fine using my Crystal Designer client.  I am able to display other attributes of the report object so I know I have a good report object.  So, my upgrade to 11.5.3300 has now additionally broken the report render.
    I would love to get to version 11.5.3700 and see what is still broken (I suspect there will still be some), but haven't a clue how to get this version of client tools.  Upgrading server to 2008 is not an option.  Downgrading Visual Studio to an earlier release is an option if VS2008 is contributing to the problem.  If I have to downgrade VS, what release is recommended?
    Any advice about any of these problems is welcome!
    alan

  • How do I make RoboHelp report missing graphics?

    [RoboHelp 9]  Before building my CHM, I need to find out if any linked graphics are missing from the project's \graphics sub-folder. Is there any way I can make RoboHelp report missing graphics? The Broken Links report doesn't care if graphics are missing, only if hyperlinks are missing their targets. The Image Report just lists all the images referenced by the topics, but doesn't test if they are actually present in the required location.  And if I build the help, the OutputLog.txt does not report that an image was missing.  Any ideas how to detect missing images, before my CHM goes public?

    While I agree, I feel that app developers are intentionally trying to mislead people. To play it fair, they should include the fact that it's a joke at the top of the app description.
    This particular app, Phone Tracker GPS, does not at all mention it's a joke until the last sentence of the rather long description:
    It's without a doubt the best joke you can play on them with your device! For entertainment purposes only and does not provide true device locator functionality.
    I mean, why not just make it in fine print? All very desceptive in my opinion.

  • How can i make the report previewer show a PDF file instead of HTML?

    Hi there,
    i made a report which can be called within a form by a button. This report is a PDF-report.
    I also have an option in the application to start the report from the menu. Then i get the Launch Report Form by Headstart. Here i can fill in for Desformat (in the options) PDF and Output to PREVIEW. Still it generates me a HTML report in my browser. How can i make it work so that the PREVIEWER will show me a PDF-report instead of the HTML?
    Kind regards,
    Dave

    You can not use PREVIEW as output type in webbased forms/reports. Try using as output type CACHE or FILE.

  • How do I make my hp J4580 printer print wirelessly from my mac 10.7.5 laptop

    Hi,
    I would like to make my HP J4580 all in one printer wirless.  I have a mac 10.7.5 laptop.  I have read the other posts and it appears to be possible but I can't figure out how to do it.  One of the posts said you need an Ethernet cable, however, there is no place on the back of the J4580 printer to hook up an Ethernet cable.  I tried hooking up the USB cable that came with my printer to my new comcast modem that has wireless, however, that did not work.  I do have sharing on.  
    1.  Is it possible?
    2.  If so, how exactly is it done?  Since I'm not that computer savvy, I do need step by step directions.
    I copied this from one of your other posts.  The back of my computer is exactly the same.
    Thank you,
    HR

    Hi hrsre,
    I understand you're wondering if you can make your Officejet J4580 printer work wirelessly or wired via Ethernet. I will certainly do my best to answer this for you.
    The printer you have does not have any wireless capabilities. If an HP printer does not come with wireless capabilities there is no way to make it such. What I would recommend at this point if you're adamant that you have a wireless printer is to call HP Tech Support for your area and inquire about the out of warranty trade in and trade up program to see what sort of wireless printer they can get to you.
    Hope this helps, have a great day!!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • How can i make a Report in OBIEE, Start From Physical and Business, etc...

    What's Different Between Physical Layer And Business Model, and Presentation ?
    I'm New In OBIEE and i want to make a Report But i didn't understand how can i make a Physical layer and how can i make a Relationship between a Table ?

    Hi User,
    OBIEE is not a difficult tool to understand.You have plenty of materials available in google,
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/tutorials/obiee10g-453439.html
    Make sure to do some hands on by following the tutorials and then post your queries in the forum.
    Rgds,
    Dpka

  • How can i modify my report to print in duplex mode ?

    Hello, I have a report to print orders (i use vb6 and CR XI-R2 at runtime with CrystalActiveXReportViewer object) but now i must print the payment conditions on the back of each order. What is the way to modify my report to do that.
    (Is there somewhere examples of duplex printing report?).
    Thanks in advance.

    Hi Ludek,
    I have imported the reg key but i have the same problem: you must install SP2 or SP4 before.
    Here is my reg key :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{94FB0978-D094-40C7-91D7-834D39220D4A}]
    "AuthorizedCDFPrefix"=""
    "Comments"=""
    "Contact"=""
    "DisplayVersion"="11.5.8.82627"
    "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,73,00,75,00,70,00,\
      70,00,6f,00,72,00,74,00,2e,00,62,00,75,00,73,00,69,00,6e,00,65,00,73,00,73,\
      00,6f,00,62,00,6a,00,65,00,63,00,74,00,73,00,2e,00,63,00,6f,00,6d,00,2f,00,\
      00,00
    "HelpTelephone"=""
    "InstallDate"="20080416"
    "InstallLocation"=""
    "InstallSource"="C:
    CRXIR2SP2Full
    win32
    "ModifyPath"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,78,\
      00,65,00,20,00,2f,00,49,00,7b,00,39,00,34,00,46,00,42,00,30,00,39,00,37,00,\
      38,00,2d,00,44,00,30,00,39,00,34,00,2d,00,34,00,30,00,43,00,37,00,2d,00,39,\
      00,31,00,44,00,37,00,2d,00,38,00,33,00,34,00,44,00,33,00,39,00,32,00,32,00,\
      30,00,44,00,34,00,41,00,7d,00,00,00
    "Publisher"="Business Objects"
    "Readme"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,73,00,75,00,70,00,70,\
      00,6f,00,72,00,74,00,2e,00,62,00,75,00,73,00,69,00,6e,00,65,00,73,00,73,00,\
      6f,00,62,00,6a,00,65,00,63,00,74,00,73,00,2e,00,63,00,6f,00,6d,00,2f,00,00,\
      00
    "Size"=""
    "EstimatedSize"=dword:001bcc81
    "UninstallString"=hex(2):4d,00,73,00,69,00,45,00,78,00,65,00,63,00,2e,00,65,00,\
      78,00,65,00,20,00,2f,00,49,00,7b,00,39,00,34,00,46,00,42,00,30,00,39,00,37,\
      00,38,00,2d,00,44,00,30,00,39,00,34,00,2d,00,34,00,30,00,43,00,37,00,2d,00,\
      39,00,31,00,44,00,37,00,2d,00,38,00,33,00,34,00,44,00,33,00,39,00,32,00,32,\
      00,30,00,44,00,34,00,41,00,7d,00,00,00
    "URLInfoAbout"=""
    "URLUpdateInfo"=""
    "VersionMajor"=dword:0000000b
    "VersionMinor"=dword:00000005
    "WindowsInstaller"=dword:00000001
    "Version"=dword:0b050008
    "Language"=dword:00000000
    "DisplayName"="Crystal Reports XI Release 2"
    Hope this helps you.
    Just a precision : the message 'can't load data' not occures on all PC with runtime, At work i have installed runtime on 3 PC's (XP) and it works, problem occures when i 'm connecting to my customer's server (windows 2003 server SP2) via tse.

Maybe you are looking for

  • Error while deploying in OC4J Enterprise Manager

    Hello. I´ve got a problem deploying EAR and WAR files on my AS10g (904) via web enterprise manager. The following is a german orginal error output: Installation nicht erfolgreich: Plug-In-Fehler beim Lesen von verwalteten Dokumenten. Root-Ursache: Ex

  • Ubuntu Problem in Pavillion dv6 3208-tx Notebook PC

    I own an HP dv6 3208-tx Notebook PC. I installed Ubuntu 11.04 recently and I'm facing the following problem. From the bootloader, when I select Ubuntu, it doesn't load. It gets stuck at a black screen without any cursor. If I go to Windows and turn o

  • Net effect on Physical Inventory WM level

    Hi, While doing the Physical Invetory at WM level, the problem is faced below. 1) say material A is not found in the bin as specified by system (Document created in LX16) So while taking the difference list the material A is shown as lost. 2) the sam

  • System Copy -Solman 7.1 Adjust name table phase error

    Dear Experts, I am on way of performing the system copy for solman 7.1 from prod to dev system.We are encountering the error in the adjust name table phase .Below is the log : ERROR in initialization (can't get R/3-version) ERROR in initialization (c

  • Detect row lock during insert

    Hello, is there a way to detect whether another process is inserting same row into same table, at the point of insert? For eg create table p1 ( col varchar2(10) ); alter table p1 add constraint p1_pk primary key (col); Session 1: Insert into p1 value