cancel
Showing results for 
Search instead for 
Did you mean: 

Universe prompt that will not keep the last values selected

Former Member
0 Kudos

Hi,

Is there anyone who could help me with my problem. The code in my universe prompt is indicated below.

{@Select(SubClass\ClassScls ID By Class Prompt) IN @Prompt('Enter the ClassScls ID: ','N','SubClass\ClassScls ID By Class Prompt',multi,Persistent,free,,,,User:1360)}

Thanks you in advances.

Rose

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rose,

I think you have the syntax mixed up a little.

Try

@Select(SubClass\ClassScls ID By Class Prompt) IN @Prompt('Enter the ClassScls ID: ','N','SubClass\ClassScls ID By Class Prompt',multi,free, Persistent,,User:1360)

Regards

Alan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alan,

The prompt is now working perfectly fine.

Thank you so much for your help.

Good luck and more power to you.

Regards.

Rose

Former Member
0 Kudos

great, best of luck

Alan

Former Member
0 Kudos

Hi Alan,

Thank you for the response. I have tried the code but it does not work, still the Web-I report keeps the last values selected using the prompt from the universe.

Regards.

Rose

Former Member
0 Kudos

Hi Rose,

I misunderstood your question, I thought you wanted to keep it, try changing Persistent to Not_Persistent. This is the documented way of doing it, but I have seen some threads that indicate that it has not worked for them.

Regards

Alan