hi,
In a report (SSRS) users choose Country (a dimension) to get out some measures. Now I need to take away some Companies (another dimension) from the list. There is no relation between the dimension.
I have done some simple tests for doing this but I dont understand how to do it.
with...
hi,
in EnterpriseOne users often open report output in PDF format. When doing so they will always get prompted with a question to open or save file. They will always click open.
Is it possible to setup open as a default and not showing this alert.
Thank you for the advice but this is a standard system (Oracle EnterpriseOne) and we can not change data types in it. Rather, we can but we dont know that effect that will give. We have now already solved it with the work around so its not much more to say I guess. But, thanks for your time.
Thank you for your comment.
Here are some more details:
Command line in unix to do the load is (unix AIX):
sqlldr errors=0 rows=9999 discardmax=1 control=p1.ctl userid=... log=p1.log
p1.dat is the data file, ordinary text file, one line looks like this:
FENIXLR ; ;00;0000001...
In our sql loader scripts we load text files into unicode char fields. In previous version of the software it loaded the same text files into normal char fields and then it loaded blanks into blanks in table. Is this a bug, can the behavior be overwritten somehow?
Is it possible to use single signon in Hyperion 6.5 in some way. We want the users just to logon to the PC (Window XP and domain accounts) and then be able to start Hyperion 6.5 in citrix without loggin in once more. Is there a way to do that?
hi, have problem with transparent GIF. From one gif I want to extract a part and convert black (0,0,0) to transparent. Anyone understand why it wont work? Why doesnt black convert to transparent?
$im1=imagecreatefromgif($file1);
$im2=imagecreatetruecolor(30,30);
$black =...
hi,
is there a good tool that can help me in documenting a big system of .sh scripts calling pl/sql packages.
With this tool or guideline I would be able to see what code is not in use any more and to more easily follow what happens as I need to correct some problems in the code.
hi,
Today it looks like this:
A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site:
<select name="frame">
<option value="-">--Choose here--</option>
<option value="BG00" selected>BG00</option>
<option value="BG01"...
hi,
just trying to help. Sorry if you didnt understand me.
Its no point in doing:
$x='select ...';
if (!$x){exit('<p>Error in Sql statement!<br />'. 'Error: ' .mysql_error() . '</p>');}
you will need to do something with the sql statement before testing for mysql error.
hi,
havent looked in detail to the code. But the first if statement looks strange, just setting a sql statement in a string can not make it wrong.
I would suggest using a function to load data into an array and after that manipulating it, I find that easier.
$x=qq('SELECT * FROM company...
hi,
i tried this:
<?
$thumb = new Imagick();
$thumb->readImage('test.gif');
$thumb->writeImage('test.jpg');
$thumb->clear();
$thumb->destroy();
?>
and got:
Fatal error: Cannot instantiate non-existent class: imagick in /hsphere/local/home/petersja/cmsone.se/test1/php/apa.php on line 2
so I...
hi,
refering to thread434-1418977
I still have this small problem on the site www.cmsone.se/test1 where it is a admin page where you can download backgrounds. I split the gif file into nine pieces but then the transparent marker goes away. My next idee is to use black (#000000) as a marker...
hi,
refering to thread434-1484443
still havent fixed this on the site www.cmsone.se/test1. Does anyone know of some custom php code for loading into memory just a part of an jpg file?
hi,
we need to answer a question about password security for our installation of Hyperion. We use Hyperion Enterprise 6.4. What is the rules for setting up password? Like minimum character etc?
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.