Author Topic: 1. prompt values 2.excel format  (Read 786 times)

Offline sudhircrn

  • Associate
  • **
  • Posts: 4
  • Forum Citizenship: +0/-0
1. prompt values 2.excel format
« on: 28 Dec 2005 08:23:19 am »
Hi all,
 
I have couple of issues with my reports.

1) i have a report that has prompt pages.it works fine when i run it in report studio. but when i schedule the report the prompt page doesnt prompt for input values and directly runs the schedule. i have also verified the actions where the settings for prompt values is checked.

2) when i run the report and choose the excel format it returns an error multiple queries defined.

Offline bdybldr

  • Global Moderator
  • Statesman
  • *****
  • Posts: 275
  • Forum Citizenship: +7/-1
Re: 1. prompt values 2.excel format
« Reply #1 on: 28 Dec 2005 09:15:51 am »
The first issue is related to the fact that previous prompt selections are stored if you're the owner of the report.  You could develop the report using a different logon.  This shouldn't be an issue for the users though.  Good luck.

Offline sudhircrn

  • Associate
  • **
  • Posts: 4
  • Forum Citizenship: +0/-0
Re: 1. prompt values 2.excel format
« Reply #2 on: 05 Jan 2006 06:33:27 pm »
Sorry i was on vacation and i couldnt respond to this mail. I have written code to clear the prompts when the page is reloaded. it does nt store any values.

2) i managed to solve the second one as i needed to add to the trusted sites my main page .

I am still having the first issue...

Offline BIsrik

  • Statesman
  • ******
  • Posts: 473
  • Forum Citizenship: +12/-3
Re: 1. prompt values 2.excel format
« Reply #3 on: 05 Jan 2006 11:39:22 pm »
Check on the report options in set properties of the report also..Check that no values are stored.

Srik

Offline bdybldr

  • Global Moderator
  • Statesman
  • *****
  • Posts: 275
  • Forum Citizenship: +7/-1
Re: 1. prompt values 2.excel format
« Reply #4 on: 06 Jan 2006 06:27:52 am »
sudhircrn,
Have you tried taking ownership of the report as a different user and ten logging in with your user credentials and running the report again?

Offline sudhircrn

  • Associate
  • **
  • Posts: 4
  • Forum Citizenship: +0/-0
Re: 1. prompt values 2.excel format
« Reply #5 on: 12 Jan 2006 02:33:29 pm »
Yes . I tried to login as a different user and then logged back on my user credentails. But still it persists.