Export splits 1 cell into several

hi
I would like to export the results of the query:
select * from user_views;
when i run the query, the result looks ok, i.e. each row is separate
when i export this , the content of the views gets splitted into different rows;
how can i export so the content of each cell stays in 1 cell?
is this possible?
thanks in advance for any tips!
rdgs

hi
thanks for your answer; however this format still splits the cell into many rows;
however i tried one by one every single format in this export and the following one keeps the data in 1 cell:
html
my version: 3.0.0.4
so my issue is solved;
rgds

Similar Messages

  • Invoice A/R Payment Split Transaction into Several GL Accounts

    Hi,
    I got following message from SAP Support:
    The SplitTransaction property is not included in product develop plan by now.
    By SAP Note 1028874, we would like to ask you to post your requirement in our SAP Business One Product Development Collaboration forum and not via message:
    /community [original link is broken]
    Please refer to Note 1028874 for more information.
    ISSUE
    Sample 2, Bank transaction:
    I have build a Payment routine in Invoice A/R.
    I am doing a Bank transfer in Payments regarding payment with Interact (direct Payment from Bank
    account)
    Here in Canada you have the possibility to withdraw money: Sample invoice cost $100, you can pay
    $200 and receive $100 in cash.
    Sample I like to do:
    GL Account A $200 (Account Number, Debit )
    GL Account B $100 (Account Number, Credit)
    GL Account C $100 (Business Partner, Credit)
    Any suggestion?
    In the Payment describtion I can do a  vPay.SplitTransaction = 0; but this is not working according to SAP Support.
    SUMMARY
    I like to do a payment and Split the Transaction into several accounts; like Journal Entry with reconciliation of the Journal Entry and the Invoice.
    Thank you,
    Rune

    Hi Peter,
    I do not want you to promote the future code; but the code in SDK as today.
    Sample, it would look something like the code below from SDK help code; but please change the code to work as your sample.
    Thank you,
    Rune
    vPay.Invoices.AppliedFC = 0
    vPay.Invoices.AppliedSys = 0
    vPay.Invoices.DocEntry = 8
    vPay.Invoices.DocLine = 0
    vPay.Invoices.DocRate = 0
    vPay.Invoices.InvoiceType = 13
    vPay.Invoices.LineNum = 0
    vPay.Invoices.SumApplied = 5031.2
    Call vPay.Invoices.Add
    vPay.CardCode = vmp_CardCode_string;
    vPay.DocDate = DateTime.Now;
    vPay.JournalRemarks = "Incoming - Payment Bank Transfer";
    vPay.TaxDate = DateTime.Now;
    vPay.TransferAccount = vmp_BankAccount_string;// "_SYS00000000343";
    vPay.TransferDate = DateTime.Now;
    vPay.TransferReference = vmp_CardCode_string;
    vPay.TransferSum = vmp_Amount_double;
    vc_Message_Result_Int32 = vPay.Add();

  • Pages (iWork 06) won't split cells into columns past a certain number...

    I'm trying to split a number of cells into columns (only one column of cells selected at a time). It worked fine with 5 out of the 15 columns that I have, but now when I highlight a column's worth of cells and right click "split into columns" is grayed out. Why?
    I changed the page size and made it huge in case that was limiting the overall table dimensions or anything like that, but it's still not working. Thanks!

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • Split PDF into several new files

    I have a .pdf file that I'd like to turn into three separate .pdf files. I know I can do this through screen capture, but the image isn't as sharp as the original text. How can I create new .pdfs from portions of the original one?

    Alas, the sections I want to split the .pdf into don't break down neatly by page. For instance, the first section is only part of the first page, and the second section bridges two pages.
    Is there any way I can create page breaks for each section and then extract pages?

  • Split pages into several reports.

    We have reports that need to be separated. At printing the report includes several invoices. When we print on both sides of the paper, next invoice continues on the back. Is there a way to continue printing on a new paper if the invoice number changes and print at the back if the invoicenumber is the same?
    //Daniel

    Hi Daniel,
    You will have to modify your Crystal Report and your invoice should go into multipul even pages, then this issue will get resoved.  As the printer will not know / can't instruct printer to print fresh invoice in a different new page.
    Thanks,
    Sastry

  • How to split batch to several sub-batch via 'MB1B'

    Hi, experts, i would like to split batch into several sub-batches via 'MB1B', is there relative move type?

    You can use 309 material to material transfer movement type. Transfer your stock to from Batch A to Batch B, C, D, E (in Receiving Batch Field) depends on the quantity you have.
    If It helps you, kindly give points.
    Regards,
    RM

  • FCP Splits QT movie file into several files... problem and solution.

    Hi All,
    I was having problems exporting a QT movie (Video Only) of a 20 min Reel within a Feature Film I edited. The Database was quite large - the film was 2Hrs and Footage was about 12X.
    FCP would split the QT movie file into several files - only one of which was openable (either in FCP or the QT player). To my surprise, I also found that even though the file opened fine, I would get an error message when trying to copy it or its associated files over to another HD (Tiger would abort, after giving me an error No. and saying that there was an error while copying). The problem was repeatable and specific to this sequence.
    After some testing, I found that copying the clips (Video Only) to another sequence and re-exporting, seemed to solve the problem. My take on this is that too many ( > 12? ) Audio tracks causes problems in FCP when the database is large.
    But I do need these additional tracks. Any work arounds?
    Thanks,
    RD

    First, look in System Settings, and see if you've checked the box to limit file size to 2GB. Uncheck that box. See if that helps.
    Or it could just be a corrupt project causing the problem.

  • Split a Shipment costs document into several MM document by carrier

    Hi gurus,
    I am trying to split a Shipment costs document into several MM document by carrier. We need the system to search for an existing MM order if not found create a new one (the system is set to do it by V_TVFT-BESER value “A”).
    I have a route with different stages. These stages/steps have associated different carriers (or partners).
    When these data is transferred to MM purchase order the system gives an error with the message no. M7107:
    Enter goods receipts for vendor 103962 only
    Message no. M7107
    The system does the purchase orders but not the 101 movement.
    Does someone met this problem before?
    I am in 700 SAP version with package 12
    Regards.
    Mikel

    Hi,
    Check out BADI BADI_SCD_PO_SELECT. This allows you to control which purchase order is used for shipment costing.

  • Split an AVI movie into several segments in PE 4

    I am new to using PE and have an old version which I never used.   I have tried to do this with Roxio Creator 2009, Nero 9, and Studio 9 with no luck.
    I captured a video from a Canon ZR 45.  I contains 2 actual sessions which I would like to make into 2 separate videos.   I can find no way to actually just split at the point I want and save the avi file into 2 separate files.   I also want to take one of the sessions and split it up into multiple sessions to load on facebook.   I have read some suggestions using PE 7, but I am not sure they work on PE 4 that I am using.
    Here is basically what I want to do.
    Split the origiona 12 GB avi capture file into 2 files.
    Take the first session (23 minutes) and split that into smaller sessions (files) so I can do something different with each.
    Any suggestions or recommendation for other software that can do this?
    I do not want to get PE 8 unless I can get this to work...

    Let's assume that you have done the Capture from your Canon and have the AVI's in both your Project Panel, and have placed those onto your Timeline. When you have edited out everything that you do not want, and have your Timeline exactly, as you wish, you need to Export/Share.
    To do this segmentally, you need to use the WAB (Work Area Bar), placing it's In Point, where you wish your Exported movie to start, and its Out Point where you wish the movie to end. When you go to Export/Share, you will limit that Export to WAB only. Here's a look at the WAB:
    For your multi-segment movie, you'll do the same, but the Duration of the WAB will just be smaller for each Export/Share.
    Now, I do not know what the requirements of Facebook are, and there might be formats that would be required, that do not allow you to Export with the WAB. If this is the case, just Export/Share to DV-AVI as, say 4 individual files (w/ the WAB), and then Do 4 new Projects, using Get Media for each of your 4 AVI files, one at a time. Then you can Export/Share your entire Timeline to that necessary format, one at a time.
    Good luck, and if any of this is not clear, just let us know,
    Hunt

  • Editing a message, splitting into several parts, adding attachment to a part

    I feel stupid.
    I just started a discussion with the intention of splitting my post into several parts, but it seems that I can't do that unless I "comment" on my first post. This would be OK, except that I cannot seem to be able to insert anything to these comments but images and urls. I want to attach a zip file, but I have no button to do so. The "Add Attachment" button at the bottom of the message window is appearing only for NEW POSTS (such as this one)!
    Third, I can't seem to be able to edit my post which was submitted a minute ago.
    Help, Help, Help!
    Thanks,
    X. 
    Solved!
    Go to Solution.

    X-) wrote:
    - No attachment for comments
    This is a very recent change and hopefully we get that functionality back.
    X-) wrote:
    - Ridiculously short Edit window
    I would recommend composing and refining the idea/reply offline.
    Personally, I think the edit time window should be extended, but I am not sure how long it should be. It probably should not be infinite to avoid race conditions. For example if there is already an extensive discussion of the current versiont and then the idea suddenly changes 180 degrees, none of the replies would make sense anymore and people even might want to revoke their kudos. Note that I often quote the existing post (as above!) to (1) make it clear what I am replying to and (2) to keep the answer clear even if you would have edited the above sentences into something completely different in the meantime.
    Historically, I think the edit window was forced to be very short to allow reasonable syncing with the newsgroup mirrors (e.g. LabVIEW forum vs. comp.lang.labview), but this is no longer an issue. What would be reasonable? 1 hour? 1 day?
    Should existing repliers be notified of edit changes?
    For longer edit windows, we might also need an versioning control mechanism (e.g. like in wikipedia). where older version can be inspected by the public.
    Minor edits can be done by the moderator at any time. This should be reserved for simple mistakes (e.g. forgetting a "not", inverting the actual meaning, or changes in the title to make it clearer.)
    In general, I agree that things can be improved. We just need to find the sweet spot.
    LabVIEW Champion . Do more with less code and in less time .

  • Split table record into several lines - pdf forms

    hello experts
    im trying to split a table record into several lines in order to present the whole table record in the form.
    for example:
    table T has 4 fields F1 F2 F3 F4
    if the tables has 2 records - R1 and R2 (every record contains 4 data fields) then i want to present my table in the following way:
    R1-F1 R1-F2
    R1-F3 R1-F4
    R2-F1 R2-F2
    R2-F3 R2-F4
    please do not refer me to links - i really need a specific procedure
    thanks ahead to all
    Eyal
    P.S i am using the adobe lifecycle - SFP tran.

    hey everyone
    it has been solved
    for the record:
    subform table (flowed content) contains 2 positioned subforms
    subforn header
    subform lines contains 2 flowed subforms 1 for the first two fields and 1 for the ladt two fields
    thank anyway
    Eyal

  • Splitting HTML forms into several files

    I have an HTML form that has a lot of text inputs. I want to split this form into several pages using JSTL and Struts tags in the following manner:
    main file
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="h" %>
    <h:form action = ...>
    <c:import url=' file1' />
    <c:import url=' file2' />
    </h:form>
    file 1
    <h:text name=' ...' />
    <h:text name= '...' />
    file2
    <h:text name=' ...' />
    <h:text name= '...' />
    The problem here is that the <h:form> is on the "main file" and therefore I get an error in file1 and file2. Is there a way to pass the "prefix=h" variable from the main file to file1 and file2?
    Can anyone help find a solution for this problem?
    thanks,
    sgs.

    Instead of
    <c:import url=' file1' />
    <c:import url=' file2' />
    Can you test with ..
    <%@ include file="file1.jsp" %>
    <%@ include file="file2.jsp" %>
    My guess is that it should work since your stuts form tags in the 2 files will be ultimately compiled as one jsp [in the main one].
    -Rohit

  • ITunes splits songs from the same album into several albums, all sort fields appear to match. Any suggestions on how to put them in one album?

    iTunes sometimes splits songs from the same album into several albums, all sort fields appear to match. Any suggestions on how to return them to the proper album?

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    N.B. Giving different things the same sort value (or indeed vice versa) tends to lead to trouble.
    tt2

  • Merge & split cells

    If I select three cells in a row and then merge them into one, and then decide to split them back to their original arrangement, I can only split the merged cell into two equal cells.
    This seems nuts to me.
    Is there any way to get the merged cell to split back into the original 3 cells?

    Shuncle wrote:
    In the meantime, I will try not to merge any cells I may want to split later.
    Not to take this too far off topic, but the design of Numbers includes several non-reversible features (assuming "undo" is not available or would undo more than you want). For example, enter the text "March 1" in a cell preset to the text format. If you later set the cell's format to automatic, the cell data is irreversibly set to a date.
    More than once, I've selected a group of cells & accidentally made changes like this, usually when the selection is larger than what shows in the document window, & only too late to use "undo" noticed what had happened. (Should you be wondering, "March 1" means something entirely different from a date in a spreadsheet used to record cues for musical events!)
    So I've learned to be very careful when making any of these changes, & to backup my Numbers spreadsheets more frequently than I would other documents.

  • How do I divide a list in one cell into multiple rows?

    I have copied lists of data from a website - some lists pasted as I want them (in individual rows), but others pasted the list in one row.  Is there an easy way to split a list in a single cell into multiple cells so ultimately I can sort all the rows?  I've tried "split the selected cells into rows" in the inspector, but it's not working... seems like it's creating another column instead (?).  Any help would be amazing.

    K,
    I find that Pages has the friendliest Find and Replace dialog, so when I need to swap around the delimiters I go straight to Pages and do the fixes there. Replace whatever is there between columns in the original content with Tab characters and replace whatever is there now for delimiting the rows with the Return character. Since it's sometimes difficult to tell what has been used, just copy it from the content and Paste into the Find field. Choose the Tab or Return character from the Replace drop down menu.
    When you have it all fixed up, then paste into Numbers.
    Jerry

Maybe you are looking for