Dear all,
I am trying to implement xApp Analytics in BI 7.0. After I installed the analytics 1.1, I find the problem is most sources system is from BI content 3.5 so some of queries are missing in BI content 7.0. (I thought BI content 7.0 would have everything from 3.5)
I just wonder have anyone also came across the same problem and how do you fix that?
I am trying to implement the best practices preconfigured scenarios for Portal and analytics but I find the problem is they created in 3.X verison so it is not very useful in 7.0. I wonder what is the quickest way to implement KPI and dashboard? Thanks.
Redistributing dependent dlls
Hai all ,I have created an application in VC++ using VS2008 in a development machine which runs on Vista, now i need to run that application in a target machine which runs on windows XP SP2 which does
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to add their emails to our mailing list. Pretty simple, I got that working. But what I want it do now
Selecting an "empty" date formated field
How do you select an "empty" date field? I've tried the few ways I can think.
str_replace help
I am thinking str_replace is my only option to filter outputs from my database to convert them to safe url variables.I am working with a database with over 4million records, and apparently when the
Display a default image
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this Code: [Select]<?phpif ($_SERVER['HTTP_REFERER']){ if($_GET['id']) { $con = mysql_connect("","",""); if (!$con) {
How to limit the calls to an API
Hello, in my simple script I call an api which effectively involves me getting an xml file.However the problem is everytime I get a visitor to the webpage it calls the API which means lots of wasteful
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I need to post back to a C# or VB method to handle the changed text entered into the text box control.Is
SCRIPT ERROR
Here is the CONTACT FORM I made for our website:<form id="form1" name="form1" method="post" action=""> <table width="528"
simple php table loop
Hi all,I've the following code <?php // Create category options $query = "SELECT * FROM categories ORDER BY category ASC"; $result = mysql_query