GenericSortFilter not applying propery on some of the columns

Hi Gurus
I am trying to apply GenericSortFilter action block on the below xml documnet.
I can successfully apply on last column but not first two columns .
<?xml version="1.0" encoding="UTF-8"?>
<Rowsets DateCreated="" EndDate="" StartDate="" Version="10.0">
<Rowset>
<Columns>
<Column Description="Distribution center or Plant" MaxRange="1" MinRange="0" Name="PLANT" SQLDataType="1" SourceColumn="PLANT"/>
<Column Description="ABC Class" MaxRange="1" MinRange="0" Name="ABCCLASS" SQLDataType="1" SourceColumn="ABCCLASS"/>
<Column Description="ABC Multiplier" MaxRange="1" MinRange="0" Name="ABCMULTIPLIER" SQLDataType="5" SourceColumn="ABCMULTIPLIER"/>
</Columns>
</Rowset>
</Rowsets>
Do you think any problem with this xml structure or filter action block.
I am working on MII version 12.0.7 Build 20.
Thanks in advance.
~Hari

Hi Rick
In Which tool your are talking about..configuration window and dropdown list box....
I use MII workbench,frontpage and Stylus studio tools to make up XML...i dont see those options anywhere..
So,r u talking about some other tool like dreamweaver...like that..
Correct me.
Thanks
Hari

