Hi,
I would really appreciate help on this. I have a script (s1.py) which I would like to call from another script (s2.py). No problem there.
The first issue is that s1.py has a command line parser which I would like to keep but instead of fetching the information from the command line, I...
Hi,
To make a long story short. I am working on a report that requires a PDF output.
Now I want to left align a column say Amount so that:
Amount
---------
100$
So naturally I have a field for text 'Amount' a field for text '- -...
I am working on a very simple report.
The layout consists of a frame, a repeating frame inside the frame and a field inside the repeating frame.
The fiels comes from a column formula I programmed. I have two issues.
1. I want to remove the empty space where the header normally goes.
2. The...
Does anyone have any idea where I am supposed to find a java bean container in a form open with forms builder? This is a really urgent issue here for us so I would apreciate ANY input and will explain more later..
Hi all,
We have a report that is currently ouptuted in text and I was asked to additionally provide a pdf output.
The problem is that in the pdf output the font is automatically chosen as one or two points larger and hence there is not enough space for the data to be displayed within the...
Just a general question,
Is it possible to have a report setup in such a way that the users chooses whether the output will be in pdf or text. The way we have it right now is we have multiple copies of report such as:
Report1--pdf
Report1--txt
and depending on the wish of the user he runs...
Ok...I have a new problem now. The SQL query is accepted thanks to your help. Just a reminder. I am doing
SELECT
... . ...
&lex_var my_alias
... ...
FROM
...
GROUBY
my_alias;
Also, my_alias is likend to a column for display in the report. Now, essentially the new problem is that...
Hi,
In the query of the report, want to do something like:
Select
&lex_var my_alias,
... .....
FROM
....;
Now when lex_var, a bind variable is defined as:
:lex_var = 'statement I want'
I have an error saying 'my_alias' is undeclared identifier.
However with
:lex_var = 'statement I want...
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.