RE: SSRS Expression Switch Statement
it is an enum. which returns an enum extended data type of YESNO
View ArticleRE: Positive pay : output file in text instead of xml
Hi Pellandk,Please check this old thread discussing similar question community.dynamics.com/.../111270
View ArticlePositive pay : output file in text instead of xml
I have been able to set up my environment in order to generate a xml file from a xsl template, but our bank requires a text file. Has anyone been able to generate a text file as output? If so, what are...
View ArticleRE: SSRS Expression Switch Statement
So lets return back to my question. if you add new column to a tablix and set a value to Fields!WFdisplayPrintCOA.Value you see "1" or "Yes" there ?
View ArticleRE: SSRS Expression Switch Statement
just tried it as Fields!WFdisplayPrintCOA.Value = "1". still the same result. hmm trying to think of an alternate solution. Maybe I can modify my display method and return a concatenated string with...
View ArticleSSRS Expression Switch Statement
Hi - I need to write an Expression in Visual Studio 2013 containing the Logic as written below. IF (WFRegionalID == "USA" && WFDisplayPrintCOA == 1){print ("[XX] Certificate of...
View ArticlePicking Negative
Good Afternoon,I have an item model group that does not allow physical negative inventory. However, I have a production control parameter that allows the picking list journal to pick in the negative....
View ArticleRE: SSRS Expression Switch Statement
well why don you do it in the DP class?use the logic in the processReport method and return the description you need.enums noYes are not good to use in IFF SSRS conditions, in that case use a str = 1...
View ArticleRE: Auto lookup using EDT with Table reference
try this:axwonders.blogspot.com/.../working-with-ax-2012-edt-relation.html
View ArticleRE: SSRS Expression Switch Statement
It's really strange because if you have NoYes enum in SSRS value would be "Yes" or "No" not "1" or "0". I don't know why are you getting 1, I just tried to do similar thing and my condition was...
View ArticleRE: ERROR: Could not drop object '' because it is referenced by a FOREIGN KEY...
I eventually found the problem. There is a bug in the older versions of AXUtil. Replacing the following files with the 6.2.2000.305 version solves this...
View ArticleERROR: Could not drop object '' because it is referenced by a FOREIGN KEY...
We use AXUtil to deploy new code to AX TEST and PROD environments. We also have an UpgradeTest environment, and when I test deploying the latest model store file, the AXUtil fails with this message...
View ArticleRE: SSRS Expression Switch Statement
Tatiana Garcia Ramos it is query based report no DP class for it. Now im trying to use a string and return the values of both the fields in one string and then I will use IFF to compare and print...
View ArticleFinancial statement - Excel is throwing errors
I am trying to run a financial statement and it keep throwing an error. I have installed office addins and office 365 (2016). Anyone see this issue before?Is it the wrong version of office?Thanks in...
View ArticleRE: SSRS Expression Switch Statement
look one example for a standard report that only use a query:=IIf(Fields!City.Value <> "" and Fields!State.Value <> "", Fields!City.Value + ", " + Fields!State.Value + " " +...
View ArticleRE: SSRS Expression Switch Statement
I just modified my Display method and returned the value of both the fields as one string. After that I just used iif in an expression to compare one field and get the results. Here is the Code display...
View ArticleProject Management
Hi all,I created a project and when i am trying to create purchase requisition of this project error "Project Category must be filled in""Sales Unit must be filled in"i don't know how to solve this...
View Article