Good morning,
I have a simple request, but cannot find a solution. I need to obtain the Sum of a Column and display this below the Header (dark grey box) and obtain the Sum of a row and display this to the right of the rowHeader(light grey box). I have attached a graphic to show my report...
Good morning,
I have a simple request, but cannot find a solution. I need to obtain the Sum of a Column and display this below the Header (dark grey box) and obtain the Sum of a row and display this to the right of the rowHeader(light grey box). I have attached a graphic to show my report...
Hi, I am new to Business Objects, so I hope I am asking in the correct forum.
I have 2 tables.
The first (blue table below) shows course passes for different groups - courses on the left, groups along the top.
The second (pink table) shows the individuals in each group (names have been blanked)...
G'day all, I have an Array composed of various numbers. I want to select one of those entries then add or subtract from that entry and use the result to refer to a second Array.
The problem I am having is that javascript keeps assuming I am dealing with string values. How can I get round this ...
This one line script fades the background color of a page nicely.
for (i = 0; i < 256; i++)
{
document.bgColor = (i++) * 256 *256 + (i++) * 256;
}
But if I try to apply the same thing to the font color of an element with this code:
for (i = 0; i < 256; i++)
{...
I am trying to write some code to create a gradient background using javascript. I have looked at the FAQ section, but I am new to javascript and the solution in there is too complicated for me (it also seems that there must be a simpler method).
I have a good script, but I now have 2 small...
I am trying to cycle through an array slowly, but my code seems to execute then jump to the last value in the array. Why is that ?
<script language="JavaScript" type="text/javascript">
<!--
window.onload= fade;
var i;
var ids = new Array("one", "two", "three");
function fade()
{
for (i=0 ...
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.