Hi Steve,
Thanks For your Suggestion.
It helped me in improving the performance ,as now the Report is running bit faster but Still i am having same problem of generating all the Query for Rate and GRate for each CrossTab i am using The Query1 (Query 1 is having same structure as i posted in my...
hi,
I have created a complex structure for the Report in-order to meet clients requirement.
The Report is having multiple Tabular_Sets also i have writen SQL using Tabular_SQL.
The Problem is that when i run the report The Tabular SQl(Rate) and Tabular SQl(GRate) are running 20 times each(on...
I have two prompt pages
Prompt 1 and Prompt 2
Prompt 2 contain mostly default values
User can select Prompts from Prompt 1 and select Finish Button,now wht should happen it all the Default values of Prompt 2 should be displayed in Report Page.
But whts happening is Only prompt 1 Values are...
Hi,
i have created a simple report,the structure of the report is, Within a Block a list Report is created,without anyother formating.
The problem is while Exporting this report to Excel format,one empty row is getting inserted in Excel file.
As i dont want this empty row in Excel.
Can anyone...
hi,
i got the Solution,
where_to = confirm("Do you want to Continue!!!");
if (where_to == true)
{
return true;
}
else
{
SetPromptControl('reprompt');
}
If you Cancel ,this will display the same prompt page with all the values you selected for the parameters
else it will...
hi,
I have written the Javascript in Prompt page for Finish button.But i want to control the Finish button action ,means when the Confirm option is given and
> user select YES then the report should get executed
> if user select NO then user should get the prompt page again for selecting the...
hi,
In my ReportNet report ,i have logo of JPG which i have given path as ../samples/images/XXX.jpg
I am able to see the logo in PDF and HTML but not able to see logo in Excel format.
can anyone help??
Regards,
Meera
IF i give parameter name in ReportStudio as the stored procedure paramter then will i able to select multipal values from that combo box.
like Query1 will give list of county and Query 2 is the SP with parameter
?Con_Param?
Now when i create a Value Prompt with Query1 with parameter...
I need to write Javascript for HTML item in Reportnet for multiselect values .Pls guide me where i will get the list of functions that i can use for writing the Script.
Regards
Meera
we have index on the column.
well when i am creating the Datasource Query Item and setting SQL Setting-->SQL Type as Native in Framawork Manager,my query is working well but when i am creating the query item from the Model its taking tooo much time.
Meera
hi,
i have created a start schema in which one of the table is out joined with the fact.
when i am creating a query subject and adding the query item from the out-join table my query is getting slow.
can anyone pls tell me is this is due to the out-join that i created ,if so can you pls let me...
In report studio ,
i have List1 using Query1 which gets the result from the Stored Procedure,then i create List2 using Query2 which is Tabular Reference to Query1.
Every time when i am running the report ,the Stored Procedure is being Called Twice.
Can anyone pls let me know whts the cause and...
Can anyone tellme if they have every encounterd with the problem of Framework Default values???
my problem is when i create the Query-Subject which created from the stored Procedure ,it ask default value to be inserted .when i am trying to display the report at Report Studio it ask for the...
hi
In a CrossTab i just added the Total of fact then i got the Crosstab level Footer with default Lable as 'TOTAL',now when i write Report Expression i am geting the value but when i am setting the Query Item instead of Report Expression its displaying nothing!!!!
Can anyone pls tell is it...
i am using ASP but there is a hyperlink in ReportNet which calls ASP page,so when i am writting the URL for the hyperlink,i cant use URLENCODE as its in ReportStudio.
The URL in ReportStudio is like this:
'http://localhost/BusinessFrm_Gatway.asp?From_D='+?From_D?+'&TO_D='+?TO_D...
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.