RE: How do I change the labels on my parameters and have the report reflect...
Hi Sohaib,I cannot delete the RDL because I dont have access to the ReportServer even from Configuration Manager ("Unable to connect to the Report Server *****")
View ArticleRE: How do I change the labels on my parameters and have the report reflect...
okay, one more point.Usually when we click on VS project inside AX and click EDIT.it loads Project in Visual Studio and also loads a report also itself i.e. at this point you don't need to click...
View ArticleHow do I change the labels on my parameters and have the report reflect my...
I have created a report using RDP classes. It has 2 parameters, From Date and To Date. Previously, I had both parameters declared as TransDate EDT in the class. The label for both parameters show as...
View ArticleRE: How to Replace Header Value from Second page On wards in SSRS Report.
add textbox to top right of the report and apply expression to show /hid =IIF(Globals.PageNumber=1,False,true)
View ArticleRE: Setup BI on AX 2012R3
While developing a report you should be able to right click on the report design element and run the preview command to view the report.While you can include links to reports in enterprise portal you...
View ArticleSetup BI on AX 2012R3
Dear allfriend,My customer, he want my team design SSAS Reports !I have installed :SSAS report extension + SSAS SQL. But , i dont know why tools to view BI report ? ,View BI reports we must setup...
View ArticleRE: SQL query join ProdCalcTrans to ProdBom
Usually, we recommend querying the data through AX and reporting on it in an ax form or in an ssrs report. That way you don't have to deal with the details of the sql table relationships. However...
View ArticleRE: SSRS exception
Is this happening only for specific users?I'm wondering if it could be related to the security settings for the table being queried. If a user does not have access to some of the fields, then they...
View ArticleSSRS exception
There is row group in a Tablix that has hidden property for visibility set asIIF(field!ABC.value = "", True, False)Sometime not always SSRS throw exception...
View ArticleRE: AX 2012 R2 CU7 SSRS print to file issue
I'd suggest creating a shared folder and then using a unc path to the shared folder as location at which to save the report. A unc path should work as unc paths specify the machine for the share. With...
View ArticleAX 2012 R2 CU7 SSRS print to file issue
We have a report (PO Confirmation) that when the user attempts to print it to a FILE (PDF) and enters a folder on their desktop (i.e. c:\users\username\desktop\attachments), the AOS is attempting to...
View ArticleRE: Is it Possible to Run Management reporters from inside AX directly ?
Hi NWIn standard AX, it is not possible to generate Management reporter reports directly from AX. Users can access the management reporter through AX (General Ledger | Reports | Management reporter)....
View ArticleIs it Possible to Run Management reporters from inside AX directly ?
Dear is it possible to link Management Reporter reports to AX so that users can run them directly from AX ?Regards
View ArticleBlocking sales order for past due vendor
Hi eberybody,On Acvount Receivable, I set dunning letter with blocking customer witch could be on past due. I have a couple of question.When a customer is on past due :1 - What is blocked? Quotation ?...
View ArticleRE: Error while running SSRS reports in AX 2012 R2
Some ax reports call into helper assemblies for various purposes. These assemblies are normally deployed along with the report. There are also some changes made to ssrs configuration when ax...
View ArticleError while running SSRS reports in AX 2012 R2
Hi,While running SSRS reports in AX, I am getting following error message:Error while setting server report parameters. Error message: Failed to load expression host assembly. Details: Could not load...
View ArticleRE: Form InventOnhandItem InventDimId
the inventLocationId field is visible on the grid I have made it to stay visible on the Grid. But still no luck.
View ArticleRE: Performance issue...
Is there a performance service that I can run on the server to evaluate this?
View ArticleRE: Purchase Requisitions to confirm Purchase Orders
I'm pretty sure this is easy to configure security/role, simply disable all the form actions except for the process attached to the "confirm" icon on the menu ribbon.
View Article