Thanks for the reponse,though i had originally posted it in DEc'05.
Anyway, without the use of SDK, I got this done. I created a list of HTML items that are linked to different reports. Based on the user selection, the concerned report is opened.
Go to the Report Properties. Click on "Run with options". Set the appropriate property for "Prompt Values". In this case, Select the "Prompt for values" box.
I think the problem was this -
I copied and pasted the link,and then just changed the drill-through report location. If I deleted the drill-through report and created a link afresh, then it works fine.
Maybe a bug in reportnet!
I have a report with 4 Drill-through text items.Each one has to open a different report. I am able to set the drill through properties for each of the text items and they each point to a different report,but when I run the report, all links open the same report.
What could be the problem?
I need to create a 'Menu' Selection,wherein a user will select the report that needs to be run.
I want to display the list of reports as a List Box and when the user selects the report, the particular report should be run. Can this be done in ReportNet,if so how?
Thanks
Nuffsaid,
You should be able to dispaly the range parameters. The ParamDisplayValue should techinically return "Between ?from? And ?to?", without us having to specify "From ?from?" and "To ?to?". ParamValue will display the parameter as it is(for eg 2005-08-27:2005-09-30). In my case the...
Thanks for the reply.
But, when I tried to do that, there is only one date in the parameter. I turned on the Drill-though assistant and it shows the values being passed as '2005-08-27:2005-09-30',but when I display it on the report it shows as '27-AUG-05'.If I do a substring of the parameter, I...
Hi JGirl,
ParamValue(?Sched_date?) dispalys value as '2005-08-27:2005-09-30'. I want to display "From 2005-08-27 To 2005-09-30".
How can that be done?
Thanks
Hi,
I need to create a drill-through Reportnet report from a PowerPlay cube.The PP cube sends a range of dates,which I am using as parameter to the Reportnet filter. I am using the in_range function(Schedule_Date in_range ?Sched_date?). The data seems fine, but I am unable to display the dates...
I am trying to get the Order Count for Items and Products,and am running into a problem.
I have a query that gets the count of distinct orders for each item.(Select Item_Key,count(distinct order_no from orders group by item_key).This count needs to be rolled up to the Product Line Level. This...
I am sorry I didn't include the error message. The message i get is:
R440 "Impromptu: Internal application error."
sometimes,it gives athe follwing error:
R440 "Impromptu: Report could not be opened (C:\temp\temp.imr). The doc pointer is NULL."
I am trying to open an print a report from a macro, and the macro fails even while creating teh Report Object. Can someone pls look the code below and tell me what's worng?
thanks for the help!
btw, i am running Impromptu Ver7.2 on Win 2000.
Sub Main()
Dim objImpApp as Object
Dim objImpRep...
Hi,
I have a Form that has a List report on the top and a Form at the bottom.The Bottom form has the summary (the Header Information),and the List Report on the top has the details (Detail Line Info).If the number of detail lines is greater than 25,I want Impromptu to go to the next page.The...
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.