Hi All,
I am fetching some dynamic data from the database, need one of the fields to be a superscript.
Say field1 immediately followed by field2 as superscript.
Like Field1-Field2valueinsuperscript.
I tried using formula, HTML format but it does not work for subscript and superscript. When i...
I wanted to execute some sql statements before running the report ... i found a knowledge base article which exactly says how it can be done ...but it does not work ....
It actually asks you to add those statement sequentially in the command object ...when i did like that i am getting sql...
I have a main report, in which i included a sub report, in the main report's, REPORT FOOTER section... the subreport's page header only appear on the first page.
The sub report has 2 pages
When i run the sub report as a stand alone report then the page header appears on both the pages.
But...
I am trying to import existing report inside a main report as subreport. The existing report has a sub report. While importing the existing report the sub report inside it is not getting imported ... pls help !!
Thats perfect .. but in the second formula why you are declaring the variable again
whileprintingrecords;
booleanvar flag; --why declaring it again , are we not refering to the already created variable?
flag = true;//note no colon --this is for comparison
I placed the following code in suppress report footer
whileprintingrecords;
booleanvar flag := true;
And the following code in suppress page footer
whileprintingrecords;
booleanvar flag;
flag = true;//note no colon
The report footer no longer appear ...could u pls explain the logic ...what...
I have a table border that closes ...the report runs multiple pages ... in the last page if the report finishes in half of the page , i want to close the table there ... if i drop in report footer the initial pages will have a problem?
Once the data in the detail section is complete, i want the page footer to close right there instead of the end of the page ... could u let me know how to do that? ... i tried options like suppress blank data ...but did not seam to work ...help pls...
Whant to execute a delete statement before i select in the command object ....
i added the following in the same command object....
delete from temp_table;
select * from my_table;
it says invalid character ...then i tried removing the semicolon ...then it said SQL statement not ended properly...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.