Hi there,
I'm trying to create the following where statement:
= <Sales Target> Where (<Excel Rep code> = <Rep Code>)
<sales Target> is a column imported excel from a spreadsheet
<excel rep code> is a column imported from an excel spreadsheet
<rep code> is a object from a universe (which is created
from a user prompt)
It all works fine if you do this:
= <Sales Target> Where (<Excel Rep code> = "PF")
(Where PF is a value in the excel spreadsheet)
But I want the result of the query to be based upon the rep code the user has selected.
How do I do this?!
Many thanks for any help.
And I'm using business objects full client (version 6.5)
I'm trying to create the following where statement:
= <Sales Target> Where (<Excel Rep code> = <Rep Code>)
<sales Target> is a column imported excel from a spreadsheet
<excel rep code> is a column imported from an excel spreadsheet
<rep code> is a object from a universe (which is created
from a user prompt)
It all works fine if you do this:
= <Sales Target> Where (<Excel Rep code> = "PF")
(Where PF is a value in the excel spreadsheet)
But I want the result of the query to be based upon the rep code the user has selected.
How do I do this?!
Many thanks for any help.
And I'm using business objects full client (version 6.5)