Author Topic: The Member Unique Name (M-U-N) needs to start with '[':"".  (Read 1463 times)

Offline Hodges

  • Associate
  • **
  • Posts: 2
  • Forum Citizenship: +0/-0
Since upgrading to 8.4, I have one report (written in Report Studio) whereby when drilling through to another report using normal prompts on relational data, I get the following error.

The Member Unique Name (M-U-N) needs to start with '[':"".

When trying to run the drill-through target report, it does not prompt for the values and will eggtimer forever?

Any clues?  ???

Offline PaulM

  • Global Moderator
  • Statesman
  • *****
  • Posts: 586
  • Forum Citizenship: +81/-1
Re: The Member Unique Name (M-U-N) needs to start with '[':"".
« Reply #1 on: 19 Jul 2009 04:34:21 pm »
I haven't seen that error before, but the place to check would be the drillthrough from the first report, and the prompt in the target report. Make sure that the "Property to Pass" is set to default or caption in the drillthrough. In the target report, you could make sure the prompt is still correct. If you're using the prompt alias, try rewriting it as the full macro

example
Code: [Select]
#prompt('ParameterName','string','default string')#