Prompt Creation in WAD

Hi Experts -
I have a Bex Query which has user prompt to enter the values like fiscal year and posting period.
I want to show the selection - which user has done on the top of WAD
How can i do this ?
Thanks
R

You can use Advanced web item - INFO FIELD to display the variable selection in the template.

Similar Messages

  • Dashboard creation with WAD

    Hi, All,
    Currently I am on dashboard.
    Could somebody send me some documents/info about dashboard development using WAD?
    Thanks in advance for your kind attention.

    Hi,
    Check if the following threads help you as well :
    Dashboard
    dashboard reporting?
    what is Dashboard
    dashboard in BW
    Cheers,
    Kedar

  • Issues with less than and grater than condition in prompts in OBIEE 11g,

    Hi all,
    i am facing the prombles with less than grater than conditions in OBIEE 11g.
    i created two date prompts with presentation variables datefrom and dateto
    and i used these prompts in fileters like this using grater than and less than symbol.
    filters are as below:
    lastupdated date is grater than or equal to @{datefrom}{1/1/1950}
    lastupdated date is less than or equal to @{dateto){1/1/1950}
    and created two prompts
    creation datefrom >=
    creation dateto<=
    when i passing the dates 05/12/2004 and 05/12/2005 in prompts after clicking the apply button in OBIEE 11g it feches all the records but i need records between these dates. and one more thing is after clicking apply button the two date fields getting the same date..
    am i do any thing wrong in the above ???
    please let me know friends..
    waiting for ur replyyyyyy..
    Thanks
    Edited by: BI_user on Oct 12, 2011 2:10 AM

    Hi,
    Create date prompts with operator as = not >= (or) <= as you need to save that value in presentation variable and you are filtering report using those variable filters.
    Regards,
    Srikanth

  • Enhanced Graph , Chart in WAD

    Dear Frineds,
    I am trying to build a small application on WAD. In creation of Graph its took
    the values  as per query design. There is no optio to assign charaterstics and key figure
    to graph by yourself.
    Is there any enhanced form or other option where we can get more functionality and control
    over graph creation in WAD.
    regards,
    Malik

    Hi Malik,
    As mentioned by you, to manipulate char's or keyfig's in WAD template itself when you use graph web item, this feature is not available in WAD.
    You can take the necessary objects and manipulate them according to your need at Query designer level. WAD is majorly for display purpose and for broadcasting...
    Regards,
    KK.

  • Crystal Report Server / Business objects XI R2 questions

    Hello all,
    If this isn't the place to post these questions please advise which forum is. Thank you in advance.
    We are running XI R2 SP5 of Crystal Report server (11.5.11.1470). I have some general questions...and are fairly new to this version.  Although I have been developing CR for many years.
    There is plenty of discussions here about "Universes" in BO, but for my deployment I don't think this applies. Correct?
    I have created list of values (LOV) using Business View Manager (11.5.11.1470) and would like to
    1. give the user an ability to select an "ALL" option in the report.
    2. If the LOV is large, it only returns a partial list.
    Now i have search these forums and other and found discussions regarding the above but none seemed to relate to my version.  Either I'm missing some component or just slow.
    Any advice / help would be greatly appreciated.
    Thank you.

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • Please only post SAP Business Objects products related questions here

    Hi
    Thanks for reading.
    Unfortunately many people get confused with the term BI which was used for SAP BW at one time. With the acquisition of Business Objects some product names have changed.
    SAP BW is still SAP BW, please post in the respective forums: /community [original link is broken]
    Business Intelligence in this forum refers to the these SAP Business Objects products:
    SAP Business Objects Enterprise
    SAP Business Objects 4.0
    SAP Business Objects Intelligence Platform 4.0
    For more information and great articles and videos please see:
    http://www.sdn.sap.com/irj/boc/bi
    Kind Regards
    Roland Hoeller

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • French stemming failed

    Hello,
    I want to use the stemming capabilities of Oracle Text on french documents, but I don't get the results I expect.
    - I have created a table with "boulanger" (baker) and "boulangerie" (bakery) ;
    - A query like "$boulanger" returns only one row, I expected two.
    Below the script I use to test.
    (NLS_LANGUAGE is set to "french" :
    SQL> select value from nls_session_parameters where parameter = 'NLS_LANGUAGE';
    FRENCH)
    Thanks for any hints on what I'm doing wrong.
    prompt >>> creation preferences...
    begin
    ctx_ddl.create_preference('french_lexer', 'BASIC_LEXER');
    ctx_ddl.set_attribute('french_lexer', 'PRINTJOINS', '_');
    ctx_ddl.set_attribute ( 'french_lexer', 'INDEX_STEMS', 'FRENCH');
    CTX_DDL.create_preference('french_wordlist','BASIC_WORDLIST');
    CTX_DDL.set_attribute('french_wordlist','STEMMER', '');
    -- CTX_DDL.set_attribute('french_wordlist','FUZZY_MATCH', 'FRENCH');
    end;
    prompt >>> preferences creees.
    prompt >>> creation table
    create table french_test (texte varchar2(60));
    insert all
    into french_test values ('boulanger')
    into french_test values ('boulangerie')
    into french_test values ('restaurant')
    into french_test values ('restauration')
    into french_test values ('restaurateur')
    select * from dual;
    commit ;
    prompt >>> table creee
    prompt >>> creation index
    create index french_idx on french_test(texte) indextype is ctxsys.context parameters ('LEXER french_lexer WORDLIST french_wordlist sync (on commit)') ;
    prompt >>> index cree
    prompt >>> Recherche : boulanger (boulangerie)
    select * from french_test where contains(texte, '<query><textquery grammar="CONTEXT" lang="FRENCH">$boulanger</textquery></query>', 0) > 0 ;
    prompt >>> fin
    prompt >>> Recherche : restauration (restaurant, restaurateur)
    select * from french_test where contains(texte, '<query><textquery grammar="CONTEXT" lang="FRENCH">$restauration</textquery></query>', 0) > 0 ;
    prompt >>> fin
    prompt >>> suppression table
    drop index french_idx ;
    drop table french_test ;
    prompt >>> table supprimee
    prompt >>> suppression preferences
    begin
    ctx_ddl.drop_preference('french_lexer');
    ctx_ddl.drop_preference('french_wordlist');
    end;
    prompt >>> preferences supprimees
    Mat'

    Boulanger is not the root word of boulangerie and baker is not the root word of bakery. Although they start with the same letters and sound the same, they are not the same thing. It may help to think of stem words in terms of conjugations. Stemming searches only match if words are conjugations of the same root word . They also must match in terms of type of word, such as nouns or verbs or adjectives or adverbs and whether they are masculine or feminine where applicable. Please see the demonstration below that shows first in French, then in English what some of the roots are and are not. The last query of each demo shows the roots and the words that share those roots. Only words that share the same root will be found using stem searches.
    SCOTT@orcl_11g> ALTER SESSION SET NLS_LANGUAGE = 'FRENCH'
      2  /
    Session altered.
    SCOTT@orcl_11g> begin
      2    ctx_ddl.create_preference ('french_lexer',    'BASIC_LEXER');
      3    ctx_ddl.set_attribute      ('french_lexer',    'PRINTJOINS', '_');
      4    ctx_ddl.set_attribute      ('french_lexer',    'INDEX_STEMS', 'FRENCH');
      5    --
      6    CTX_DDL.create_preference ('french_wordlist', 'BASIC_WORDLIST');
      7    CTX_DDL.set_attribute      ('french_wordlist', 'STEMMER', 'FRENCH');
      8  end;
      9  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> create table french_test (texte varchar2(60))
      2  /
    Table created.
    SCOTT@orcl_11g> insert all
      2  into french_test values ('boulanger')
      3  into french_test values ('boulangers')
      4  into french_test values ('boulangerie')
      5  into french_test values ('boulangeries')
      6  into french_test values ('cuire')
      7  into french_test values ('cuit')
      8  select * from dual
      9  /
    6 rows created.
    SCOTT@orcl_11g> commit
      2  /
    Commit complete.
    SCOTT@orcl_11g> create index french_idx on french_test (texte)
      2  indextype is ctxsys.context
      3  parameters
      4    ('LEXER        french_lexer
      5        WORDLIST  french_wordlist
      6        sync        (on commit)')
      7  /
    Index created.
    SCOTT@orcl_11g> select * from french_test
      2  where  contains
      3             (texte,
      4              '<query>
      5              <textquery grammar="CONTEXT" lang="FRENCH">$boulanger
      6              </textquery>
      7            </query>',
      8              0) > 0
      9  /
    TEXTE
    boulanger
    boulangers
    SCOTT@orcl_11g> CREATE INDEX french_idx2 ON dr$french_idx$i (token_text)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  parameters
      4    ('LEXER        french_lexer
      5        WORDLIST  french_wordlist
      6        sync        (on commit)')
      7  /
    Index created.
    SCOTT@orcl_11g> COLUMN words FORMAT A30
    SCOTT@orcl_11g> COLUMN root  FORMAT A30
    SCOTT@orcl_11g> SELECT root, wm_concat (word) words
      2  FROM   (SELECT DISTINCT NVL (i.token_text, d.token_text) AS root, d.token_text word
      3            FROM   dr$french_idx$i d, dr$french_idx2$i i
      4            WHERE  CONTAINS (d.token_text, '$' || i.token_text(+)) > 0
      5            AND    i.token_type (+)= 9
      6            ORDER  BY root, word)
      7  GROUP  BY root
      8  /
    ROOT                           WORDS
    BOULANGER                      BOULANGER,BOULANGERS
    BOULANGERIE                    BOULANGERIE,BOULANGERIES
    CUIRE                          CUIRE,CUIT
    SCOTT@orcl_11g> ALTER SESSION SET NLS_LANGUAGE = 'AMERICAN'
      2  /
    Session altered.
    SCOTT@orcl_11g> begin
      2    ctx_ddl.create_preference ('english_lexer',    'BASIC_LEXER');
      3    ctx_ddl.set_attribute      ('english_lexer',    'PRINTJOINS', '_');
      4    ctx_ddl.set_attribute      ('english_lexer',    'INDEX_STEMS', 'ENGLISH');
      5    --
      6    CTX_DDL.create_preference ('english_wordlist', 'BASIC_WORDLIST');
      7    CTX_DDL.set_attribute      ('english_wordlist', 'STEMMER', 'ENGLISH');
      8  end;
      9  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl_11g> create table english_test (text varchar2(60))
      2  /
    Table created.
    SCOTT@orcl_11g> insert all
      2  into english_test values ('baker')
      3  into english_test values ('bakers')
      4  into english_test values ('bakery')
      5  into english_test values ('bakeries')
      6  into english_test values ('cooked')
      7  into english_test values ('cooking')
      8  select * from dual
      9  /
    6 rows created.
    SCOTT@orcl_11g> commit
      2  /
    Commit complete.
    SCOTT@orcl_11g> create index english_idx on english_test (text)
      2  indextype is ctxsys.context
      3  parameters
      4    ('LEXER        english_lexer
      5        WORDLIST  english_wordlist
      6        sync        (on commit)')
      7  /
    Index created.
    SCOTT@orcl_11g> select * from english_test
      2  where  contains
      3             (text,
      4              '<query>
      5              <textquery grammar="CONTEXT" lang="ENGLISH">$baker
      6              </textquery>
      7            </query>',
      8              0) > 0
      9  /
    TEXT
    baker
    bakers
    SCOTT@orcl_11g> CREATE INDEX english_idx2 ON dr$english_idx$i (token_text)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  parameters
      4    ('LEXER        english_lexer
      5        WORDLIST  english_wordlist
      6        sync        (on commit)')
      7  /
    Index created.
    SCOTT@orcl_11g> COLUMN words FORMAT A30
    SCOTT@orcl_11g> COLUMN root  FORMAT A30
    SCOTT@orcl_11g> SELECT root, wm_concat (word) words
      2  FROM   (SELECT DISTINCT NVL (i.token_text, d.token_text) AS root, d.token_text word
      3            FROM   dr$english_idx$i d, dr$english_idx2$i i
      4            WHERE  CONTAINS (d.token_text, '$' || i.token_text(+)) > 0
      5            AND    i.token_type (+)= 9
      6            ORDER  BY root, word)
      7  GROUP  BY root
      8  /
    ROOT                           WORDS
    BAKER                          BAKER,BAKERS
    BAKERY                         BAKERIES,BAKERY
    COOK                           COOK,COOKED,COOKING
    SCOTT@orcl_11g>

  • Variable prompt in WAD

    Hi all,
    We have few WAD reports.Today suddenly all of the reports are prompting for variable screen.These reports earlier never prompted for ant variable screen while refreshing
    Can u pls tell me how can this be fixed.
    Pls note We have few mandatory variables/ready for input are used in the query.
    Regards,
    Sushant

    Hi,
    i already checked the behaviour property set in WAD.
    "Display variable screen" option is put "OFF".So ideally prompt should not appear.But it still appears
    any other ideas??
    Regards,
    Sushant

  • WAD creation in SAP BI7.0

    Hi Experts,
    Plz give me the construction procedure of   WAD  creation in SAP BI 7.0.
    Any material/links/documents/suggestions with u plz share with me.
    Any Pointers will be really appriciated.
    Thanks in advance.
    Regards,
    Chinna.

    [http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm]

  • MAPI over HTTP not working correctly, Outlook 2013 clients prompting for credentials during profile creation or opening depending on security of virtual directory

    ENVIRONMENT
    -1 Exchange 2013 SP1 CU7 server with all roles that is also a hybrid server with Office 365 tenant, mailboxes are all on premise only LYNC online is being utilized right now.
    -Exchange 2013 public folders
    -Mix of Outlook 2013 SP1 and Outlook 2010 SP3 clients all fully update to day as of Feb 2015
    Outlook anywhere is working perfectly across all clients both internally and externally using autodiscover.  Both Outlook 2013 and 2010 clients can open the program and create a profile automatically via autodiscover and no additional logon prompts
    are seen.
    We set the internal and external mapi virtual directory URLs to a valid URL that also matches the Exchange 2013 SSL certificate.  We set the security to ntlm, negotiate on the mapi virtual directory.  We reset IIS and enabled mapi over http in
    the org config.  We run in to problems here.
    Outlook 2010 clients appear to be working fine.  We can create a new profile and open and close Outlook without any logon prompts and verify that MAPIHTTP and Negotiate are used to connect to Exchange.
    Outlook 2013 clients are having problems.  As soon as we try to create a profile it says your administrator has made a change that requires you to restart outlook and then a windows logon prompt appears. If we authenticate Outlook will open and connect.
      This logon prompt should not occur.    We can confirm that it is connecting via MAPI HTTP and Negotiate.
    If we set the mapi virtual directory to NTLM only then a logon prompt also appears during every open of Outlook 2013.  We can confirm that it is trying to connect with MAPIHTTP via NTLM in the outlook connection test screen.
    I do not understand this behavior by Outlook 2013 which was supposed to be designed with MAPI HTTP in mind.  I would think the same issues would occur with Outlook 2010 but they do not.  I am not sure how to resolve this and I am looking for help.

    I have the same problem. Exchange and Outlook are both up to date. After creating a new profile Outlook prompts for username/password. A lot of users also get this prompt while
    working - the profiles have been "migrated" from Exchange server 2010. <o:p></o:p>
    Niko, as i can see in your screenshot you do not have Mapi over HTTP enabled. Why? You can change settings in the security tab – if you have Mapi over
    HTTP enabled all options are grayed out (please correct me if I
    am wrong):
    This is a very annoying thing – does anybody else have the same problem?
    Any suggestions on this?
    Marc

  • Creation of Stand Alone prompt in OLAP universe

    Hi,
    I am creating a webi report from universe build from Bex query.
    I have to catch a user response so i am creating a stand alone prompt in the universe but when i am parsing it, it's giving error.
    <FILTER KEY="[Level Object definition]"><CONDITION OPERATORCONDITION="Equal"><CONSTANT Level Attribute="@Prompt('Enter A Value','N',,,)"></CONSTANT></CONDITION></FILTER>
    The code is as above.
    Since this user response function doesn't refer to any dimension/key figure, hav to jus get the values from user as 1,2,3
    Pls Help.
    Regards,
    Akhil

    Hi,
    the Key value is not correct in your syntax - you would have to have some technical name there.
    take a look at some examples:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a45246-ce76-2b10-e688-f5c8206203eb
    ingo

  • Creation of Dashboard with WAD!!

    Hi Guys,
      Does anyone has idea about dashboard requirements with <b>the speedometer chart item in WAD??</b>What are the steps to do?How to do steps or help with aby document??
    It is a survey report for which i need to creta a classification with a score <2.0,
    between 2.0 -->3.0,between 3.0 --> 4.0 .
    Based on this classification, I need to create a dashboard & how do u link it to the portal??

    Hi,
    pls Chk out these links....
    http://en.wikipedia.org/wiki/Digital_dashboard
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7e3c033d-0e01-0010-90a1-ba2cad9b4fd3
    https://forums.sdn.sap.com/click.jspa?searchID=4794028&messageID=3545766
    http://www.bitpipe.com/rlist/term/Dashboards.html?src=ggbp12124b&CMP=KNC-GoogleAdwords&HBX_PK=dashboard&HBX_OU=50
    http://help.sap.com/saphelp_sem60/helpdata/en/1b/3131375fc9342ae10000009b38f839/frameset.htm
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Reporting_Analytics_2006_Cockpits_v10.ppt
    https://websmp109.sap-ag.de/~sapdownload/011000358700002860012003E/HowToCreateInfoCockpit.zip
    See this on creating dashboards...
    http://www.sapteched.com/usa/press/celequest.htm
    http://www.ficoexpertonline.com/archive/Volume_04_(2005)/Issue_05_(May)/V4I5A2.cfm?session=
    http://www.bitpipe.com/rlist/term/Dashboards.html?src=ggbp12124b&CMP=KNC-GoogleAdwords&HBX_PK=dashboard&HBX_OU=50
    Pls also Check this :
    DashBoard Reporting
    dashboard reporting?
    Dashboard Reporting
    /people/martin.mouilpadeti/blog/2006/10/22/dashboard-reporting-techniques-in-bi
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/83f14036-0301-0010-4ca9-fb036fe9cfda
    /people/valery.silaev/blog/2006/10/09/loading-please-wait
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ef42568-0b01-0010-b194-97ee86329de7
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/800a7bd4-7897-2910-c6b2-9ee791e9913c
    Hope it helps.
    Regards.
    CSM Reddy
    **PlS assign points if links are useful**

  • I need information regarding the creation of Workbook and WAD.

    Hi,
    I need information regarding the How to create the Workbook and WAD.
    Can any one help me to get the information..
    Regards,
    Suman
    Edited by: Suman Reddy Vuyyuru on May 19, 2009 8:22 AM

    Hi,
    for workbook:
    [Queries in Workbook|http://help.sap.com/saphelp_sem40bw/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    for WAD:
    [WAD for Beginners|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22]
    thnks.

  • Creation of prompt section using more than one sunject areas.

    Hi Everybody,
    Can we create prompt section in the dashbaord using more than one subject area?. I am using OBIEE 11g
    Please put your thoughts/suggestions.
    Thanks,
    Govardhana

    Hi Govardhana,
    Do you want to create same dashboard prompt using multiple SA's ?
    How to reuse Filters/Dashboard Prompts from one Subject Area to another?
    Thanks,
    Saichand.v

  • Force shortcut creation without user's prompt

    Is there any way i can force Shortcut creation even if the user selected "No" and this without changing Java panel's settings?
    I'm using Java *1.5.0_05-b0*5.
    thx
    Rasel

    Welcome to the Sun forums.
    raselghul wrote:
    Is there any way i can force Shortcut creation even if the user selected "No" and this without changing Java panel's settings?I hope not! But I tell you what, if you figure out a way, please let us know. I'll raise a bug report with Sun and get it fixed.
    thxThat word is 'thanks', unless you are claiming to be THX-1138's relative.

Maybe you are looking for

  • Multi instance on same server

    This is my first experience trying to load and set up Oracle from the dba point of view and I need some guidance. I have started having problems when loading 9i on the same server as the 8.1.7 instance. It wanted to overwrite files and was using the

  • Create XMLList containing multiple node-sets?

    Hi All, I have scoured the internet trying to find an answer to this...I must be asking the wrong question?! <a>      <b>           <c/>           <c/>      </b>      <a>           <b>               <c/>           </b>      </a> </a> I want a | b/c n

  • Emails sent from iPhone don't appear in Sent folder

    This should be an easy one for you guys! I have an iPhone 4s running the latest IOS. When I send emails from the phone they do not appear in the Sent folder on the phone. I can't find the setting to change this. Thanks!!

  • Sign on profile question

    I have a new iMac and moved my old one and a laptops info to it. I now have three profiles, how do I merge them into one?

  • Why we give names with Z and Y alphabets

    hi, 1. I have  a doubt, while doing pricing procedure why we give the procedure names starting with series "Z" and "Y". 2. what is Item relevance for delivery? (in item catagories).