I am trying to publish a cube that has multiple measures, how do i do that?
When I try to save the cube, I get a "Cubcube not created, it would be identical to mastercube"...
What is the difference between PPR, PPX and MDC?
has anybody tried the 'drag and drop' web functionality in PPES?
Comments?
If you had to give some objective criticism of cognos what would they be (other than the price).
Here is what I am trying to do:
I would like to modify the default template in Excel, so that when a user starts excel, this is the page that opens.
What file do I modify, and where is it stored?
I would also like to Insert the Company name on every sheet, and to make it automatcally center...
I am trying to implement a documentation standard in the Office. I want to change the default Excel Template to have a 'Notes' Tab. The Notes table will have some standard information to fill in: Name, Date, Project etc.
Is there a way to force a user to fill in this data before closing the...
I have a web based application that generates output as an excel file. Previously, we could have saved this file once its downloaded. Today when I tried to do it I get an error:
The file cannot be accessed, Try one of the following:
and it list out 4 options.
Make sure the folder in not read...
I have a form that has about 4 drop downs and check boxes.
When I submit these selections I have to do a series of if then else to find out which of the options have been selected. This can be quite long as the user can choose either 1, none or any number of options.
Is there a way to store...
I am trying to create an array dynamically: here is the scenario.
<?
while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) {
echo("<tr>\n <td>".$row["fac_name"]. "</td>");
echo("<td>" .$row["dept"] ."</td>");
if ($row["dept"]== "cs") {
$numcs = $numcs + 1;
}
instead of the line if...
I am displaying data based on an initial user selection screen.
The dats gets displayed in a table...one of the fields is a year field, ex. 1995 1996 etc.
Is there a way to make the dates into a hyperlink, so that the user can further refine the data displayed. That is, when they click on a...
I am trying to display data in a table. here is what I have so far:
$result = mysql_query("select * from tbl_regist_cube_term_heads where gender = '$selGender' ", $db);
// display all the different courses from tbl_lkp_course_subject in the select list
while ($myrow =...
Hi
I have a form that has a drop down menu with dates in it.
The form has a submit button.
I would like to submit the selection from the drop-down list and run a select against my database and dsiplay the results.
I when I clik submit , nothing happens..all I see is "error on page' on the...
I have a form with 2 drop-down menus. One has a start date, and the other an end date, pulling the date filed from the same table. Once a start date is selected, is there anyway of forcing the second drop-down to display the dates => the startdate?
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.