We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello everyone,
I want a "report" which simply prints a number on a label maker. So all I want is to print the one details section.
However, when I preview, I see one final, empty page. It seems to be the page footer. Even though it is suppressed...
Hello everyone,
I am looking at a strage problem and cannot seem to solve it.
I have an iterating sample number. So I want to show certain Details Sections and also vertain formula results only when the sample number is changed.
So the suppress...
Good morning,
unfortunately my initial approach for using a formula to identify the section the formula is iused in, was not possible with built-in methods (https://answers.sap.com/questions/13931185/possible-to-use-if-with-referal-to-eg-details-b....
Hi everyone,
I am trying to reduce the amount of code I use.
I have multiple detail sections in the report that are essentially clones of each other. The only difference is one line of code in the respective input formulas.
So depending on the ...
Hello everyone,
I have a whole bunch of calculations that I use in multiple formulas (always using local vars).
Is it possible to "outsource" these common calculations to a separate formula and then parse an input value, calculate and then retur...
Hello Dell,I found the issue in another place. Kind of feels like a bug....I formatted the Details section to be the same height as the report page. It seems that there needs to be some space "left" for the page footer *even* if the page footer is em...
Hello Dell,"New page after" was not checked. There is also no generel "New page after" for the Details section. Only "end of section" or "visible datasets" (my version is in German and I cannot switch to English, so maybe the translation is off)."New...
Good morning dell.stinnett-christy thank you for your explanation.I had tried the combination withNot(OnFirstRecord) AND {SAMPLE_NO}=previous({SAMPLE_NO})and it did not work.I used the Not(), if that makes a difference. So I will try yours.I thought ...
How do you mean? If I define a global variable in detail a and one in detail b, they will both be "true" aka their respective value throughout the entire report, will they not?It seems the global variables are declared independently of where the form...