I am a novice to Business Objects; still getting accustomed to running different queries, different reporting, etc. I am creating a simple report that is pulling 6 unique fields from our database, one of which is a 9 digit acct. number. I would like to get that acct number to return on the report as all 'x's. Is there a way to easily accomplish this?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi R Var,
If we think as an end user using this report, do you think account number as XXXXXXXX would make any sense to them?
In case you do not want to display the account number then you can simply remove it from the result objects.
Else display atleast 4 ending characters by using substr () , trim () or fill( )functions.
Regards,
Yuvraj
Hi R Var,
You should mark the correct answer.
-Anuj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.