cancel
Showing results for 
Search instead for 
Did you mean: 

Blank Prompt to capture name

Former Member
0 Kudos

Hi,

Is it possible to Prompt a user where he or she can enter her full name and the same be displayed on the report?

I have a report where in we need to display the full name of the user. Initially there was only one user, so I created a variable to display the name of the user.

Now the number of users have increased and I do not want to create separate instances for each user.

Is there any way where we can ask the User to "Enter Your Full Name:" and the same be shown on the report?

Thanks a ton.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have a Universe where you can fetch the Company Employee Info. You should create a object using @Variable('BOUSER') in the Universe and use it in your main query. Add another query that only brings User id and Username info filter it on User Id and get the value for this filter from the result of the first query.

Since you will be displaying the User info in the header you dont need to merge dimensions just use the results from the second query in your header.

Hope this helps

CdnConnection
Active Contributor
0 Kudos

There is a built-in function to capture the UserID but NOT user Full name.  The best way to do this would be to create a table in the database with two columns, one BOBJ UserID and another call BOBJ Full name.  Then you create a separate Data Provider that bring in the BOBJ Full Name where it condition can use the dynamic @Variable ('BOUSER').

Good Luck

Ajay Gupta

Former Member
0 Kudos

Thank you guys.

We had firstname.lastname set up, so it was kind easy to implement it with the solutions you suggested.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raheem,

Please make it clear about what type of data source you are using?

Is it necessary to have full name of the user? or just picking the userid will meet your requirement?

To pick userid, you just need to use "CurrentUser()" webi function.No prompt is needed to get the userid.\

Regards

Sunil Koneru

Former Member
0 Kudos

Hi

If u have an Object with the list of users then , It is possible

drag and drop the object in queryfilter and make it as prompt and beside there is a question mark click on that and uncheck all the options . and finally the operator should be Match pattern .

It is case sensitive,When you are entering the name manually the name should match with the list of value , if it returns true then value be retrieved .

So my suggestion is to follow up with emp  key value.

Hope this helps u

Thanks & Regards

Sunil