Phone Numbers in BI Publisher report woes

Hi,
I am having the following issue in BI Publisher reports, with phone numbers.
Essentially what happens is that BI Publisher displays the phone number with a string of zeros after it (which is in fact the value stored in the Siebel database).
I wondered if there is a way round this problem?
I'll include some information below about how Siebel handles phone numbers.
How Siebel Handles Phone Numbers:
1) There is List of Values with Type PHONE_FORMAT.
Inside the LOV's is a string of zeros (0) a different number/with/without spaces/ etc defined for each country.
The 'Order' column of the LOV contains the country code.
Next, there is two different scenarios about what will happen to the phone numbers you enter in Siebel:
1) You enter the phone number EXACTLY as specified in the PHONE_FORMAT LOV.
Result:
UI Display:
In the Siebel UI the phone number will be displayed correctly.
For the Object Manager you entered it in, the country code would be trimmed off the front if you entered it.
For other Object Managers, the phone number would be displayed e.g. with +44 before.
Database Level:
The phone number is stored WITHOUT additional zeros after.
BIP report based on the field:
THe BIP report always displays the database value (in this case without zeros).
2) You enter the phone number DIFFERENTLY to as specified in PHONE_FORMAT LOV.
Result:
UI Display:
In the Siebel UI the phone number will be displayed correctly.
For the Object Manager you entered it in, the country code would be trimmed off the front if you entered it.
For other Object Managers, the phone number would be displayed e.g. with +44 before.
Database Level:
The phone number is stored WITH additional zeros after (I guess they represent the formatting in some way).
BIP report based on the field:
The BIP report always displays the database value (in this case with the zeros).
Finally, just to say we work across the whole of Europe, Middle East and Africa which includes a great many different countries.
Each of these countries can have different length phone numbers, and there may be cases were a country has more than 1 number of digits in a phone number.
(So trimming the number is not very helpful)
Does anyone have any experience of getting BI Publisher to display phone numbers 'correctly' or 'how they are displayed in the Siebel UI?'
Any help you can offer would be appreciated.

Please post the details of the application release, database version and OS along with BI Publisher.
Is the issue with all reports or specific one(s) only?
Do you have the patches in the following docs applied?
Overview of Available Update Patches for Oracle BI Publisher Enterprise 10g [ID 797057.1]
Overview of Available Update Patches for Oracle BI Publisher Enterprise 11g [ID 1276869.1]
Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
BI Publisher 10g RTF Template Changes Alignment Settings for Numbered Lists [ID 1418504.1]
Thanks,
Hussein