Similar Messages

  • Folder Redirection policy is not applied to a user, when the server target is changed, but works after resetting the windows profile.

    Folder Redirection policy is not applied to a user, when the server target is changed. 
    After server target is changed via group policy, when user login  (roaming profile)first time, the the new server target has not been applied, instead it's pointing to the old folder redirection path.
    But if we reset the windows profile (roaming ), the new folder redirection works, can you please specify a solutions that the new folder redirection works when the user login for the first time. so it reduce the time on resetting users profile.
    it seems that we need to delete the old folder redirection path from the user profile (roaming user profile) via group policy or similar solutions..
    Many Thanks

    >   But when the specific users login they all get the same error, it
    Is the old server removed from the domain? Seems so - or some other
    authentication related issue, hard to tell from here...
    > seems that the roaming user profiles still keeps the old server details,
    Yes - if you change redirection targets, FR moves content from old to
    new, and only if this ends sucessfully, it will update the redirection
    target.
    Make the old redirection target accessible to the user and you'll be fine.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Not able to delete some of the pages in subpage

    Hi,
    I am not able to delete some of the subpages in a pagegroup and it gives the following error mentioned below can any one shed some light so that it can be fixed.
    the error that surprised me during the page deletion is
    Internal error (WWC-00006)
    Error while deleting page. (WWC-44130)
    Unexpected error - User-Defined Exception (WWC-35000)
    Unexpected error - User-Defined Exception (WWC-35000)
    Path ID does not exist. (WWC-50001)
    this is the same problem with some of the pages is the same page group but a different set of subpages.
    My portal version is 10.1.2.0.2 (Build: 150).
    it would be very nice of them if any one could give me a solution for this.
    Best Regards,
    Vijay.

    Only photos taken with the iPad, copied onto it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad. Photos that were synced from your computer are deleted by moving/removing/de-selecting them from where they were synced from on your computer and then re-syncing.

  • ITunes could not be installed because some of the files are missing, please

    I just bought an Iphone and when I went to install the latest version of itunes i get the message "iTunes could not be installed because some of the files are missing, please reistall iTunes" during the installation. I have tried every recommended solution I could find on the apple website. Does anyone know of a solution to this problem??

    A number of people seem to have had this problem, see this thread:
    http://discussions.apple.com/thread.jspa?threadID=1221432&tstart=0
    In the thread you will find a post from Royb of Apple inviting people to send in installer logs. It might be an idea to take advantage of that.

  • How to suppress a complete row when some of the columns are blank

    Hello,
    is it possible to suppress an entire row in the BEx Report where some of the columns contain no values. The report is in BW 3.5 version and is opened in the web browser. It contains only characteristics in the ROWS area of BEx Designer.
    Pls help. Thanks.
    SD

    Hi,
    You can wirte a condition on any keyfigure stating that KF1 > 0.So once that condiiton is active and if any column is blank then it will not display it.
    Pelase check out this link as well.
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/dd3841d132d92be10000000a1550b0/content.htm
    Hope it helps.
    Regards,
    AL

  • Pivot Some of The Columns to Rows

    Hi,
    I need to pivot some of the columns to rows and have the remaining columns in the result.
    At this point I have already done a subquery to gather data and to keep the run time down I'd rather not do it again like a UNION would require.
    Single Row
    CUST TEST_DATE TEST_TYPE1 TEST_TYPE2 TEST_TYPE3
    1 20-MAR-09 AA BB CC     
    Result Rows
    CUST TEST_DATE TEST_TYPE
    1 20-MAR-09 AA
    1 20-MAR-09 BB
    1 20-MAR-09 BB
    Suggestions please?
    Thank You in Advance for Your Help,
    Lou

    with t as (
               select 1 cust,to_date('20-MAR-09','dd-mon-yy') test_date,'AA' test_type1,'BB' test_type2,'CC' test_type3 from dual
    select  cust,
            test_date,
            case lvl
              when 1 then test_type1
              when 3 then test_type2
              else test_type3
            end test_type
      from  t,
            (select level lvl from dual connect by level <= 3)
      order by cust,
               test_date,
               test_type
          CUST TEST_DATE TE
             1 20-MAR-09 AA
             1 20-MAR-09 BB
             1 20-MAR-09 CC
    SQL> SY.

  • Hiding some of the columns in Graph in WAD

    Hi Friends
    In WAD, Ive created a WAD template with a Drop down box ,table and graph all with 1 data provider ( since the char value selected in drop down box has to be effected the data of table and graph) and working fine.
    I would like to hide some of the columns in the graph . I ve tried all the properties of the graph but I didnt get.
    The columns which I dont want to see in graph are required in the table . So Ive not Hided them in Query (DP of all web items).
    Which Property I ve to use to hide some of the columns in graph only.
    Plz help me in this
    Thanks in advance

    Hi Sai,
    You can go the web item properties (chart) and you can avoid the column in 'Set the sample data' of Texts and Data Selection step(2) of Chart wizard you can check out the 'Category' option to increase of decrease you visibility of the columns.
    Also check with the series option in the same wizard.
    Hope this will suffice your requirement.
    Regards,
    Madhu

  • Not able to play some of the copyrighted or licensed files

    Hi,
    Since a month or so, I am not able to play most of my wma files, which were ripped from original audio CDs. The problem is not universally applicable to all of the licensed files because there are some, I am able to play(but that is only a minority, as that
    represents music from just one original audio CD). 
    A few times in between I am able to play these files, but I am unable to find any correlation with any action/task performed. This problem resurfaces again and again.
    I tried restoring the computer, but didn't solved it. Restarted, fixed the registry errors, but to no avail.
    Please note that I am also having blue screen errors from time to time (one error in a day or two). The blue screen of death comes just randomly and computer restarts.
    I also vaguely remember that a few weeks back, I solved this problem by typing some command in command prompt. I tried to find out that web page(from where I got this command), but couldn't. It was may be a registry problem. But, I am not 100% sure about all
    this.
    Below are the outcomes on different players:
    Winamp:- Nothing happens
    WMP:- A message comes "The player is not installed correctly, please reinstall the player"
    VLC:- Tries to play repeatedly, not able to play.
    I recorded the messages of VLC on a verbosity of 2 i.e. debug mode:
    lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\playlist\youtube_homepage.luac
    lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\playlist\zapiks.luac
    ps warning: this does not look like an MPEG PS stream, continuing anyway
    main debug: using demux module "ps"
    main debug: looking for a subtitle file in C:\i omega\manu\My Music\ENGLISH(ORIGINAL)\POWER BALLADS-1\
    main debug: looking for meta reader module matching "any": 2 candidates
    main debug: using meta reader module "taglib"
    main debug: removing module "taglib"
    main debug: `file:///C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma' successfully opened
    ps warning: garbage at input, trying to resync...
    ps warning: found sync code
    ps warning: garbage at input, trying to resync...
    main debug: selecting program id=0
    main debug: looking for decoder module matching "any": 39 candidates
    main debug: using decoder module "mpeg_audio"
    mpeg_audio debug: waiting for PTS
    ps warning: found sync code
    ps warning: garbage at input, trying to resync...
    main debug: EOF reached
    main debug: finished input
    main debug: removing module "mpeg_audio"
    main debug: killing decoder fourcc `mpga', 0 PES in FIFO
    main debug: removing module "ps"
    main debug: Program doesn't contain anymore ES
    main debug: removing module "record"
    main debug: removing module "filesystem"
    main debug: dead input
    main debug: changing item without a request (current 0/1)
    main debug: using item 0
    main debug: starting playback of the new playlist item
    main debug: resyncing on another day in paradise.wma
    main debug: another day in paradise.wma is at 0
    main debug: creating new input thread
    main debug: Creating an input for 'another day in paradise.wma'
    main debug: using timeshift granularity of 50 MiB, in path 'C:\Users\Abhay\AppData\Local\Temp'
    main debug: `file:///C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma' gives access `file' demux `' path `/C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma'
    main debug: creating demux: access='file' demux='' location='/C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma' file='C:\i omega\manu\My Music\ENGLISH(ORIGINAL)\POWER BALLADS-1\another day in paradise.wma'
    main debug: looking for access_demux module matching "file": 12 candidates
    main debug: no access_demux modules matched
    main debug: creating access 'file' location='/C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma', path='C:\i omega\manu\My Music\ENGLISH(ORIGINAL)\POWER BALLADS-1\another day in paradise.wma'
    main debug: looking for access module matching "file": 20 candidates
    filesystem debug: opening file `C:\i omega\manu\My Music\ENGLISH(ORIGINAL)\POWER BALLADS-1\another day in paradise.wma'
    main debug: using access module "filesystem"
    main debug: Using stream method for AStream*
    main debug: starting pre-buffering
    main debug: received first data after 0 ms
    main debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
    main debug: looking for stream_filter module matching "any": 6 candidates
    main debug: no stream_filter modules matched
    main debug: looking for stream_filter module matching "record": 6 candidates
    main debug: using stream_filter module "record"
    main debug: creating demux: access='file' demux='' location='/C:/i%20omega/manu/My%20Music/ENGLISH%28ORIGINAL%29/POWER%20BALLADS-1/another%20day%20in%20paradise.wma' file='C:\i omega\manu\My Music\ENGLISH(ORIGINAL)\POWER BALLADS-1\another day in paradise.wma'
    main debug: looking for demux module matching "asf": 63 candidates
    asf warning: unknown asf object (not loaded): 0xd9aade20-0x7c17-0x4f9c-0xbc288555dd98e2a2
    asf warning: unknown asf object (not loaded): 0x1efb1a30-0xb62-0x11d0-0xa39b00a0c90348f6
    asf debug: + 'Unknown'
    asf debug: | + 'Header'
    asf debug: | | + 'File Properties'
    asf debug: | | + 'Content Encryption'
    asf debug: | | + 'Extended content description'
    asf debug: | | + 'Header Extension'
    asf debug: | | | + 'Language List'
    asf debug: | | | + 'Unknown'
    asf debug: | | | + 'Metadata'
    asf debug: | | | + 'Padding'
    asf debug: | | | + 'Extended Stream Properties'
    asf debug: | | | + 'Unknown'
    asf debug: | | + 'Unknown'
    asf debug: | | + 'Codec List'
    asf debug: | | + 'Stream Properties'
    asf debug: | | + 'Stream Bitrate Properties'
    asf debug: | + 'Data'
    Any sort of help/suggestion will be appreciated. Thanks!

    Hi,
    >A message comes "The player is not installed correctly, please reinstall the player"
    Could you please share more details about the error messages?
    Regarding the error messages showed above, have you tried to reinstall Windows Media Player by
    Turn Windows Features on or off?
    For VLC issue, please consider seek help in their offical website for further assistance.
    Thank you for your understanding.
    Best regards
    Michael Shao
    TechNet Community Support

  • VL10G is not creating delivery for some of the confirmed scheduled lines

    Hi, I was trying to find the reason why we are getting a very generic error message (Message type V50R ID 036 - The document could not be delivered.) for some of the confirmed schedule lines when executing VL10G in batch and no delivery document is created. Those orders have confirmed scheduled lines and inventory has confirmed to have stock. However, when the VL10G is executed in background, the sales order line items will be captured into the list but when creating delivery, the systems is showing the above error message.
    From debug, found out the message is generated from LV50R_VIEW43.
    We went through lots of OSS notes but nothing seem to ring a bell here. We are using ECC6, list type = index list.
    The error message is very inconsistent. The same documents will be dropped for delivery after several days without any change to any of the sales document or inventory level.
    Some of the note mentioned the parallel processing lock on ATP check for the material may be the reason for the error however we are not using any parallel processing in VL10G. We also checked the index table VEPVG has all correct entries and all the entries are being selected into the delivery due list. Error happens when the delivery is trying to be created.
    Any advice is appreciated.
    Thanks.

    Hi ALL,
    Any suggessiton on the below issue.
    We have batch jobs to process the DDL for the STOs, but some of the line items of the same STO is not picked up by batch job, (VL10B is assigned in the batch job, i checked the variant and configuration, everything seems to be fine, when i try to process the DDL through VL10B manually by giving the STO number only, the VL10B program is not picking the STO, but the same STO can be processed through VL10D, what could be the problem and why the VL10B program is not recogonizing the STO for the delivery creation.
    We are using ECC 6.0
    Regards,
    Rajesh.R

  • Need to use Group By but only want to group some of the columns not all

    Hello all! I am having some issues here. I am rather new to SQL and I am getting stuck with grouping. I have the query below but I only want to group by these columns, instead of all the columns in my select statement.
    ah.fund,
    ah.dept,
    ah.org,
    ah.acct,
    t.fund,
    t.dept,
    t.org,
    t.acct
    This will eventually go into Oracle reports builder. Is there any way I can archive this at all? The query will return all the t for a given time period, but they need to be grouped by the fully qualified account number which consists of the fund, dept, org and acct columns.
    Thanks in advance!
    SELECT ah.fund,
         ah.dept,
         ah.org,
         ah.acct,
         LPAD(ah.fund,3,0)||LPAD(ah.dept,2,0)||LPAD(ah.org,4,0)||SUBSTR(ah.acct,1,2) acct_no,
         LPAD(ah.fund,3,0)||LPAD(ah.dept,2,0)||LPAD(ah.org,4,0)||ah.acct acct_no1,
         t.fund,
         t.dept,
         t.org,
         t.acct,
         t.ACTIVITY_DATE,
         t.TYPE,
         t.AMT,
         t.description,
         t.TRANS_NO,
         t.RECEIPT_NO,
         DECODE(t.PO_NO,NULL,t.JOURNAL_NO,t.PO_NO) J_NO,
         DECODE(t.WARRANT_NO,NULL,t.WIRE_NO,t.WARRANT_NO) W_NO,
         t.VENDOR_NO,
         v.name||' ' ||v.first_name name,
         MIN(ah.eod_date)
    FROM ah,
         t,
         v
    WHERE ah.fund BETWEEN SUBSTR(:p_acct_from,0,3) AND SUBSTR(:p_acct_to,0,3)
         AND ah.dept BETWEEN SUBSTR(:p_acct_from,4,2) AND SUBSTR(:p_acct_to,4,2)
         AND ah.org BETWEEN SUBSTR(:p_acct_from,6,4) AND SUBSTR(:p_acct_to,6,4)
         AND ah.acct BETWEEN SUBSTR(:p_acct_from,10,5) AND SUBSTR(:p_acct_to,10,5)
         AND FLOOR(ah.acct/10000) IN (6,8)
         AND SUBSTR(ah.acct,3) != '000'
         AND ah.eod_date BETWEEN :p_from_date-1 AND :p_to_date
         AND t.fund (+) = ah.fund
         AND t.dept (+) = ah.dept
         AND t.org (+) = ah.org
         AND t.acct (+) = ah.acct
         AND TO_DATE(t.activity_date, 'dd-mon-yy') >= TO_DATE(:P_FROM_DATE,'dd-mon-yy')
         AND TO_DATE(t.activity_date, 'dd-mon-yy') <= TO_DATE(:P_TO_DATE,'dd-mon-yy')
         AND t.type IN( 'PI','JE','PR','VD','VU','AC','AD')
         AND (
              (:p_year = TO_CHAR(CURRENT_DATE,'YYYY')
              AND (t.po_no IS NULL
              OR (select TO_CHAR(open_date,'YYYY') FROM r WHERE po_no = t.po_no ) = TO_CHAR(CURRENT_DATE,'YYYY') ) )
              OR ((select TO_CHAR(open_date,'YYYY') FROM r WHERE po_no = t.po_no ) = :p_year )
    AND v.vendor_no (+) = t.vendor_no
    GROUP BY ah.fund,
         ah.dept,
         ah.org,
         ah.acct,
         t.fund,
         t.dept,
         t.org,
         t.acct,
         t.ACTIVITY_DATE,
         t.TYPE,
         t.AMT,
         t.description,
         t.TRANS_NO,
         t.RECEIPT_NO,
         DECODE(t.PO_NO,NULL,t.JOURNAL_NO,t.PO_NO),
         DECODE(t.WARRANT_NO,NULL,t.WIRE_NO,t.WARRANT_NO),
         t.VENDOR_NO,
         v.name||' ' ||v.first_name
    ORDER BY LPAD(ah.fund,3,0)||LPAD(ah.dept,2,0)||LPAD(ah.org,4,0)||SUBSTR(ah.acct,1,2),
         LPAD(ah.fund,3,0)||LPAD(ah.dept,2,0)||LPAD(ah.org,4,0)||ah.acct;

    In reports builder you can group the columns without having to group it in your query. It is also known as the break report which contains multiple groups in its data model.
        |            Q_1               |
                      |
                      |
        |       GRP_department         |
        | dept_no                      |
        | dept_name                    |
                      |
                      |
        |         GRP_employee         |
        | emp_no                       |
        | emp_first_name               |
        | emp_last_name                |
        | emp_middle_name              |
        | emp_date_of_birth            |
        | ...                          |
        ------------------------------

  • Create a view, some of the columns default are NULL

    Windows XP/10g 10.2.0.1.0
    I have a table tab1(test1, test2, test3)
    And, I need to create a views as:
    create or replace VW1(test1, test2, viewtest1, viewtest2) as (select test1, test2, viewtest1, viewtest2 from tab1, dual);
    And need the column value viewtest1 and viewtest2 to be default as null.
    Thanks.

    Are you looking for something like this ?
    create or replace VIEW VW1(test1, test2, viewtest1, viewtest2) as
             (select test1, test2, NULL, NULL from tab1);

  • GPO not applying to all users in the same security groups

    If Elaine logs in on Angie's PC does it work?

    Using Windows Server 2008 R1. I have a single domain with two DCs (both Server 2008 R1). Both DCs seem to be communicating without issues, as changes on one DC are replicating normally to the other for all services.I have a group policy set up to set drive mapping for my users. However when I run the GP modeling wizard only a few of the users receive the proper mappings. In this specific instance I have two users, Elaine and Angie. 1. Both are members of the Domain Users security group and another security group I created called Staff2. Neither user is a member of any other security groups.3. My group policy Security Filtering setting is set to apply the policy ONLY to the Staff security group4. When running the GP Results Wizard, Elaine's computer successfully processes the policy, but Angie's does not, and returns "Access Denied...
    This topic first appeared in the Spiceworks Community

  • Own CS5, will not open, message says, "Some of the application components core missing from the Application Directory.  Please reinstall the application".  What do I do?

    What now?  Can't get a phone number  to contact Adobe???????????????

    Hey Cal do u have a windows box or apple? Do you have the compressed files from the original download or a backup or image of your computer? Last question for now-please describe the events that led up to the error message in your original question. Like " my girlfriend was mad at me and while I was cleaning up some photos in CS5 she cut the electric to my desktop!"
    there is a chance if its a windows box and its running the OS win7, win 8, win8.1 and the systems restore setting turned on that if you can remember the last time(date) that CS5 worked: restore it(the computer) to that date or before that date. Also is there are some other options if its a mac but i need to know the operating system version and other info as to what other software is on your machine plus similar info like sw such as mackeeper, boot camp. parallels that another adobe community member(Bo LeBeau ) alluded to.
    Provide me more info and i can/will help you! maybe even a way to minimize your cost of paying for adobe support if that what you wanna do.
    Another vector that may be worth the effort is: find out generally or exactly what components are missing/corrupted from the application core sometimes there can be confusion(zip software posing as malware) or use in the mac and windows world of wrong procedures and use of decompression of compressed( ie winzip vs winrar) files that lead to CS5 working and all of a sudden not working. Last even installers can get flaky over time. So i know you wanna handle this so u can use CS5; but I need some more info. Have a good one! later and greater!

  • I got a itunes gift card and it was a peel off not a strach and some of the code peeled off, does anyone know how to redeem my code back?

    I bought a itunes gift card and it wasnt a scratch card it was a peel off and it peeled ff some of my code. How can I get my code back?
    Thanks

    There is no way to remotely track any device that is turned off, or does not have an internet data connection.  In that case, no remote system can possible communicate with the device, nor the device send any information to any remote server.  Any device, not merely an iPhone, shares that same limitation.  Remote tracking is only possible if the device and the tracking system can talk to eachother.
    Apple does not offer any other feature because they are not a law enforcement agency.  They are bound by the same privacy laws that keep you from snooping in somebody's house just because you claim they have something of yours.
    Of course there are alternate ways to track a powered on and connected cell phone, but Apple has neither the legal nor the moral authority to do such things.  Just because something is technically possible does not mean that any big company and just go out and do them.
    Since when is it always "someone else's" fault and responsibility to deal with your lost or stolen private property?  I don't get this mentality of passing either the blame or the responsibility on to someone else.

  • Not Saving data in some of the fields

    I am using Oracle Database 10g Express Edition Release 10.2.0.1.0 -
    Application Express 2.1.0.00.39.
    The form fields have Source Used: Always, replacing any existing value in session state.
    Source Type: Database Column
    I modified my form, I changed a form field from a Select List with Submit to a Text_Field(Always submit page when Enter pressed) this is when the problem started. I noticed that the data was not getting saved in the form or table.
    The session variables are not populated. It has a status of R.
    A while back, I discovered that the order of your form field and the display typeaffects the population of the field.
    If you have basic Select List with Submit text_field,Select List, etc. you are ok, but if you use Text_Field(Always submit page when Enter pressed) , then radiogroups, checkboxes , text_field, select list, etc. the fields will not get populated.
    What can I do to get a text_field to default to "No Witness' or accept the inputted value?
    I can get it to accept the Default, but if you modify it, then it does not save the changes.

    Hello,
    If you want the item to reflect the changes you made to its value, after submit, you need to use the “Only When …” option in the Item’s Source Used field. Otherwise, you need to retrieve the value from the database, using ARF. In all other cases it will be set to the default value (as the Source Used imply).
    Regards,
    Arie.

Maybe you are looking for

  • New Apple Keyboard on 24" Imac (intel)

    Dear appler's, I just got my new apple keyboard (the ultra fin alum one) It's a great keyboard. But I got problems with the installation. The special key's like the media controllers don't work. I downloaded and installed the software update (http://

  • IPad not displaying more than 44 thumbnails in Facebook photo albums

    Hi All Whenever I try and view a photo album in Facebook on the iPad it only shows me the 1st 44 thumbnails then after that I just get grey boxes. I can view the photo's if I click on the grey boxes but it is very annoying. It does this whether I use

  • How to get Adobe PDF converter to work?

    Bought this a few hours ago and it starts the process (have tried it on 2 different documents) and then I get an error message telling me it isn't working. HOW DO I GET THE SYSTEM TO WORK? Any suggestions?

  • Oracle - export to excel - Urgent

    dear all : i am using oracle 11g , and i write PLSQL code to export data from data base to excel and it run successfully , but i have data must be inserted to excel cell but in diffrent lines , so how i can enter to new line in the same excel cell to

  • Function  in param, start_date & number , return sums next working day

    Hi Friends, I need a funtion which can take in parameters as start_date and number , sum them as new date and return new_start_date as workind day. Suppose '15-SEP-2009' + 6 should return 23-SEP-2009 as new date. Basically the sum of date and number