report

cobertura report

≡放荡痞女 提交于 2019-12-13 06:54:45
问题 I am making a jar file of project1 and placing the jar file in project2. For project2 I'm able to create the coberatura report. My question is how do I get the cobertura report for project1(in jar format) which is in project2? 回答1: I got solution. instrumented the class of project1 build the jar place the jar in project2. .ser file created placed in tomcat home path. I deployed project2 in tomcat and ran the application. After stopping tomcat the .ser file was overwritten. Now generate the

Crystal Report: Suppress Hightligthed fields on print

大兔子大兔子 提交于 2019-12-13 05:49:44
问题 I have a crystal report which is previewed by the users (in a third party application) and they need some fields in this report highlighted (simple enough), but when they print the report to the B&W laser printer those fields must not be highlighted anymore. Anyone know how to do this? 回答1: It can be done by using a parameter of boolean data type which will control the appearance of the fields in preview or print mode. So for example in preview mode the parameter will be set to True and False

Report is not loading when using parameters

血红的双手。 提交于 2019-12-13 04:54:28
问题 I have created a ssrs report and uploaded it in reportserver which is working fine. Then I have added 4 parameters to the same report. It works fine in my local machine,But not working when uploaded to report server. Is it because of any permission issues? 回答1: it was because one of my reports was having more than 1000 values. So I have made the following changes in web.config of the Reports server and it is working fine. <add key="aspnet:MaxHttpCollectionKeys" value="10000" /> 来源: https:/

hiding a field using Openerp report designer

核能气质少年 提交于 2019-12-13 04:43:43
问题 I am using OpenERP report designer to alter the sales order report a bit. Background: I am trying to remove the internal reference of a product that appears in my invoices, sales orders and quotations.... Actions done: I have created a new field through the delevoper mode and named it x_showintref which is a boolean ('x_showintref': fields.boolean('Show Internal Reference'))... What to do: I am trying to edit the sales - quotation report so that when the x_showintref is ticked, it will

C# and Crystal Reports SDK - Selection Criteria Ignored

微笑、不失礼 提交于 2019-12-13 04:43:11
问题 I have a crystal reports rpt file being called from C# code. Report works as expected from Designer within Studio 2010. Same report ignores Selection Criteria when called from C#, but ONLY when including a certain table's field in the criteria. Current Criteria Example : date({transaction.transaction_date}) in {?FromTo} and {user_branch.branch_id} = 1 {?FromTo} is a date range parameter which works perfectly When I remove the branch_id section, the {?FromTo} date parameter is checked

Jenkins FxCop errors should fail the build

我的梦境 提交于 2019-12-13 04:08:31
问题 I have a FxCop.project file which i call using a Jenkins job "C:\Program Files (x86)\Microsoft Fxcop 10.0\FxCopCmd.exe" /project:"D:\Testing\Source\FxCop\BrokerApplication.FxCop" /out:"D:\Testing\Source\FxCop\BrokerApplication.xml" What i want is to fail the job if there are any FxCop errors. Is there anyway to do this ? 回答1: After googling for hours I found a partial answer here and decided to update it to an executable. You can find my solution here. How to run it: Checkout FxCopParser.exe

how do i subtract two grandtotal fields in Crystal Reports

北城以北 提交于 2019-12-13 04:01:36
问题 I'm using crystal reports and i have created two sum grandtotal fields. Now i want to do field 1 - field 2 in a X1 formula, but i can't call those fields into the formula. So I tried to use Sum({field1}) - 2 but that doesn't seem to get the grandtotal. Is it possible to do a grandtotal in a sum like Sum({field1}.GrandTotal) ? 回答1: create a formula and write Sum({field1}-Sum({field2} and place at rigt most part that is after all columns. If this doesn't work then follow below process. Crate a

Hiding/showing report field based on values

十年热恋 提交于 2019-12-13 03:58:58
问题 this is a really simple query but I have a total mental block with it. I am modifying the Customer Account Statement report, and we have two Invoice ID Fields, I want to hide one if there is a value in the other. For example; If(custTrans.InvoiceID_1 != '') { return CustTrans.InvoiceID_1 } else return InvoiceID_2; I understand this would be carried out in Fetch Method, but I believe this is not the case, I have tried several ways of carrying out this change but have had no luck, any

how to use Power Bi Microsoft Without the use of Azure Services

穿精又带淫゛_ 提交于 2019-12-13 02:25:06
问题 I am just getting started Power Bi And I have in mind for Local use And Not Use Azure Services And report output in software that is written By Asp.Net Mvc I thank you for your answer , if possible , if introduced similar project 回答1: I believe, there is no way to do that without Azure at all - local hosting is in the development. Microsoft has the corresponding implementation called PowerBI Embedded to implement what you want: https://azure.microsoft.com/en-us/documentation/articles/power-bi

Conditional Formatting via VBA MS Access Report not working

只谈情不闲聊 提交于 2019-12-13 02:19:11
问题 I am having a trouble while trying to conditionally format the exhibition of records in a report inside a MS Access 2007 form. I have search the Internet and I have seen lots os fellows stating that it is possible to perform visual changes in a single record via code implementing the method Detail_Paint() for the event Paint of the Detail section in a Report. Those people say that something like this is going to work: Private Sub Detail_Paint() val = CStr(Me.someTextBox.Value) If val =