Creating Dependent Valueset in BI Publisher Report

Hi,
I need to make dependent valueset for ex: there are 2 parameters called Supplier name and Supplier site code. As Supplier name is the first parameter then I want to display supplier_site_code related to selected supplier. In Oracle Apps this task was achieved by using :$FLEX$ function, how can i achieve this in BI Publisher? Please suggest.
Also in order to make a LOV, can i use the same LOV for both the parameters (Supplier name and Supplier site code)? The query for the LOV will be
select vendor_name, vendor_site_code from po_vendors a, po_vendor_sites b
where a.vendor_id = b.vendor_id
Now if i attach this LOV with both the parameters (Supplier name and Supplier site code) and expecting the correct values. How can i achieve it?
Thanks,
Regards,
AS

Hi,
OK..I will try to do that. But here i am facing another problem. When i complete creating report and click on view to see the result, the data model from report is automatically deleted and hence parameters, LOVs everything. the only that remains is report name!!! i have already created few reports but they are working fine. suddenly it started acting this way. Please suggest.
Thanks for your help and time.
Regards,
AS

Similar Messages

  • Create masters - many details BI-Publisher Report

    I need to create a report that should show a new page for every master and on that page some master information as well as multiple blocks of detail information.
    Example:
    CUSTOMER (new page for every customer)
    -> ORDERS
    -> CUSTOMER-EMPLOYEES
    -> ADDRESSES
    -> VISITS
    Until now we only can get it to work for one Customer (by using multiple queries and a bind variable :P1_CUST_ID in every query), but the requirement is it should be possible to print this for a range of customers.
    Any ideas, references, examples are more than welcome - and will be honoured by points ;-)
    Environment : BI-Publisher 10, APEX 4

    Roel,
    I will put together a more detailed example if needed but the rtf I am pulling the following code from is from a document i cannot share. I had to do this by defining a variable at the master record loop and referencing that variable in the detail record loops.
    <?for-each-group@section:ROWSET2_ROW;./section?>//master record
        <?for-each:current-group()?>
            <?SECTION?>
            <?variable@incontext:cur_section; ./SECTION ?> //sets the cur_section variable that can be referenced in the detail loops
            <?for-each:/DATA/ROWSET5/ROWSET5_ROW[SECTION=$cur_section]?> //only loops for records in the current section
                /* ROWSET 5 DATA */
            <?end for-each?>
            <?for-each:/DATA/ROWSET4/ROWSET4_ROW[SECTION=$cur_section]?>
                /* ROWSET 4 DATA */
            <?end for-each?>
            <?split-by-page-break:?> //This will cause a page break on the master record
        <?end for-each?>
    <?end for-each-group?>
    Edit
    In looking at this code again the variable is not necessary. You can achieve the same result by referencing current-group() when restricting the detail loops.
    <?for-each-group@section:ROWSET2_ROW;./section?>//master record
        <?for-each:current-group()?>
            <?SECTION?>
            <?for-each:/DATA/ROWSET5/ROWSET5_ROW[SECTION=current-group()/SECTION]?> //only loops for records in the current section
                /* ROWSET 5 DATA */
            <?end for-each?>
            <?for-each:/DATA/ROWSET4/ROWSET4_ROW[SECTION=current-group()/SECTION]?>
                /* ROWSET 4 DATA */
            <?end for-each?>
            <?split-by-page-break:?> //This will cause a page break on the master record
        <?end for-each?>
    <?end for-each-group?>also here is the basic xml that this uses
    <?xml version="1.0" encoding="UTF-8"?>
    <DATA>
    <ROWSET2>
            <ROWSET2_ROW>     <SECTION>A</SECTION>     <TITLE>TITLE A</TITLE>     </ROWSET2_ROW>
            <ROWSET2_ROW>     <SECTION>B</SECTION>     <TITLE>TITLE B</TITLE>     </ROWSET2_ROW>
            <ROWSET2_ROW>     <SECTION>C</SECTION>     <TITLE>TITLE C</TITLE>     </ROWSET2_ROW>
            <ROWSET2_ROW>     <SECTION>D</SECTION>     <TITLE>TITLE D</TITLE>     </ROWSET2_ROW>
    </ROWSET2>
    <ROWSET4>
         <ROWSET4_ROW>     <SECTION>A</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>A0001</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>A</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>A0002</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>A</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>A0003</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>B</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>B0001</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>B</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>B0002</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>B</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>B0003</SEQ_NUM>     </ROWSET4_ROW>
         <ROWSET4_ROW>     <SECTION>C</SECTION>     <TEXT>NARRATIVE TEXT...</TEXT>     <SEQ_NUM>C0001</SEQ_NUM>     </ROWSET4_ROW>
    </ROWSET4>
    <ROWSET5>
         <ROWSET5_ROW>     <SECTION>A</SECTION>     <NUM>1</NUM>     <TITLE>NOTICE REGARDING TECHNOLOGY IMPROVEMENTS</TITLE>     <DATE>1997-06-01</DATE>     <TEXT>RTF TEXT</TEXT>     </ROWSET5_ROW>
         <ROWSET5_ROW>     <SECTION>D</SECTION>     <NUM>1</NUM>     <TITLE>WOOD PACKING MATERIALS REQUIREMENTS</TITLE>     <DATE>2007-07-01</DATE>          <TEXT>COMPRESSED TEXT REMOVED</TEXT>     </ROWSET5_ROW>
         <ROWSET5_ROW>     <SECTION>D</SECTION>     <NUM>2</NUM>     <TITLE>BAR CODE MARKINGS</TITLE>     <DATE>2003-06-01</DATE>     <TEXT>COMPRESSED TEXT REMOVED</TEXT>     </ROWSET5_ROW>
    </ROWSET5>
    </DATA>Good Luck,
    Tyson Jouglet
    Edited by: Tyson Jouglet on Dec 13, 2011 12:39 PM

  • Creating Parameters in RTF Template for BI Publisher Report

    hi,
    I have created Parameters in my BI Publisher Report and in SQL query. But i need to create same parameters in RTF Template , so that when i publish this report in dashboard , parameters will be visible. Can you please tell me how to create Parameters in RTF Template for BI Publisher Report ? I am not finding option. Please let me know .
    Thanks in advance
    Gayathri.

    all the parameter's value will be there in your xml .
    just you need to add parameter heading and corresponding xml tag name to get the parameter value on the report.
    if u dont have you can try like below
    https://blogs.oracle.com/xmlpublisher/entry/get_your_parameters_here_guv
    Declare Parameter in RTF Template
    Before you use the parameter in the RTF template file you need to declare it first. You can do so by having the following syntax.
    <?param@begin:%parameter_name%?>
    Note: where %parameter_name% is the parameter name that you have created at the BI Publisher Server UI.
    Here is an example:
    <?param@begin:param1?>
    Use it in RTF Template!
    Once it’s declared in the RTF template you can start using it as the same way you use the variable. You need to just add ‘$’ prefix in front of the parameter name. Here is the example:
    <?$param1?>
    The above example would print the parameter value in the report output. If you want to use this value in your condition or calculation you can simply use it as ‘$param1’. Yes, it’s that simple.
    If you are not sure if and how the parameter values are passed to the report when you run the report you can use this command in your RTF template, which will return all the parameter values passed to the RTF template at the runtime.
    <?xdoxslt:getXDOProperties($_XDOCTX)?>
    http://kirti-bi-solutions.blogspot.com/2009/06/passing-parameters-from-obiee.html

  • 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

  • Can we use xml Publisher reporting for sql* Plus in EBS

    Hello All,
    The current report is designed in Sql* Plus Executable report and the output is in txt format, Now the requirement is to have the output in Excel format.
    So is it possible to use the xml reporting and make the output as Excel from the word template we design from MSword as we do for rdf(I have done few reports created in rdf to xml publisher reports in EBS and stand alone as well.).
    Do the same procedure will suit for Sql*Plus reports tooo or Is there any work around to achieve this.
    Thanks and Regards
    Balaji.

    Hi
    Thanks for the reply..
    I tried to do the follwoing
    1. changed the output to xml in the conc. prog.
    2. ran the same report but i am getting the follwoing error in the output file
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource
    Other reports which are using the Oracle Reports(rdf) as source, i am able to generated the xml as expected....
    So my question is whether we can use sql* reports executable and generate xml in the conc.prog.
    if any one has used the sql*reports for xml publisher reporting... please let me know, so that if its possible i will check my sql needs some validation or tuning...
    thanks in advance
    Balaji.

  • Different methods of creating an XML Publisher report

    Hi All,
    Can anyone please advice me on different methods of creating an XML Publisher report.
    The method which we us is as follows -
    1. Create an RDF file and upload the same in the /REPORTS/US path.
    2. create a concurrent program, give output as XML.
    3. Create a data definition, but here we do not upload any data definition.
    4. Create a template and upload the RTF template.
    But I have heard that there is a method wherein we do not have to create the RDF and simply adding the query to the XML file works.
    But in that case do we upload anything in tht Data defition also ?
    Can anyone please provide me any link or some place where I can read about different methods to create an XML report without the use of an RDF.
    Regards,
    Shruti

    Hi Shruti,
    There is a method where we need not to create RDF as data defination. You need to write a xml file which we upload as data defination. The short name for this data defination used as short name as concurrent program having executable XDODTEXE.
    Sample XML data template :
    <?xml version="1.0" encoding="UTF-8" ?>
    <dataTemplate name="EmpData" description="Employee Details" version="1.0">
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[select business_group_id, business_group_name
                   from hrfv_business_groups
                   where date_to is null
                     and business_group_id not in (0, 82)
                         order by business_group_id]]>
    </sqlStatement>
    <sqlStatement name="Q2">
    <![CDATA[select employee_number,
                         title ,
                         full_name,
                         sex ,
                         date_of_birth,
                         email_address
                 from per_all_people_f
                 where business_group_id = :business_group_id
                   and current_employee_flag ='Y'
                   and trunc(sysdate) between effective_start_date and effective_end_date
                   and rownum<11]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_BG" source="Q1">
    <element name="BusinessGroupId" value ="business_group_id"/>
    <element name="BusinessGroupName" value ="business_group_name"/>
    <group name="G_EMP" source="Q2">
    <element name="EmpNumber" value ="employee_number"/>
    <element name="Title" value ="title"/>
    <element name="FullName" value ="full_name"/>
    <element name="Sex" value ="sex"/>
    <element name="DateOfBirth" value ="date_of_birth"/>
    <element name="EmailAddress" value ="email_address"/>
    </group>
    </group>
    </dataStructure>
    </dataTemplate>
    This data template generates xml data which prints output on rtf template.
    Hope this will help. Let me know for more info.

  • CREATE XML PUBLISHER REPORT WITHOUT USING RDF

    Hi Every one ,
    Can anybody share his/her expertise on following issue ?
    "How to create XML Publisher Report without using RDF?"
    Your help is appreciated.

    Hi Swapnesh
    YOu do not need to create the XDODTEXE, its seeded for you. You need to do the following:
    1. Create and test the data template
    2. Load the data template to the template manager against a data definition
    3. Create a concurrent program definition that uses the XDODTEXE as its executable
    4. Create parameters (if required) for the CP and DT that match in name
    You're done
    Regards
    Tim

  • How to create  some columns dynamically in the report designer depending upon the input selection

    Post Author: ekta
    CA Forum: Crystal Reports
    how  to create  some columns dynamically in the report designer depending upon the input selection 
    how  export  this dynamic  report in (pdf , xls,doc and rtf format)
    report format is as below:
    Element Codes
    1
    16
    14
    11
    19
    10
    2
    3
    Employee nos.
    Employee Name
    Normal
    RDO
    WC
    Breveavement
    LWOP
    Sick
    Carers leave
    AL
    O/T 1.5
    O/T 2.0
    Total Hours
    000004
    PHAN , Hanh Huynh
    68.40
    7.60
    76.00
    000010
    I , Jungue
    68.40
    7.60
    2.00
    5.00
    76.00
    000022
    GARFINKEL , Hersch
    66.30
    7.60
    2.10
    76.00
    In the above report first column and the last columns are fixed and the other columns are dynamic depending upon the input selection:
    if input selection is Normal and RDO then only 2 columns w'd be created and the other 2 fixed columns.
    Can anybody help me how do I design such report....
    Thanks

    Hi Developer life,
    According to your description that you want to dynamically increase and decrease the numbers of the columns in the table, right?
    As Jason A Long mentioned that we can use the matrix to do this and put the year field in the column group, amount fields(Numric  values) in the details,  add  an filter to filter the data base on this column group, but if
    the data in the DB not suitable to add to the matrix directly, you can use the unpivot function to turn the column name of year to a single row and then you can add it in the column group.
    If there are too many columns in the column group, it will fit the page size automatically and display the extra columns in the next page.
    Similar threads with details steps for your reference:
    https://social.technet.microsoft.com/Forums/en-US/339965a1-8cca-41d8-83ef-c2548050799a/ssrs-dataset-column-metadata-dynamic-update?forum=sqlreportings 
    If your still have any problem, please try to provide us more details information, such as the data structure in the DB and the table structure you are currently designing.
    Any question, please feel free to let me know.
    Best Regards
    Vicky Liu

  • How to create editable PDF template for XML Publisher reports

    Hi,
    I have got a requirement to have some editable fields in one report whose output is in PDF format.
    I tried looking and saw this can be done using the XML Publisher report and using PDF template.
    But I got only Adobe Acrobat Reader and it does not have the facility to create Form fields.. Can you let me know what software I need in order to create the editable PDF Template.
    In the user guide, it didnot mention anything regarding this.
    Can I create editable PDF report using RTF template or do i have to got for PDF template only?
    Any help is appreciated!
    Thanks

    Hi,
    To edit PDF template , u need Acrobat writer, which is not free .
    I am still wondering what is this ?
    "" Can I create editable PDF report using RTF template ?? "".
    What is editable PDF report. ?
    i think what you tried to mention is ,
    can the PDF output from xml publisher is editable ?
    If that is the question , so here is some points,
    If you have Acrobat Writer or prof.edition, you can edit all the PDF documents irrespective of being from where it is generated.
    To make you understand more of XMLP.
    You create RTF template in word, so that , after merging with xml you can have multiple output formats like PDF, XLS, EFT,.....

  • Check box in XML Publisher report not displaying

    Hi,
    In my XML Publisher report , my template contains a checkbox, using forms tools i create that check box and run the report
    but output of check box is not comming becoz,The XML Publisher default PDF output font does not support checkbox.
    can any one give idea to solve this who face same problems;
    Regards,
    venkat

    Hi Venkat
    What version of XMLP are you using ?
    Check the user guide, there is an entry in there describing how to specifiy the check box glyph to be used for checks and unchecked.
    Its will either be set using the UI or thru a config file depending on your version.
    Tim

  • Printing BI Publisher report from OAF Page

    We have a requirement to display a BI Publisher Report on the invoke of a Button/Link from a OAF Page. One way to achieve this without invoking a concurrent program is by following the method described in the link below :-
    http://apps2fusion.com/at/51-ps/260-integrating-xml-publisher-and-oa-framework
    In the current scenario, we already have developed Data Definition (XML) and Template (RTF) for the report and is used too. We want to use the same Data Definition and Template but invoke from a OAF Page. Is there a way to achieve this?
    In the method mentioned in the above link, we would have to create many VO's to generate the XML, since the XML needed in our case is a detailed one, we would need to create many VO's to achieve this. Hence looking out for a way in which we can invoke the Data Definition (XML) already registered in the BI Publisher.
    Any inputs to achieve this would be helpful.
    Regards
    Naveen

    Naveen,
    You need to read the documentation here:
    http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/xmlpdocs-084437.html
    All of the information you need is in these:
    Administration and Developer's Guide
    Report Designer's Guide
    JavaDocs
    With the BI publisher (XML publisher) Java APIs, you can call a data template with parameters and get the XML from that.
    For an example that should be very close to what you need to do, see the comments section of this page:
    http://apps2fusion.com/at/ps/294-bi-publisher-document-viewer-common-region-embeded-report-output-in-oa-framework-page-part-2
    Find the comment titled: "Alternative: BlobDomain from data template"
    The great thing about using a Data Template is that, while you are NOT concurrent program dependent, you can still set up a concurrent program to run it for other purposes if you wish. Data Templates offer a lot more flexibility.
    Kurz

  • Write to the database from a BI Publisher report

    I have a requirement to setup a BI Publisher report that writes a snapshot of data to a database table whenever the report is run.
    Putting aside whether doing this is a good idea or not (I'd prefer not to do it for security reasons) if I were to do it in SQL server (that i'm more familiar with) I'd write a stored procedure that does this and enter "exec storedprocedurename" as the report query.
    From searching through this board I see that I'm supposed to use a pipelined function instead of a stored procedure but I'm unclear if once I have setup the pipelined function that I'll be able to achieve my objective of both returning the data to the report as well as writing it to a snapshot table, is this possible? If so then I have some questions as I don't really understand the syntax with my limited pl/sql knowledge.
    create type numset_t as table of number; --where does this go, it doesn't appear to be part of the function?
    create function f1(x number) return numset_t pipelined is
    begin
    for i in 1..x loop
    pipe row(i);
    end loop; -- do I need to do a looP? i just want to do select *...
    return;
    end;
    select * from table(f1(3)); -- again this appears to be outside the function, where does it go?
    Thanks
    Bruce

    Jorge:
    I was looking into something similar some time ago. The suggested solution may or may not work for you, depending on what it is you want to write to the tables. I was trying to write audit information - who ran what report when. Through BI Publisher template variables I could get the who and the when, but not what report was being run, so the report trigger option wasn't of any use to me.
    In the end, I opted to change the attributes of the report so that the "show controls" checkbox is unchecked and make users run all reports through BI Publisher Scheduler. It turns out that reports run via the scheduler have all of that data saved off and you can see it from the Schedules/History display.
    Good luck,
    Gaff

  • BI publishing report issue on HP-UX cluster

    Dear All,
    I have a problem about BW publish report .
    Our customer has three BI systems (PRD, QAS, DEV) and three BOE system (XIR3.1).
    Those systems are installed on HP-UX.
    BOE QAS and DEV system used Tomcat, BOE PRD system deployed on SAP WAS.
    SAP QAS and DEV system can publish crystal report to each BOE system.
    But SAP PRD can not publish with error
    u201C0000000001 An error occured when retrieving the role metadata for ZBIROLE001. Returned with RFC code 18 and message: See RFC trace file  or SAP system log for more details. u201D
    Customer PRD system is a cluster environment.
    Copy Error message for u201Cdev_rfc0u201D:
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3299
    CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=223
    Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1833
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered
    ABAP Programm: RSRFCPIN (Transaction: SM59)
    Copy Error message for u201Cdev_rdu201D:
    LOCATION    SAP-Gateway on host BIPRDA / sapgw00
    ERROR       connection to partner '192.168.7.1:56298' broken
    LOCATION    SAP-Gateway on host BIPRDA / sapgw00
    ERROR       connection to partner '192.168.7.1:60597' broken  
    I test RFC connection with SM59 and test RFC destinations in /crystal/rptadm successfully.
    I also compared the RFC settings and User role between SAP DEV system and PRD system. But I did not any find difference.
    This role had been imported in to BOE system and the SAP user has  administrator rights .
    Is there anyone can give me some advice for next step?
    Thanks in advance!
    Wayne

    Hi Ingo,
    - are you using the BW publishing service or the SAP gateway ?
    Customer used BW publishing service.
    - does SM59 work properly ?
    Yes, SM59 works well.
    - did you create a trace file for the publishing already ? If not - create it and attach it do the forum.
    I am not sure which trace do I need. Could you tell me the details?
    Thanks a lot!
    Wayne

  • XML PUBLISHER report in Excel out put problem

    Hi Experts,
    I have developed one XML report which output type is EXCEL in Oracle Application.
    I am getting some -ve value in the report so I need to do the trailing sign
    Menace for example I got a value -8645 I need to display the value like (8645).
    This functionality is working in PDF output but in EXCEL out put it is not working.
    Could any body please help me on this..
    Its Urgent .
    Thanks in Advance.

    Check this metalink notes, did you got any error..?
    Note: 364547.1 - Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364547.1
    Note: 359875.1 - Cannot View Xml Publisher Report Output In Excel Format
    Note: 358296.1 - How To Produce Requests In Formats Of HTML, RTF, and Excel From XML Publisher
    Note: 850685.1 - Wrong Output Format In Xml Publisher Output
    Note: 727031.1 - XML Publisher Requests Always Get Defaulted to Output Format as PDF Whatever the Template Type is Set To
    Note: 337343.1 - Unable to View Excel Output File Created by XML Publisher
    Note: 401328.1 - Default Layout Format for XML Publisher Concurrent Request Is Always PDF
    Re: XML Publisher Server on EBS 11.5.10.2

  • XML Publisher report giving XML tag output

    Dear All,
    Please note that we need to convert the standard report 'Bill of Material Comparison Report' to XML Publisher report.
    But we were not able to get the desired PDF output instead it shows only XML output.
    This report is not a direct concurrent program call to rdf, this concurrent program is triggered from a function.
    How can we overcome this issue..,
    Please update,
    Many thanks...,

    Hi Kiran,
    Please find the below info:
    Could you please confirm whether you have made the standard program's executable as 'XDODTEXE', and created a data definition with the rdf shorname and Data templte with the template defined.
    -- Done
    Could you also provide how your calling the report and when the request submitted are u able to see the template name on the submitted request ?
    -- The report is called through the application (in Bill of materials through a Form Function) When we select the comparison, it will display a comparison form, where we need to select the appropriate parameters and a button called 'Report' if clicked, it will fire the 'Bill of Material Comparison Report' concurrent program
    But after the concurrent program submission, we cannot see any template been attached to the submitted conc. pprog. but the template is been already attached to the concurrent program through the XML Publisher Administrator
    Many thanks....

Maybe you are looking for

  • PTO ( Paid Time Off ) Quota Correction

    Hi, Can someone tell me how to make quota corrections to PTO for all the EE's to 40 hours beginning on 10/01/2007 . Thanks, Swarna.

  • How to use multiple Apple IDS

    I just bought my first iPhone and another one for my wife.  I'm trying to figure out how to configure Apple IDs to get the most out of our phones.  I'm interested in having us both share contacts and calendars, as well as use the same account for iTu

  • N97 v2.0 Gallery problems and missing ringing tone...

    Hi! I had removed all of my photos an mp3 files from my phone before I updated it to v20. Now I'm facing two problems: 1st: It still shows me lots of photos in the gallery (which have been deleted from memory), unfortunately, I can't delete them ther

  • Dynamic Tag Query  with dynamic tag name.

    Hi, In our implementation we have 10+ users. Each one want to monitor only one production line ( eg. one tag value ) in the dashboard by default when they login. I was able to design this requirement CONCEPTUALLY but facing some trouble technically.

  • Apple TV connect to College Network

    Hey all, I just got an Apple TV. I am having issues connecting to the internet. I live on campus and connect to our college wireless. It says it's connected but it youtube & internet radio are not working. I think it's because the username and passwo