Similar Messages

  • How to insert serial Number in BI Publisher Report

    Hi All,
        I want to insert serial numbers in BI Publisher report.
    For Example:
       SNO
         1
         2
         3
         4
    I tried below code in XML file...but i confused where i need to add these code in XML file
    <?xdoxslt:set_variable($_XDOCTX, 'var', 0)?>
    <?xdoxslt:set_variable($_XDOCTX,'var', xdoxslt:get_variable($_XDOCTX,'var‘)+1)?>
    <?xdoxslt:get_variable($_XDOCTX, 'var')?>
    Can anybody explain detail steps........
    Regards,
    Nagaraju M

    Use <?position()?> in your RTF template when you display your records..
    I believe if you search for posts on this forum, you will find several threads with similar requirement.
    Thanks,
    Bipuser

  • BI Publisher Report does not display decimal numbers

    Hi,
    I have created a one page BI Publisher Report. I generally take the .xdm and .xdoz files and send it to the client which they upload on their server. The report has been coming up fine until recently there was a glitch on the Client Server. Now the report does not show a a section which has decimal numbers. I can see it perfectly on my machine. I am extremely frustrated to search for a solution and client is not very helpful in providing the information what went wrong or what was the fix on their server. Any help is greatly appreciated.
    Thanks,
    DRL

    user8824622
    If i am understanding your issue right i guess i have faced the same one while ago.
    The solution for this one is, if you are on the latest patch or update, i am on July update
    Go to
    Administration--> manage Bi Publisher under Bi Publisher --> under run time configuration --> properties --> the last option on the list which is Use 11.1.1.5 compatibility mode true --> apply
    now it should be working
    Please let me know if it worked out and mark as correct if it have solved the issue
    Thank You

  • In BI Publisher Report of excel output for one column is filled with spaces

    Hello,
    We have issue in BI Publisher report of excel output.
    In Excel output for one column few records are displaying as left alignment
    and few record are displaying as right alignment.
    If you are having any xml tag or any syntax for removing spaces for left side
    Please help on this issue.
    Thanks in Advance.
    Regards,
    Swaraj

    Please post the details of the application release, database version and OS along with BI Publisher.
    Is the issue with all reports or specific one(s) only?
    Do you have the patches in the following docs applied?
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 10g [ID 797057.1]
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 11g [ID 1276869.1]
    Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
    BI Publisher 10g RTF Template Changes Alignment Settings for Numbered Lists [ID 1418504.1]
    Thanks,
    Hussein

  • Ideas for really complex OBIEE / BI Publisher report

    Hi,
    I've rolled out a relatively complicated BI Publisher report at a client who is mostly an OBIEE shop. We'd like to add functionality, but I'm unsure of the best way to do this. I thought I'd just jot down the requirements, and see if anyone has a really slick, sophisticated, easy and clean way to do this (because I haven't thought of any).
    1. Report must be "pixel perfect", thus why I'm using BI publisher
    2. Report combines data from multiple OBIEE queries together. There is no way to simplify this to a single query (right now report requires 6 or 7 queries to get data for all the different sections on it)
    3. End users need to be able to select data very flexibly. i.e. Searching by project IDs, finding project descriptions that contain certain words, finding projects belong to all contracts managed by a certain person, etc. Because of this I think I'm limited to using OBIEE dashboards - BI publisher lists of values just aren't flexible enough
    4. Currently, there are 8 different "flavors" of the report. This is currently implemented as 8 different BI Publisher templates on a single report / set of queries. For example, users can choose to run either a detail (includes individual transactions) or summary report (no individual transactions listed). They can pick either Life to Date or Year to Date formats, and they can pick "cost only" or "cost plus revenue". Right now, I have a single set of queries in BI publisher - but that's inefficient. If a user wishes to run a Year to Date summary cost only report - the queries are still also pulling back the Life to date numbers and revenue numbers - even though the template won't show them. This is both good and bad...good from a standpoint that if they switch templates the queries don't need to be rerun. But bad because if they only need one template, I'm running a lot of unnecessary queries. Not sure if I want to change this or not.
    5. As a new requirement, users would like to be able to select multiple contracts, projects, and/or activities and run a "rollup" report that summarizes whatever was selected. Currently users can pick 1 and only 1 project at a time. But we'd like them to be able to select 5 projects (for instance) and run a "rollup" report. Or maybe pick a project, and then only run a report for 20 of the 30 activities underneath that project.
    Right now I've implemented the report as a BI Publisher report that is passed a parameter for the (single) Project ID and a fiscal month, and then runs the required 6 or so queries directly against the OBIEE server. The only way I can think of meeting requirement #5 though would be to actually use answers results sets, filtered on the dashboard prompts. That would allow the ability to select multiple projects, multiple activities, etc and report the rollup amounts in a report.
    Can anyone think of a "slicker" way to do this? Having a dashboard page with lots of "hidden" sections for individual answers queries (so end users don't see them) is kinda clunky.
    p.s. Will BI Publisher 11g offer any other alternatives?
    Thanks!
    Scott

    Hi Scott,
    In your BIP report you'll need to create a separate "Data Set" for each Answer. Then all you need to do is click on "Data Model" and select "Concatenated SQL Data Source" as the Main Data Set. This will combine the results into a single xml result set.

  • Fix rows in BI Publisher Report

    Hi All,
    Here is my issue :
    I have a table in my DB : table Sales_Per_Hour with the folowing columns : Hour and Sales.
    The column Hour is a foreign key to a table Day_Hours ( contains all the hours of a day )
    Day_Hours look like this : ( Contains All the hours of a day : it s like a reference table )
    IdHour_ | ValHour_
    0 | 00:00h
    1 | 01:00h
    2 | 02:00h
    3 | 03:00h
    22 | 22:00h
    23 | 23:00h
    My Main table Sales_Per_Hour looks like this ( Contains only hours when when there is a sales activity )
    Hour | Sales
    1 | 234
    9 | 889
    10 | 567
    12 | 400
    13 | 556
    16 | 911
    18 | 212
    19 | 334
    23 | 776
    ==> Now My report at BI publisher level looks like this :
    HourActivity_ | Sales
    01:00h | 234
    09:00h | 889
    10:00h | 567
    12:00h | 400
    13:00h | 556
    16:00h | 911
    18:00h | 212
    19:00h | 334
    23:00h | 776
    ** My Problem is I need all the HOURS to appear : I need a report like this :
    HourActivity_ | Sales
    00:00h | *0*
    01:00h | 234
    02:00h | *0*
    03:00h | *0*
    04:00h | *0*
    05:00h | *0*
    06:00h | *0*
    07:00h | *0*
    08:00h | *0*
    09:00h | 889
    10:00h | 567
    11:00h | *0*
    12:00h | 400
    13:00h | 556
    16:00h | 911
    18:00h | 212
    19:00h | 334
    22:00h | *0*
    23:00h | 776
    I need All the hours to appear in the BI Publisher report with a value of *0* or at least a NULL value ...
    Any clue ?
    Thanks so much !!

    Please post the details of the application release, database version and OS along with BI Publisher.
    Is the issue with all reports or specific one(s) only?
    Do you have the patches in the following docs applied?
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 10g [ID 797057.1]
    Overview of Available Update Patches for Oracle BI Publisher Enterprise 11g [ID 1276869.1]
    Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]
    BI Publisher 10g RTF Template Changes Alignment Settings for Numbered Lists [ID 1418504.1]
    Thanks,
    Hussein

  • TS3398 I have lost my contacts that were entered into my iphone in addition to those that are synced from my exchange account. Iphone is only showing email addresses, no contacts with phone numbers.

    Two days ago my phone locked up and when I could access again, my contact list was only a few names and email addresses.  ALL phone numbers wiped from the phone.  I have been using google sync for three years to sync contact and calendar to gmail and then sync gmail to iphone, and it has been seemless.  I would think this was the problem, however the contacts and phone numbers that were added directly the phone are no longer on the phone either....which point to a phone problem.
    I went home, to update but ended up having to "restore" from backup, which I did.  The contacts were visible for less than 24 hours, but then disappeared again the next day.  I have tried forums for google sync as that would solve a large amount of the contacts, but I still can't seem to find a solution for the other contacts added directly to the phone.
    are there any new glitches/issues with the iOS 6 that cause this problem?
    phone is 3GS.
    thanks.

    Do the numbers still exist in your google contacts?
    Google recently terminated support for new configurations of gmail using Exchange Active Sync for unpaid accounts. In theory, existing configurations will continue to work, but there have been some problem reports.
    I've seen several mentions of the problem you describe in the last few days and so far, they've gone unresolved as far as I can tell. The root cause may be in google's termination of AES support.
    Facebook contact sync may also be a suspect.

  • SQL Query all inbound phone numbers

    Hey everybody, I need to pull a report that lists all of the Inbound phone numbers for everyone that called us over the last month and I'm having problems with UCCX 5 finding where the phone numbers might be kept.  I thought it might be in dbo.contactcalliddetail and then origcallednumber or originatordn or something but I've gone through all of those fields and none of them seem to be it.  Anybody know where that information might be kept in the database?

    Run this on your UCM.
    This will display all calls for extension XXXX.
    run sql select callingpartynumber, originalcalledpartynumber, finalcalledpartynumber,datetimestamporigination,datetimeconnect,datetimedisconnect,duration from car:tbl_billing_data where originalcalledpartynumber in ('XXXX')
    -B

  • Skype phone numbers and how they work?

    ok so here is what I know. With skype you can choose the country of the phone number you want your phone number to originate from. So if I choose my number to be an Australian number any person calling me from Australia will be charged at a local rate if from the same state.
    This is my question.
    If I set up my phone number to be an Australian number, then I travel overseas to Canada and someone calls my number, what will the rate of charge be for the caller? will it still be a local call since the number is an Australian number or will it not work at all????
    And will I in return be able to call back to Australia at a local rate since my number is australian??
    Also, Im assuming I need to be connected through wi-fi for someone to call my skype account from a land line phone?

    Kristle wrote:
    On my bill there are several int/md messages with no phone numbers
    That is your phone accessing the internet, or media data.  Generally this was how older phones that accessed WAP sited reported their usage, instead of the way newer phones using the WWW report usage.

  • Retrieve information and phone numbers from a stolen iphone

    I need to retrieve the information and phone numbers from my stolen iphone

    Not possible.
    What To Do If Your iDevice Is Lost Or Stolen
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • TRANSFERRING SKYPE PHONE NUMBERS TO NEW ACCOUNT?

    I have 2 subscriptions/phone numbers on my current skype account - one for Australia and one for New Zealand. Since I can't change my skype name, can I transfer the subscriptions/phone numbers to a new account? I have recently been married, so my name has changed and I use the phone numbers for business so it's important I'm using my correct name... Grateful for some advice
    Solved!
    Go to Solution.

    Hi, KDelaney, and welcome to the Community,
    Congratulations!
    Have you considered changing your name as it is displayed?
    https://support.skype.com/en/faq/FA110/can-i-change-my-skype-name-or-display-name-in-skype-for-windo...
    Skype does not permit the transfer of anything from one account to another, regardless of what it is (credit, subscriptions, Skype Numbers, etc.).  If you wish to start over again, as if you had moved to a different location, you would cancel the subscriptions and Skype Numbers on your first account, and add the same new subsriptions to a new account.  Likewise with credit, you can request a refund of the credit on the first account and then purchase new credit for the new second account.
    Anticipating your next question, it would be an interesting and convenient feature if Skype had a facility to forward one account to another, but alas they do not.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Import vcf into Address Book loosing multiple mobile phone numbers

    When I import vcf entries that hold more than one mobile phone number, all but the first number is lost. This behavior changed from address book version 4.1.2 (osx 10.5 leopard) to address book version 5.0.1 (snow leopard - 10.6.2).
    You can try yourself:
    create an entry in the address book that has multiple mobile phone numbers, export that entry as a vcf file, delete the entry in the address book and reimport the vcf file. All but the first mobile phone number is lost! It works correct in addressbook in leopard but does not anymore in the latest version of snow leopard. I even think the error just appeard after the last update to 10.6.2!
    Apple, please fix this bug!
    regard
    Christof

    Address Book 5.0.1 multiple field issues:
    We have found the same thing. It seems to only be Address Book 5.0.1 which is affected. We are cautiously using our previous version 5.0 (from Snow Leopard 10.6.1) which seems not to be affected.
    It is also a problem if you merge records. We have found that any fields which have matching labels will be deleted leaving only one. In some cases other fields which do not match label are also deleted. We have also experienced an issue with the preferences for the formatting of Phone Numbers in the preferences dialog no longer working correctly.
    We have reported this to Apple RADAR bug reports. We have referenced this thread too.
    In the meantime our advice is to:
    Back up your Apple Address Book contacts and keep the backup safe.
    carefully use Address Book v 5.0 from Snow Leopard 10.6.1 (cautiously at your own risk as there may be issues using a version that is not designed for 10.6.2 - back up your address book first). This version has always seemed pretty reliable for us.
    If you continue to use v 5.0.1 do not merge any contacts. do not run find duplicates (just in case). do not import any contacts into the address book.
    Edward Hirst
    Equinox Features

  • Sometimes phone numbers that are on emails and websites show up for a second or two and then are removed. This doens't happen with the same email or website when I use Internet Explorer

    On some emails and websites phone numbers appear for a second or two and then disappear. If I reload the email or website, the number again appears for a second or two and then disappears. This doesn't happen when I open that same email or website in Internet Explorer.

    Do you have Skype installed, I have seen similar reports about Skype causing this. Skype include a "number highlighting" option, and it may be malfunctioning and hiding the numbers instead of highlighting them. If you have Skype, try turning this feature off - http://blog.calcoastwebdesign.com/2008/11/how-to-disable-number-highlighting.html
    If that does not help, try the procedure in the [[troubleshooting extensions and themes]] article, this is likely to be caused by an extension/theme issue.

  • Skype associated with phone numbers

    How do I turn off the feature that identifies all phone numbers in emails, etc as Skype numbers with the blue Skype logo and blue font?

    Hi, rdanpurnell,
    My next step would be to  check if Click to Call is "on."  If you can not right-click on the blue S in your browser, and turn off C2C, included here are how to uninstall this plug-in:
    https://support.skype.com/en/faq/FA657/how-do-i-use-skype-click-to-call
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Last 7 digits of contact phone numbers confuse Synegy?

    Hi -- I have posted a more detailed description of the issue (including how I came across this issue) at:
    http://forums.precentral.net/palm-pre/213995-weird-sms-addressing-feature.html
    Basically, my issue is this:
    Background:  All phone numbers in my contacts list are 10 digit U.S. numbers with (ABC) DEF-GHIJ format.  99% of my Synergy contacts are from Google with just 10 or so of 700+ coming from my company's Exchange.  To my knowledge, I currently DO NOT have multiple contacts with the same last 7 digits DEF-GHIJ, but during my personal testing for this issue, I did create a dummy contact record (see below)
    Issue(s):
    *  Let's say I have a contact record for my wife which has her mobile # as 617-DEF-GHIJ.  If I begin a new SMS (using phone # to address the SMS rather than her name) to XYZ-DEF-GHIJ, where XYZ is ANY random 3 digits....555, 567, 345, etc... then the contact field will update to populate with my wife's name after I move the cursor focus to the SMS body text.  I have not actually tried to complete an outbound text this way, but I believe the text would actually be sent to the XYZ... area code and not actually to my wife's 617 mobile # (I assume this based on the phone call analog below)
    *  Same issue with phone # dialing:  I dial XYZ-DEF-GHIJ instead of my wife's 617-DEF-GHIJ.  On pressing send, the phone connection screen show's my wife's contact name and her contact photo (along with the incorrect XYZ phone number).  However, the call is routed to the incorrect phone #.
    *  Finally, I added a test contact "Joe Test" with a phone number of 555-DEF-GHIJ.  In doing so, Synergy immediately linked the new Joe Test contact as second profile under my wife's contact record.  It also changed her name in my SMS history to now reflect Joe Test rather than my wife's name...  I didn't realize this happened until I saw that Joe Test had sent an SMS asking me to bring home some milk.  I then unlinked the Joe Test profile from her contact record.  (leaving him in my contact list as his own separate contact entry).  However, even when unlinked from her profile and with not exactly the same phone #, her full SMS history still indicated Joe Test and not my wife's name.  Only after I deleted the Joe Test record from my contact list was my wife's photo and name correctly re-attached to her SMS history (this might have only happened after she sent me a new SMS message and not immediately).
    Clearly, this was some intentionally implemented feature to support 7-digit dialing or the synergy contact linking gone awry.  Also, clearly it's not likely to greatly impact a lot of people, since a user must have two contacts with the same 7-digit phone number (within a 10 digit phone record entry) to really be impacted.  However, it seems to be a significant enough problem that it should be addressed in a future update. 
    Please advise if my issue report is unclear or cannot be repeated at Palm.  I don't have access to another WebOS device yet, but I am nearly certain that this is not an issue solely related to my Pre.  I'm happy to help debug if you cannot repeat the issue.
    best,
    John Greenaway
    Post relates to: Pre p100eww (Sprint)

    Still there, and definitely a bug
    Presumably as part of the Synergy implementation, the Prē apparently considers any telephone number string, including multiple numbers associated with the same contact, ending in the same last seven digits to be the same.
    Unfortunately, this is not as unlikely as the original poster supposes: even discounting the "birthday paradox", reuse of PINs--especially of six or more digits, followed typically by '#'--makes the problem especially obnoxious for multiple, personal voicemail numbers embedded in a single contact entry: all but the first is hidden, except when editing the contact.
    The only workaround seems to be to pad with trailing, timed delays ('t'), so that the comparison will fail: since the telephone app permits "dialing through" a delay, it doesn't interfere with use of a service, but is highly counterintuitive!
    egr

Maybe you are looking for

  • Project System - Report Painter - Cost roll up issue

    Hi, We have an issue with the roll up of the costs in Report Painter report in Project Systems. The problem occurs only with those costs which have been settled to an internal order from a WBS element. We are using the same cost elements to settle to

  • Why does my computer keep opening netbios connections?

    netbiosd keeps opening connections to random IP addresses (usually an overseas ISP). Since installing LittleSnitch I've blocked 5 of these connections (2 ISP's in the US, 1 ISP in Poland, 1 ISP in the UK), and am starting to become concerned that I m

  • New podcast in iTunes

    How long does it take for my new podcast, which I have confirmed has been submitted to iTunes, to actually show up in the iTunes store? Right now if I search for it, it doesn't come up. The title is L6 D1 Vocab, artist Kathy Lawrence.

  • I am having trouble pairing my iphone 5s with my 2014 toyota corolla.

    I recently switched from Blackberry to iphone.  I was told my car (2014 corolla with tech pkg) would work better and be more functional with iphone.  I have lost all functionality of the bluetooth message system.  Is anyone else having this issue doe

  • Report designer error message

    When inserting the data provider while starting the Report Designer, we get the following error message:- "RSBOLAP: 018 Java System Error timeout during allocate......" Can someone please tell us what this means and how to rectify? Many thanks, Frede