InDesign conversion question

I created a manual in ID CS3, but now the person I created it for wants to be able to edit it himself. The only InDesign that we had for his machine (to remain legal, I mean) was ID CS.
I have saved my file as an InDesign Exchange file from CS3, then I opened it in ID CS2 and saved it again as an InDesign Exchange file, but when I try to open it with ID CS, it does not recognise the file. Ive tried importing it, placing it, exporting the original as XML and then importing it into ID CS, nothing seems to work.
I cannot stomach the thought of recreating this whole manual in ID CS!
Any advice would be welcomed!

Make sure CS if fully patched to the final 3.0.1 (838) update.
And don't expect miracles unless you created the simplest of documents.
Any features in CS3 or CS2 that don't exist in CS will be lost or badly
mangled.
Bob

Similar Messages

  • UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!

    Hello,
    UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!
    This is the scenario, we are planning to do. Currently we have 11.0.3 in one box. We are planning for re-implementation for 11.5.9 in the new box. So we
    have to convert approx 14 months of open and closed data for the historic purposes. (Like PO's, Invoices, Payments and ledger data etc.)
    Again, these conversions cannot be handled through the front end using some Data Loader kind of tool etc...
    Data Loader tool, I used a lot for loading Flexfield Value Set Values, Category Codes etc...
    But my question is converting these AP_PAYMENTS related data in the back end. (Like Check num, Payment Batch ID, Invoice Number, Invoice ID, Supplier Number,
    Supplier ID, etc.) from old 11.0.3 box to new 11i box.
    Since there was some confusion is going on with Payments related areas, because there was now API's etc... some of them are telling it is very difficult to migrate "AS IS" into 11i. I also heard that oracle won't support this.
    Just want to clarify clearly on this issues.
    Because we are moving from the small box of 11.0.3 into Big box for 11.5.9. So we don't want to loose all the histories for about 20 months. especially open
    Closed / Open - Invoices, Payments, PO's, REQ's, Active Items which are in the Open Blanket PO's, Employees, etc...
    Of all these everything sounds like doable because they do have API's etc... Of course, I belive there is no API for the Vendors only. We want to know is this true for the Payments also.
    Any urgent clarifications is very much appreciated with clear explanation.
    Thanks in advance
    Mani Varadan

    The payment conversion is little bit tricky in term on its understanding and functionality.
    There are lot of dependices of payments conversion on the others objects like invoice.
    You need to be very clear in requirements.
    Here is the extracted documents for giving you clear understanding about payments.
    Overview of Process
    Prior to creating a payment batch, four setup are required.
    A.Define a bank for bank branches with which you do business.
    B.Define bank accounts.
    C.Choose a predefined or custom payment format.
    D.Finally, define payment documents for disbursements for each bank account.
    To give an overview of the steps required to create payment batch payments:
    1) Initiate the payment batch by entering the criteria for invoices you want to pay. The payment batch process selects invoices, and then builds the payments. It determines which invoices will be paid on each payment document, and lists this information for you on the Preliminary Payment Register.
    2) Make any necessary modifications to your payment batch, such as selecting additional invoices, deselecting invoices, deselecting suppliers, etc. Once modifications are complete, the modify payment batch process automatically builds the payments if any invoices were added.
    3) Format payments to produce an output file.
    4) Print checks from the output file if you are not creating electronic payments or sending the output file to a third party for printing.
    5) Confirm the payment batch by recording the document numbers associated with each payment. During this step, the invoice status is updated to “Paid” and a document number is associated with the invoice and invoice payment.
    As conversion(from 11.0.3 to 11.5.9) is concern step 3,4 is excluded from the standard processes.
    These are the tables involved during the payment conversion.
    AP_SELECTED_INVOICES_ALL
    AP_INV_SELECTION_CRITERIA_ALL
    AP_INVOICES_ALL
    AP_PAYMENT_SCHEDULES_ALL
    These are background (concurrent) processes involved in batch process consists of the following
    a. Autoselect      
    b. Build Payments
    c. Preliminary Payment Register
    d. Format
    e. Confirm
    f. Final Payment Register.
    10.7:
    If you are using the application in character mode, navigate to the Reset Payment Batch form. The navigation path is
    \Navigate --> Controls --> Payment --> ResetPaymentBatch.
    Select the payment batch name and the system displays the status of the batch. Your options for proceeding vary according to the batch status.
    11.5.8/9
    You can perform actions on your batch in Payment Batches form by clicking on the Actions button. The appropriate actions are highlighted depending on the status of the batch.
    THIS SECTION TALK ABOUT THE DETAIL TECHNICAL OVERVIEW
    Payment Conversion Technical Overview
    For the conversion is concern we are following four-step process
    I.Defined and prerequisite steps as discussed above
    II.Selecting the Invoice
    III.Building the Payment
    IV.Confirm
    THESE ARE THE PREREQUISITE SETUP
    We are assuming the bank set is already done from 10.7 to 11i.Bank set up means bank account id, and its corresponding payment format.
    For this purpose we are using mapping function for bank account id and on that basis we are getting corresponding checks stock id.This means defining a payment documents for disbursements
    SELECT INVOICES
    When a payment batch is started one row for each record is created in the
    AP_INV_SELECTION_CRITERIA_ALL table.
    This table stores the criteria that a payment batch uses to select invoices for payments. The module name for the Auto Select process is APXPBSEL. The Select Invoices, or AutoSelect, is the first step in the payment batch process.
    When we run a concurrent program the AutoSelect process starts by loading records that meet the invoice selection criteria into the table AP_SELECTED_INVOICES_ALL from the tables AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL.
    The criteria that AutoSelect uses to determine which record to select from AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL is stored in AP_INV_SELECTION_CRITERIA_ALL.
    To be sure that no duplicate invoices get selected, invoices that are already selected in another payment batch are not selected. Invoice payments that have no remaining payment amounts are not selected either.
    BUILD PAYMENTS
    The module name for the Build Program is APXPBBLD. From the list created by AutoSelect, the Build program determines which invoices will be paid on each
    Payment document, and lists this information on the Preliminary Payment Register if Selected. The Build program is spawned when AutoSelect has completed. When the Build Program starts, the application uses information from the table AP_SELECTED_INVOICES_ALL to create rows in the table AP_SELECTED_INVOICE_CHECKS_ALL.
    In addition to creating rows in the AP_SELECTED_INVOICE_CHECKS_ALL, the build payments program also performs the following tasks:
    • Assigns document numbers for payments
    • Assigns Check Ids
    • Renumbers the remaining documents starting from the first_available_document
    • Updates the payment batch status to BUILT
    Since we are doing conversion from 10.7 to 11i where all payments need to converted hence we are keeping payment batch status as ‘FORMATTED’
    CONFIRM
    This is the final step for the payment batch process, where we will pick a payment batch from front end, and then making confirm. The menu for this
    AP Payable =>Payment Batches form =>by clicking on the Actions button
    Internally the confirm program first updates the AP_SELECTED_INVOICE_CHECKS_ALL records,
    then transfers those records to
    AP_CHECKS_ALL.
    In addition, the AP_SELECTED_INVOICES_ALL
    records are transferred into the corresponding
    AP_INVOICE_PAYMENTS_ALL,
    AP_INVOICES_ALL and
    AP_PAYMENT_SCHEDULES_ALL.
    Table Involved in Payment Batch Process
    These are the various table involved in the payment process of 10.7 and 11i.It is recommended that if corresponding earlier conversion is done then use the mapping function to get the new value.
    oAP_SELECTED_INVOICES_ALL
    oAP_INV_SELECTION_CRITERIA_ALL
    oAP_INVOICES_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_SELECTED_INVOICE_CHECKS_ALL
    oAP_CHECKS_ALL
    oAP_INVOICE_PAYMENTS_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_INVOICES_ALL
    oAP_BANK_ACCOUNTS_ALL `
    Common Issue:
    1.Determine the status of the Payment Batch?
    A: Query up the Payment Batch in the Payment Batches Summary window to view the status. If you can not get into the application, you can select the status from SQL*Plus:
    SELECT status FROM ap_inv_selection_criteria_all
    WHERE checkrun_name = ?<payment batch name>?;
    2. Don’t change the last update date
    We are doing the conversion for payments, hence we can’t change he last_updated_date to sysdate as this will create a problem by concurrent program, in that case we need to populate the field for FUTURE_DATED_PAYMENT=’N’
    3. don’t populate the value for INVOICE_PAYMENT_TYPE
    If there are some prepayments in the conversion process donor populate this field and pass NULL, otherwise this will create a duplicate invoice, which will cause a problem for concurrent batch for payment.
    Hope now you will be very clear about the process.
    let me me offline, if you need further.
    regards
    sanjit
    [email protected]

  • InDesign CS6 e pub conversion question

    I got the basics of InDesign down pretty good. I'm able to create interactive pdfs fine and I wanted to take the .id file that created the pdf and convert it to an epub. When I did everything came thru quite nicely except for a few things. First, the cover or first page of the .id is made up of text and images. The text is 100pts 75pts then an image. The paragraph styles all used size 18 text. When looking at the exported epub on an IPad obviously the text is way too large to fit the screen correctly.
    With that mentioned is there a way to take the original id file, change the preferences so the cover font is smaller along with the paragraph fonts? Because the original id file was set to be viewed at 51p0 x 66p0 and of course this size would be a factor when viewing in a smaller setting as an IPad is 1024 x 768.
    Is there a set way to do this or do I have to create another id file with the Ipad dimensions and manually copy and paster the font and make smaller?
    RD

    Unless you have an extremely simple document, you're going to have to learn more about creating EPUB files. You'll usually have to do some preparation in InDesign, and possibly do some tweaking in the CSS after exporting the EPUB. The process definitely has a steeper learning curve than exporting a PDF file.
    Here are a couple resources:
    * Liz Castro's books about creating EPUB files are highly reommended:
    http://www.elizabethcastro.com/epub/
    * Anne-Marie Concepcion has videos on Lynda.com for creating EPUB in CS5 and 5.5 (I'm sure CS6 is coming). Bob can probably give you a link for a free week on Lynda.com if he sees this.
    www.lynda.com

  • InDesign 2 questions

    I had heard at a seminar there were some downloads for InDesign 2 which would make our life easier at the newspaper where I work. Where could I find them on the Adobe Web site?
    Also, are there compatibility issues between InDesign 2 and 3? I was thinking of downloading a version of 3 to see what new things have come out, but if there are compatibility issues I don't want to be designing pages and stuff with it.
    Thanks!
    Larry See
    Relatively new user

    Peter,
    given the current economic situation of most newspapers, it is reasonable to not replace 100s of working computers mainly used as typewriters, upgrade all software and push the staff thru retraining every other year, just to follow the latest fashion in software advances. Heavy metal people are used to think in 10 year or longer investment cycles.
    Larry,
    as Peter said it would help to know whether you really mean InDesign 2 (blue butterfly on blue background) or InDesign CS2 (pink butterfly on white background). The startup screen will also give you the numbers.
    Next, please tell us your OS (Mac or Windows), and whether you're working with an editorial system and eventually which. Indicators are login windows, extra menus that are not in the regular manual and feel more like "business", newspaper specific rather than "creative".
    There should also be some person at the help desk / user support or even management that knows these nifty details. Before you get into downloads and such, you should anyway talk to these people whether it is ok at all to install additional software.
    Independent from the version, there are two kinds of additional software:
    Plugins are modules created by programmers, the same way as internal InDesign functionality. Assuming you really have InDesign 2, back then there have been only few plugin developers with few products and even if you find them these old versions are most likely out of support. For example I had only two plugins for ID2 for image related tasks, and the earliest version that I have built in the past two years was InDesign 3 (CS). Another disadvantage of plugins is that they usually have a price tag - no free downloads off the Adobe site.
    Scripts are written in simplified programming languages, often the authors are regular/advanced users. They also may come as source code so you could adjust them to your use. Note that InDesign 2 only supported AppleScript (Mac) or VisualBasic (Windows) while a large share of scripting is nowadays done in JavaScript which was introduced with InDesign 3.
    You could definitely download example scripts in these languages from newer versions, strip out all the added functionality not supported by your version, adjust some more required changes and eventually end up with something useful. This of course depends on whether you can spend the effort (time) and go thru the learning curve to become a scripter. There is a dedicated forum for that next door. As you say you're relatively new, it helps to first know the program from the user side. Note there are books even covering such old versions - see eBay or Amazon.
    Back to the initial questions. If you have an editorial system there might be a user group around with similarily old installations, where other people already have built  a collection of scripts. Try to get in touch with them.
    Regarding compatibility from newer to older versions, you're mostly out of luck here because documents prepared in newer versions at best require conversion before you can use them with your old system, dropping all newer features and likely causing reflow and other trouble in the existing workflow. If you have isolated, special tasks (tables? fancier graphics effects?) you could of course produce a PDF and place that like an image.
    Best luck,
    Dirk

  • PDF to InDesign Conversion?

    Has anyone had success converting PDF files to InDesign? tested PDF2ID but formatting gets lost..

    Formatting, or styles?
    PDF is a final output file format and doesn't retain style information, but the formatting applied to the type should remain. Since there is no style information in the PDF, all the text should, I think, be styled with no paragraph style or possibly [Basic Paragraph] and have local formatting overrides applied after conversion. That's the best you can hope for with what's currently available.

  • InDesign CMYK question

    How do you prepare a document for CMYK print in InDesign?
    I've already made sure that all imported images are in CMYK mode (by previusly editing them in Photoshop) - but how am I suposed to save the whole document in CMYK color mode? I tought it has something to do with Edit > Color Settings, but ...
    I know how to export PDF in CKYK mode (by choosing PDF/X-1a:2003 standerd, right?), but how do you get and save entire indd file in CMYK mode?

    Actually InDesign does not convert RGB images to CMYK while placing. It can convert one RGB-profile to another but not to CMYK.
    What you can do is convert all your RGB images and other non-CMYK colors to CMYK when you create PDF. By choosing right presets, you can convert RGB black to K100 black as well. If you after conversion find that RGB Black has been changed to 4-color black, it may be caused by wrong Profile Inclusion Policy. Usually profiles should be excluded while PDF Export, because they may kick color management back in prepress phase and cause some unwanted color changes then....
    One way to produce CMYK pdf from multicolorspace indd content.

  • Data conversion questions

    Hi Everyone,
    I'm confused by the data conversion rule and how to do it in abap, could you help me about some of my questions?
    1. How many ways to do data conversion ( like assignment .....)?
    2. When using field symbol, we know we can assign reference to field symbol , and at mean time , we can casting type.
        Is this kind of casting also a way to do data conversion?
    3. In my real case, I have unknown type data to convert to xstring. the type could be any ( I, D, T, STRING......). Is there an easy way to implement that when I get the data reference, I only need to import it to a method and then the method return an xstring to me?
    4. question 3 is about data->xstring, and how can I convert xstring back to the original data( should be the same type )?
    Thanks and Regards,
    Aaron

    Hi Aaron,
    try this FM:     CONVERSION_EXIT_ALPHA_INPUT
    is useful for convert different data type, here an example:
         call function 'CONVERSION_EXIT_ALPHA_INPUT'
              exporting
                input         =   A    ( type unknown )
              importing
                output        =  B  ( type xstring ).
    Perhaps that helps,
    Regards,
    Davide

  • InDesign printing question - help really needed!

    Maybe an easy question maybe not!
    Usually here at work our printing is out-sourced, but for a project I'm currently working on I need to print a few bits on the work printer [for the client]. So, I've got a black page [4 colour black] with large red text - when I send to print, obviously the black prints first; leaving white gaps for the text; red prints next but due to slight movement [I guess] I always seem to get what appears to be a tiny white outlines around sections of the text [where the red hasn't printed exactly in the gaps left when applying the black].
    Just wondering if there is any way around this, to minimise the issue, in InDesign. Or is this due to the printer used?
    Cheers in advance

    I'm reading the post to look something like this (0|100|100|0 red on a field of 65|50|50|100 black):
    http://www.zenodesign.com/scripts/redonK.png
    If I hide the black channel it looks like this:
    http://www.zenodesign.com/scripts/cmy.png
    If I simulate the black plate off register, it looks like this:
    http://www.zenodesign.com/scripts/offreg.png
    In this case you couldn't get white because there's no white on any of the plates.

  • InDesign conversion

    I have a large quanity of InDesign cs3 files.  I have a new dual core MAC with InDesign 6cs.  I need to convert.  Can not fine  InDesign 4 ... what is available?

    To speed up the conversion process, you can use my "Resave files script" — version 1.
    P.S.
    Following Peter’s advice I just wrote a script which batch-converts inx and idml files to InDesign documents.
    You can batch-export to inx or idml format with these scripts.

  • Quark to InDesign conversion?

    Does anyone have any experience of Quark to InDesign convertor. I am not sure if there is is just the one, or more than one, such utility.
    I would appreciate any feedback on which is the best product to go for; and whether it is worth the money.

    If you don't want to buy the conversion software, there is a prompt service that will do it.
    Here QuarkXpress files can be converted into Indesign files for a small fee, which will save you purchasing the whole conversion software for only a single file or so: link deleted by forum host

  • InDesign workflow question for longer document (book)

    I'm new to Indesign and have read through the help topics and searched around but I can't seem to find an exact answer... I may be phrasing my question wrong.
    I have a complete book in basic text (txt). What is the desired (or best in your experience) way to start work. In my mind I want to import the text as a whole, populate all pages, then I want to come back and format chapters and add images.
    Everything I try doesn't support my idea (I am new to this software and I may just be approaching this incorrectly.) I also come from a different background and a different tool set so any advise would help.

    To elaborate on Simon's answer, this is my workflow for straight-on books:
    - Make a basic set of Master pages. You will need at least a single set with page numbering and, optionally, headings.
    - Load all text. You will get lots and lots of pages, because it's still unformatted, but that's okay.
    - I usually cut off front matter and put each item on a page of its own, so tiddling with it won't cause reflow of the entire document. You will need at least a title page and a reverse; "proper" books have a minor title page, a (c) page, a proper title page, and a blank. (Grab any one from your bookshelf that you like and copy its layout for these.) My first "true" flowing page is the first page of chapter 1. Remember to insert 2 pages (or perhaps more -- an even number) for a table of contents.
    - Go through the main text from first to last page, applying basic formatting, paragraphs, subtitles, etc. -- the plain text works. Make and use paragraph styles for each unique format -- do not (or at least as possible!) apply local formatting. Use character styles for italics and bold in plain text.
    - Go through the main text again, applying formatting to each new chapter. Insert page breaks (Odd Page Breaks for right-hand starting chapters) where appropriate. If you use Odd Page Breaks, insert them before
    i every
    new chapter (or use the "Break On Odd Page" Keep Option) -- i.e., not just when you seem to need one. It will change if you reformat or add picchers.
    - Go through your text
    i again,
    this time adding all pictures, tables, etc. You can do the previous steps in any order you like, but this one must be done from front to back. If you have right hand chapters and the one before it has no text, make that one completely blank (i.e., remove header & page numbering).
    - Tidy up the front matter and generate the contents.
    - Remove the extra blanks at the end. These were the overspill from the plain text import.
    - Sit back 'cause you're done!
    As you see, your own ideas weren't bad at all.

  • Two Page/Bleed Spread? InDesign Newbie question

    Hello,
    I am hoping you can lead me in the right direction, I have a quick (probably basic) question that I can't figure out! I am new to InDesign and am trying to figure out the best way possible to have one image go across the span of two pages, with a .5in border around it. I already have the border and everything all set, but I am having issues getting my image to "stretch" properly and stay in proportion so there is no distortion. I know how to do fit to frame, but the problem is that the frame that I am creating spans both pages and therefore it does not keep proportions correct. If I do fit to frame proportionally it will just put the image on one page instead of two.
    Also, I am curious what the best way is to do this so that I can account for gutter space and do not loose part of my image in the fold of the book. Can you help? Thanks so much in advance!!
    Phil Spiegel

    Use fill frame proportionally in the fitting options.
    If it's a photo, make sure you have a enough image date. Check the
    effective resolution in the info panel.
    Bob

  • GL Balances Conversion Question

    Hi,
    Recently I started working in oracle apps so you can consider me as a beginer.Now; I'm working on a GL Conversion project. We have balances from 2003. It has been decided that we will convert the balances from 2003-2006 and for 2007, 2008 we will convert in detail (every journal). We also use multiple currencies. My question is on extracting the balances. There are various values for Translated flag and some thing about BEQ columns.
    I will appreciate, if you can tell me what balances I should extract for conversion purposes.
    Thanks for your help !!
    Shreekar.

    Can you give me details of what you have done?? i have the same issue and i do not know what has to be done
    Thank you!

  • Video Conversion Questions

    Am having a couple of problems with video conversion for the Apple TV.
    I had to reset and install OSX a few months back, now when I use FFMPEGX to convert some AVI files to H264 it is writing the audio and video as seperate files, cant understand why its suddenly doing this as worked fine before, anyone got any ideas?
    Secondly, If I try to use Quicktime, Flip4mac writes that it was done with a trial version all over the video output, but I have the Pro Version of Quicktime so can't understand why it uses flip4mac at all, isnt Quicktime supposed to do this by itself, and is there a way round this, short of buying flip4mac?

    when I use FFMPEGX to convert some AVI files to H264 it is writing the audio and video as seperate files
    Sounds like FFMPEG is doing this. Check the source codecs and/or your default/manual settings. Some conversions may require an intermediate conversion in which the audio and video are first "demuxed" and placed in separate files which are them converted to the final compression formats and then merged to a single file.
    Secondly, If I try to use Quicktime, Flip4mac writes that it was done with a trial version all over the video output, but I have the Pro Version of Quicktime so can't understand why it uses flip4mac at all, isnt Quicktime supposed to do this by itself, and is there a way round this, short of buying flip4mac?
    While QT recognizes the AVI file container (i.e., AVI is not a compression format), you must have the same codecs to make the file (many combinations are possible) playable and/or convertible to a fully supported QT compression format. QT does not supply proprietary interleaved codecs and you must install your own. DivX, Flip4Mac, Perian, etc. all have codecs that play different codecs that may be contained in the AVI container. As long as there are no conflicts, then everything works fine. In some cases, however, two or more components may be able to play/convert the same codec. In this event, QT seems to call the handler which was last installed. If this is the case, then you may be able to remove/re-install codecs in a different order which satisfies your needs. In other cases, the codec in question may only be supplied one of the third-party providers and you have no choice but to use their product. Some of the providers allow you to play the codecs in question but require you to purchase conversion decoders and/or decoders separately. (E.g., DivX and Flip4Mac.) Whether or not you purchase these products depends on how badly you want to convert the file in question.

  • Frame Rate Conversion Question...

    I have a bit of a mess here. I shot a film on the Canon XL2 at 24p. I digitized the footage in my old Avid system as a 23.976fps project and edited the entire movie. When I burned the movie to disk it had all kinds of skipping problems with the image. I wasn't sure what I had done wrong because if you shoot at 24p it should have been fine as a 23.976 project in Avid. But the XL2 apparently records at 23.976 fps, while inserting 6 frames every second to create a 30fps master tape. So I was supposed to import the footage into a 30i project. I've subsequently shot a short on the XL2 and digitized it at 30i and it turned out fine.
    So here's my question. I have since switched over to FCP and I know with Automatic Duck I can convert the project from an Avid to a FCP project. However, I'm still going to have the frame rate problem. Does anyone know what my options are here? Is it possible to create a 30i project, bring in the 23.976 sequence and recapture the footage at the correct frame rate?

    I have since switched over to FCP and I know with Automatic Duck I can convert the project from an Avid to a FCP project.
    Automatic Duck doesn't do project conversions. Only sequence conversions. It won't do all the media, or bins. Only the media in a sequence.
    Shane

Maybe you are looking for

  • 2LIS_02_ITM Delta for Cost Center Does Not Work

    Experts,     I have activated 2LIS_02_ITM extractor and it extracts delta for PO Header and Item changes. However, when I change the 'Cost Center' or 'GL Account' assignments for a PO Item, system does not generate a delta. I have to make another cha

  • Imovie playback

    I have created an imovie with still photos and have my Mac mini connected to a TV and would really like to loop the movie. Does anyone know anyway to have a movie continuously play over and over again?

  • Adding a Tree into a datagrid column

    I have a requirement where I have to create a datagrid with one of the columns having a tree control. The problem I am trying to resolve is how to dynamically change the height of the datagrid column which has the tree when the tree is collapsed and

  • Delete row in database table

    Hi! Is there a way to delete row in database table by telling the number of the row? Thanx!

  • SharePoint 2013 - Power View Version Error

    getting the attached error. please help me, SSAS stands at latest CU 7 SQL 2012. Checked the necessary permissions. but not luck.  we are at SP 2013 and SQL 2012 CU7. Thanks, Ram Ch