How to include the total number of table one fact in another fact table to calculate the percentage

I have a fact table in the grain of each document created in any organization, say the 1st table of facts. I have another table of facts (2nd fact table) seen those documents which are considered by different commentators. grain of this second fact table is so each review, even if I document in both IDs the fact table.

Now, I want to calculate the percentage return documents reviewed. For this I need to divide count separate from the document of performance by the total performance document. Now this document of total performance can be obtained from the 1st table of facts, but I don't get how to bring this indictment in the 2nd table of facts to show the percentage.

Please let me know if there is no ambiguity in my question, because I'm a starter in OBIEE.

Thank you very much.

then you can set new logical column with two columns of fact in the formula

Tags: Business Intelligence

Similar Questions

  • How to include the name of the vendor and the Version for the appliation

    Hello
    How to include the version and the supplier of the application/product we created. I have sucessfully signed the code file in the mobile, but now I want to include the version and application provider how to do this.

    If you suspect that other people have asked similar questions, then by searching this forum or knowledge base is the right thing to try.

    http://supportforums.BlackBerry.com/T5/Java-development/read-version-from-inside-app/m-p/345845#M638

  • How to include the URL of a page in the Notification E-mail?

    Hi all

    I need your help to implement the conditional.
    I implemented the notification email in our application.so whenever the user creates a form/shape, the mail will be triggered to them. Now, users want to include the link in the email.
    When they click on the link in the email, it should access to the newly created in the Apex form page.
    How to include the link to the page being Email?

    Thank you
    Robette.

    Maybe you can try this,

    1. create a hidden item say P1_URL
    2 write this in "Run when the page loads" document.getElementById('P1_URL').value = window.location.href;
    above code will give you the current URL
    3. you can use the element preceding everywhere where you want.

    Concerning
    Tauceef

  • How can I move my Photoshop CS5 from one computer to another?

    How can I move my Photoshop CS5 from one computer to another? I have a new computer and you need to move from the old computer.

    You must download and install Photoshop CS 5 to the new computer.

    Download Adobe Creative Suite 5 products

  • How can I move items in photoshop from one pc to another

    How can I move items in photoshop from one pc to another? My old PC died.

    Hello

    You can download Photoshop Elements under the link below and the license if with your serial key:

    https://helpx.Adobe.com/Photoshop-elements/KB/Photoshop-elements-downloads.html

  • How to include the value in percentage in a pie chart in apex5?

    Hello

    I want to change the value that shows up on the table of the value in percent as following

    .Capture.PNG

    So, how can I get on the graph percentage points. Currently, it shows the data corresponding to the query I gave in the following way.

    r.PNG

    Please help on this. Thank you

    7a83c390-e9d6-4070-b6f7-3a3e6e6a88ac wrote:

    Please update your forum profile with a recognizable username instead of "7a83c390-e9d6-4070-b6f7-3a3e6e6a88ac": Video tutorial how to change username available

    Always include the information referred to in these guidelines when you ask a question: How to get the answers from the forum

    I want to change the value that shows up on the table of the value in percent as following

    .

    So, how can I get on the graph percentage points. Currently, it shows the data corresponding to the query I gave in the following way.

    Change the attributes of table and change the custom XML, adding/changing value Use Custom XML Yesdata the position and format parameters in the label_settings element (lines 35 & 36):

    
        
            
                
                
                    
                
            
            
            
                
                    
                        
                        <chart_background>
                            <fill type="Solid" color="0xffffff" opacity="0" />
                            <border enabled="false" />
                            <corners type="Square" />
                        </chart_background>
                        <data_plot_background></data_plot_background>
                        <chart_animation type="Appear" interpolation_type="Quadratic" show_mode="OneByOne" />
                    </chart_settings>
                    <data_plot_settings enable_3d_mode="false">
                        <pie_series style="Aqua">
                            <tooltip_settings enabled="true">
                                <format>
                                    <![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]>
                                </format>
                                <font family="Tahoma" size="10" color="0x000000" />
                                <position anchor="Float" valign="Top" padding="10" />
                            </tooltip_settings>
                            <label_settings enabled="true" mode="Inside" multi_line_align="Center">
                                <position anchor="Center" valign="Center" halign="Center" padding="0" />
                                <format><![CDATA[{%YPercentOfSeries}{numDecimals:1}%]]></format>
                                <background enabled="false" />
                                <font family="Tahoma" size="10" color="0x000000" />
                            </label_settings>
                            <pie_style></pie_style>
                            <marker_settings enabled="True">
                                <marker type="None" />
                            </marker_settings>
                            <connector color="Black" opacity="0.4" />
                        </pie_series>
                    </data_plot_settings>#DATA#</chart>
            </charts>
        </anychart>
    </pre>
    <p class="reply">See the documentation for <a href="http://6.anychart.com/products/anychart/docs/users-guide/index.html?Pie-Donut.html" rel="external nofollow noreferrer">formatting and settings of AnyChart label</a> for more details.</p>		   </li> 
               <a name="DJvDBo9P"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-have-a-dynamic-number-of-tables-where-new-rows-can-be-added/">How to have a dynamic number of tables where new rows can be added</a></p> 
    			 <!-- migxf:done -->Hello<br>I'm new to ADF and have a task where I on a single page should I show that a dynamic number of tables and each table below should show some fields and create a button to create new lines in the table. To be more precise each table show an education for the individual and the rows of the table shows the meanders of specific education.<br>I thought to use a treetable but don't think it's the right way to go because of the new line add feature - I'm not sure of the combination of having a dynamic number of tables and the ability to create new lines of each table.<br>If you know where I can find a model similar to the one above or just give me your opinion on how to solve it, it would be much appreciated.<br>I get the data from a Web service.			 <p class="reply">This is a small sample.<br>It could be improved for more information.<br>work for you?</p>
    <p class="reply">Class Education<br>public class {education<br>private string ID;<br>description of the private channel;<br>private list class ArrayList<Course> = new<Course>();<br>Public Education() {}<br>}<p class="reply">
    <p class="reply">{} public void setId (String id)<br>This.ID = id;<br>}</p>
    <p class="reply">public String getId() {}<br>return the id;<br>}</p>
    <p class="reply">{} public void setDescription (description of the chain)<br>This.Description = description;<br>}</p>
    <p class="reply">public String getDescription() {}<br>return description;<br>}</p>
    <p class="reply">public void setCourses (list of courses of<Course> ) {}<br>This.courses = run;<br>}<p class="reply">
    <p class="reply">public<Course> getCourses() {list<br>return of the course;<br>}<br>}<p class="reply">
    <p class="reply">classroom</p>
    <p class="reply">public class {course<br>private string ID;<br>description of the private channel;<br>teaching of teaching private;<br>public Course() {}<br>}</p>
    <p class="reply">{} public void setId (String id)<br>This.ID = id;<br>}</p>
    <p class="reply">public String getId() {}<br>return the id;<br>}</p>
    <p class="reply">{} public void setDescription (description of the chain)<br>This.Description = description;<br>}</p>
    <p class="reply">public String getDescription() {}<br>return description;<br>}</p>
    <p class="reply">{} public void setEducation (education)<br>This.Education = education;<br>}</p>
    <p class="reply">Public Education getEducation() {}<br>return of education;<br>}<br>}<br>Managed Bean</p>
    <p class="reply">public class {Manage<br>private list of educations of<Education> ;<br>selectedEducation of teaching private;<br>selectedCourse of course private;<p class="reply">
    <p class="reply">public Manage() {}<br>educations = new ArrayList ()<Education>;<br>for (int x = 1; x)<= 10="" ;="" x++="" )=""></=><br>E education = new Education();<br>e.setId(""+x);<br>e.setDescription ("education" + x);<br>for (int i = 1; i)< 3;=""><br>Class c = new Course();<br>c.setId (e.getId () +'.) » + i) ;<br>c.setDescription (e.getDescription () +": courses"+ i);<br>e.getCourses () .add (c);<br>}<br>This.Educations.Add (e);<br>}<p class="reply">
    <p class="reply">}<br>public String actionAdd() {}<br>Add the code in the event here...<br>TODO invoke the web service proxy to add courses<br>Class c = new Course();<br>c.setId (this.selectedEducation.getId () +'.) (' + (this.selectedEducation.getCourses () .size () + 1));<br>c.setDescription (this.selectedEducation.getDescription () +": courses"(this.selectedEducation.getCourses () .size () + 1));<br>this.selectedEducation.getCourses () .add (c);<br>Returns a null value.<br>}</p>
    <p class="reply">public String actionQuit() {}<br>Add the code in the event here...<br>TODO invoke the proxy web service to stop the course of education<br>int index = this.selectedEducation.getCourses () .indexOf (this.selectedCourse);<br>this.selectedEducation.getCourses () .remove (index);<br>Returns a null value.<br>}<br>public void setEducations (list of educations<Education> ) {}<br>This.Educations = educations;<br>}<p class="reply">
    <p class="reply">public<Education> getEducations() {list<br>TODO invoke the web service proxy to get educations<br>return of the educations;<br>}<p class="reply">
    <p class="reply">{} public void setSelectedEducation (selectedEducation education)<br>this.selectedEducation = selectedEducation;<br>}</p>
    <p class="reply">Public Education getSelectedEducation() {}<br>Return selectedEducation;<br>}</p>
    <p class="reply">{} public void setSelectedCourse (course selectedCourse)<br>this.selectedCourse = selectedCourse;<br>}</p>
    <p class="reply">public class getSelectedCourse() {}<br>Return selectedCourse;<br>}<br>}</p>
    <p class="reply">JSPX</p>
    <p class="reply"><?xml version='1.0' encoding='windows-1252'?><br>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"></jsp:root><br>xmlns:h = "http://java.sun.com/jsf/html".<br>xmlns:f = "http://java.sun.com/jsf/core".</Education></Education></Education></Education></Course></Course></Course></Course><br>xmlns:afh = "http://xmlns.oracle.com/adf/faces/html".<br>xmlns:af = "http://xmlns.oracle.com/adf/faces" ><br>
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"></jsp:output><br>DOCTYPE system = "http://www.w3.org/TR/html4/loose.dtd".<br>doctype-public = ""-/ / W3C / / DTD HTML 4.01 Transitional / / IN "/ >"<br>
    <jsp:directive.page contenttype="text/html;charset=windows-1252"></jsp:directive.page><br>
    <f:view><br>
    <afh:html><br>
    <afh:head></afh:head></afh:html></f:view><br>
    <meta http-equiv="Content-Type"><br>Content = text/html"; charset = windows-1252 "/ >"<br>
    <br>
    <afh:body><br>
    <af:form><br>
    <af:iterator value="#{manage.educations}" var="education"><br>
    <af:panelForm><br>
    <f:facet name="footer"></f:facet><br>
    <af:panelHeader text="#{education.description}"></af:panelHeader><br>
    <af:table emptytext="No items were found"></af:table><br>var value = "#{Education.courses}" = "course" rows = "5" "<br>strips = "row" bandingInterval = "1" ><br>
    <f:facet name="selection"><br>
    <af:tableSelectOne></af:tableSelectOne><br>
    </f:facet><br>
    <af:column sortable="false" headertext="id"><br>
    <af:outputText value="#{course.id}"></af:outputText><br>
    </af:column><br>
    <af:column sortable="false" headertext="description"><br>
    <af:outputText value="#{course.description}"></af:outputText><br>
    </af:column><br>
    <f:facet name="actions"><br>
    <af:commandButton text="+" action="#{manage.actionAdd}"><br>
    <af:setActionListener from="#{education}"></af:setActionListener><br>to = "#{Manage.selectedEducation}" / ><br>
    </af:commandButton><br>
    </f:facet><br>
    <af:column sortable="false" headertext=""><br>
    <af:commandButton text="-" action="#{manage.actionQuit}"><br>
    <af:setActionListener from="#{education}"></af:setActionListener><br>to = "#{Manage.selectedEducation}" / ><br>
    <af:setActionListener from="#{course}"></af:setActionListener><br>to = "#{Manage.selectedCourse}" / ><br>
    </af:commandButton><br>
    </af:column><br>
    <br>
    </af:panelForm><br>
    </af:iterator><br>
    </af:form><br>
    </afh:body><br>
    <br>
    <br>
    <!--oracle-jdev-comment:preferred-managed-bean-name:manage--><br>
    <!--oracle-jdev-comment:preferred-managed-bean-name:manage--><br>
    <p class="reply">
    <p class="reply">faces config xml</p>
    <p class="reply"><?xml version="1.0" encoding="windows-1252"?><br>
    <!DOCTYPE faces-config PUBLIC<br />"- //Sun Microsystems, Inc.//DTD JavaServer Faces 1.1 Config / / IN".<br>"http://java.sun.com/dtd/web-facesconfig_1_1.dtd" ><br>
    <faces-config xmlns="http://java.sun.com/JSF/Configuration"><br>
    <managed-bean><br>
    <managed-bean-name>manage</managed-bean-name><br>
    <managed-bean-class>com.test.Manage</managed-bean-class><br>
    <managed-bean-scope>session</managed-bean-scope><br>
    </managed-bean><br>
    <application><br>
    <default-render-kit-id>Oracle.ADF.Core</default-render-kit-id><br>
    </application><br>
    </faces-config></p>		   </li> 
               <a name="qG9XD90J"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-include-the-username-of-the-apex-in-a-trigger/">How to include the username of the apex in a trigger?</a></p> 
    			 <!-- migxf:done -->Hi all!<br>
    <br>When I click in a an update button trigger is run it.<br>I have a table in this table, I create a trigger.<br>in this trigger when there is an insert or update in another table, one of the field in the second table is the username.<br>How I sent the username of the apex in a trigger?<br>With APP_USER, I get the user_name, but I don't know how to include in the trigger.<br>
    <br>Any help would be appreciated.<br>
    <br>Best regards			 <p class="reply">Hello</p>
    <p class="reply">You can do:</p>
    <pre>
    <code>:NEW.USERNAME := v('APP_USER');</code>
    </pre>
    <p class="reply">Andy</p>		   </li> 
               <a name="kGxv44zZ"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-you-include-the-doctype-in-application-cfc/">How you include the doctype in Application.cfc?</a></p> 
    			 <p class="help">I am trying to convert an Application.cfm-Application.cfc file and in the cfm file, I got the following:</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><! - set the content type to ISO-8859-1, otherwise the default is UTF - 8-><br>< cfcontent type = text/html"; charset = ISO-8859-1 ">"</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><! - set the doctype for all documents - ><br><span>< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict / / IN" "</span><a class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a><span>" ></span> ""<br>" <span>< html xmlns ="</span> <a class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a> <span>"></span></p><p style="min-height: 8pt; padding: 0px;"><p class="help">I think I put the cfcontent in the SystemFramework function as well as other application variables.  No matter what I do, nothing happens the doctype to appear on the pages. Where do you put that in the SWC file?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thank you!</p><p class="help">Holli</p>			 <p class="reply">If you want the OUTPUT of the OnRequestStart function, you must use OnRequest() and include the generated output.</p>
    <p class="reply">Really, which means you could probably do all what you want just in the OnRequest method, but which belongs to you.</p>
    <p class="reply">It is not that OnRequest() breaks webservices, ajax called ect.  OnRequest runs for ALL applications before the Web service request, ajax calls ect.</p>
    <p class="reply">Then, if anything method OnRequest adds content, such as the content of your topic, all applications, including Web services and ajax calls.  99.9% of the time, which added content will break the format and avoid thus the functionality of these web service and ajax requests.</p>
    <p class="reply">It is not hard to get around.</p>
    <p class="reply">(1) have a smarter onRequest method which includes when he meets the demands of ajax or Web service and not to provide content that will break.</p>
    <p class="reply">(2) make your resource webservice and ajax inside a different directory with another Application.cfc file with a different (or no) onRequest method.</p>
    <p class="reply">(3) as Adam said, don't put content in your Application.cfc but use any number of other methods to apply this type of standard output to all views.</p>		   </li> 
               <a name="9G0g8VdJ"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-include-the-meter-of-the-timeline-in-the-sequence/">How to include the meter of the timeline in the sequence</a></p> 
    			 <p class="help">PPCS4</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Sounds asif, it should be simple, yet I don't think a way to do it!<br>How can I display the meter of the timeline in the sequence?<br>I want to create a DVD project and include the counting of the time on the screen.</p><p class="help">Can anyone help?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">See you soon</p>			 <p class="reply">Place the sequence containing your editing timeline in a new sequence.</p>
    <p class="reply">In the effects Panel, type 'timec' in the search box.</p>
    <p class="reply">Apply the timecode effect to your sequence clip.</p>
    <p class="reply">Export via yet on DVD.  You may have to first in order to see the timecode overlay in the format of your source footage.</p>
    <p class="reply">Don't forget that the F1 is your friend and that Google is pretty helpful, too.</p>		   </li> 
               <a name="0G1kjYqZ"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-include-the-shared-library-of-blackberry-in-a-native-extension-webworks/">How to include the shared library of BlackBerry in a native extension WebWorks</a></p> 
    			 <p class="help">I developed a native extension WebWorks that works very well on Simulator and devices when included in a webworks app.</p>
    <p class="help">I also have a sample of waterfalls project with the same code base that I use to test the WebWorks extension code.</p>
    <p class="help">Since a large part of the code is reusable, I decided to create a shared library of BlackBerry, so I can reuse in other projects. When I include the NEW shared library in the waterfalls and then everything works well, as before.</p>
    <p class="help">When I include it in the extension WebWorks it draws very well. The .so file size was much smaller and that worried me (I suspected that the shared library was not included in there). But since its construction very well I went trying to run my application webworks. When it came to hitting the extension I got a ' need of error. Cannot find the library of blah/blah/...so'.</p>
    <p class="help">I had this before and found out that it was because the dependent QT libraries have not been correctly referenced. It so that the shared library is not properly referenced/copied /-thing... This event is supported? For example, by using a custom in a WebWorks extension shared library?</p>			 <p class="reply">It worked</p>
    <p class="reply">Version 2 is almost right</p>
    <p class="reply">In the library paths pane Add...</p>
    <p class="reply">${workspace_loc: / / extlibs/device$ {ProjName}}</p>
    <p class="reply">for peripheral and do Simulator</p>
    <p class="reply">${workspace_loc: / / extlibs/Simulator of ${ProjName}}</p>
    <p class="reply">Always with libname in libraries</p>
    <p class="reply">I just linked to unrar successfully like this library</p>
    <p class="reply">Whew - they do this hard work of stuff<img src="https://rim.i.lithium.com/i/smilies/16x16_smiley-happy.gif"></p>		   </li> 
               <a name="0PpW18wG"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/how-to-determine-the-percentage-of-cells-in-double/">How to determine the percentage of cells in double</a></p> 
    			 <p class="help">I have 6 separate tables, each of which contains a column 'name '. There are approximately 10 names per table, for a total of 60 names or more. In some cases, there are duplicate names. For example, table 01 will have the name "Dave" and also in Table 04 and 06. I want to be able to do is to have the numbers to tell me the percentage of times that each name is on every table. In the case of my example, 3 cases in my 6 tables for a total of 50 percent.</p>
    <p class="help">Is this something that the numbers can do?</p>			 <p class="reply">Do you mean like this?</p>
    <p class="reply">B2 = IF (ISBLANK (A2), "", COUNTIF(A$2:A$10,"="&A2) ÷COUNTA(A$2:A$10)), with the format of the cell value %</p>
    <p class="reply"><a href="https://discussions.apple.com/servlet/JiveServlet/showImage/2-29459687-655496/numbers-countdup.png" rel="external nofollow noreferrer"><img src="https://discussions.apple.com/servlet/JiveServlet/downloadImage/2-29459687-655496/numbers-countdup.png"></a></p>		   </li> 
               <a name="QZkm9WeG"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/question-form-how-to-get-the-percentage-calculated/">Question form: How to get the percentage calculated?</a></p> 
    			 <p class="help">Hello!</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I have a form that is a Bill as form. I can't get the front total tax, then plug the percentage tax amount (it varies depending on the County, so it cannot be a static number), then adding total before tax plus taxes. HOWEVER, I also need to know what total percentage tax is in the form of $.</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><strong>For example:</strong></p><p class="help">BOX A - Total before taxes: <span style="text-decoration: underline;">$10.00</span> (calculated by the form of the total above form)</p><p class="help">BOX B - percentage of the tax: <span style="text-decoration: underline;">10%</span> (filled by the user)</p><p class="help">BOX C - Total AMOUNT: <span style="text-decoration: underline;">$ 11.00</span> (calculated from above)</p><p style="min-height: 8pt; padding: 0px;"><p class="help"><strong><em>What I need too, is</em>:</strong></p><p class="help">BOX - total tax: <span style="text-decoration: underline;">$1</span></p><p style="min-height: 8pt; padding: 0px;"><p class="help"><strong>Its final form</strong>:</p><p class="help">BOX A - Total before taxes: <span style="text-decoration: underline;">$10.00</span></p><p class="help">BOX B - percentage of the tax: <span style="text-decoration: underline;">10%</span></p><p class="help">BOX C - total taxes: <span style="text-decoration: underline;">$1</span></p><p class="help">AREA D - Total AMOUNT: <span style="text-decoration: underline;">$ 11.00</span></p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thank you!</p>			 <p class="reply">Is box B a real percentage field, or is it just a body of numbers?</p>
    <p class="reply">If the first case, as the custom calculation of box C script enter:</p>
    <p class="reply">Event.Value = number (this.getField("Box_A").value) * number (this.getField("Box_B").value).</p>
    <p class="reply">If it's the latter, then copy the following code:</p>
    <p class="reply">Event.Value = number (this.getField("Box_A").value) * (number (this.getField("Box_B").value) / 100);</p>
    <p class="reply">Then set the calculation of the D box as being the sum of area A and area C.</p>		   </li> 
               <a name="aJV19noZ"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/creation-of-formula-help-how-to-find-the-percentage-of-increase-or-decrease/">Creation of formula help: how to find the percentage of increase or decrease</a></p> 
    			 <p class="help">Hello community,</p>
    <p class="help">I am trying to create a formula that will find the percentage increase or decrease in sales from one year to another. For example, cell B1 is my sales for 2014. C1 represents my sales for 2015. How can I write the formula in D1 to find the percentage increase or decrease of sales between 2014 and 2015?</p>
    <p class="help">Thanks in advance!</p>			 <p class="reply">You can try this:</p>
    <p class="reply"><a href="https://discussions.apple.com/servlet/JiveServlet/showImage/2-29591878-665023/Screen+Shot+2016-01-07+at+3.58.45+PM.png" rel="external nofollow noreferrer"><img src="https://discussions.apple.com/servlet/JiveServlet/downloadImage/2-29591878-665023/Screen+Shot+2016-01-07+at+3.58.45+PM.png"></a></p>
    <p class="reply">The formula in D1: = C1/B1−1</p>
    <p class="reply">Then set the Data Format of D1 to percentage:</p>
    <p class="reply"><a href="https://discussions.apple.com/servlet/JiveServlet/showImage/2-29591878-665024/Screen+Shot+2016-01-07+at+4.00.16+PM.png" rel="external nofollow noreferrer"><img src="https://discussions.apple.com/servlet/JiveServlet/downloadImage/2-29591878-665024/Screen+Shot+2016-01-07+at+4.00.16+PM.png"></a></p>
    <p class="reply">SG</p>		   </li> 
               <a name="MZ8Aa0vJ"></a> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/place-an-image-how-to-store-the-percentage-scale/">Place an image, how to store the percentage scale?</a></p> 
    			 <p class="help">I put a lot of Adobe Illustrator CS4 (IA) in InDesign (CS4) using Apple + D in rectangular frames.</p><p style="min-height: 8pt; padding: 0px;"><p class="help">I copy and paste a rectangular frame then place a new image of vector in the new framework</p><p style="min-height: 8pt; padding: 0px;"><p class="help">It's all very well. My problem is every time I place, placed the size of the vector image changes size. So every time a new image is placed to the change in size. What I'd love to know is how to preserve the size as a percentage of the previous rectangular image, I copied and pasted from?</p><p style="min-height: 8pt; padding: 0px;"><p class="help">Thanks in advance.</p>			 <p class="reply">Preferences > file management... Preserve the Image Dimensions when rebinding (off)</p>		   </li> 
              </ul> 
             </div> 
            </div> 
    		<div class="similar_msg"> 
              <h3>Maybe you are looking for</h3> 
              <ul> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/problem-of-the-appstore/">Problem of the AppStore.</a></p> 
    			 <p class="help">Hello. A question, whenever I have download a paid app that my method of payment is denied, but my credit card are charged to 1.98 euros. Is there a solution? Thank you.</p> 
    		   </li> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/instructions-on-how-to-return-to-the-mavericks/">Instructions on how to return to the Mavericks</a></p> 
    			 <p class="help">I'm finally ready to give up El Capitan - simply too many things are broken now (Mail, scan from my network printer, the system falls down + freezes him, drag the files... the list goes on and on). I want to return to the Mavericks, despite all the e</p> 
    		   </li> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/that-my-laptop-has-a-ssd-hdd/">That my laptop has a SSD HDD?</a></p> 
    			 <p class="help">I have a laptop HP 15-d002TX. Could you please tell me if my laptop HARD drive is a SSD (solid state device)? The model number, I've had the Device Manager is HGST HTS545050A7E80.</p> 
    		   </li> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/problems-with-windows-defender/">Problems with Windows Defender</a></p> 
    			 <p class="help">My windows Defender Gets a server failure error 0 x 80080005 execution when I invited this scanner my computer automatically and get updates</p> 
    		   </li> 
               <li> 
    		     <p class="similar_list"><a href="https://www.eehelp.com/question/acquisition-of-simultaneous-data-on-4-channel-ag6000a/">acquisition of simultaneous data on 4-channel - AG6000A</a></p> 
    			 <p class="help">I'm looking for analog waveforms with a range of AG6000A with respective drivers. I can do it on one channel, it works perfectly. I want to extend to 4 channels, so that the LV reads all 4 channels simultaneously. Reading is now achieved by screw 4 '</p> 
    		   </li> 
              </ul> 
             </div> 
            <div class="clear"></div> 
           </div> 
           <!-- <div class="rightmain"> 
    		<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    		eehelp_c
    		<ins class="adsbygoogle"
    			 style="display:inline-block;width:300px;height:600px"
    			 data-ad-client="ca-pub-3059180850985380"
    			 data-ad-slot="1404688152"></ins>
    		<script>
    		(adsbygoogle = window.adsbygoogle || []).push({});
    		</script>
           </div>  -->
           <div class="clear"></div> 
          </div> 
         </div> 
        </div> 
        <div id="sidebar"> 
         <div class="bloque suspension"> 
          <div class="topicbul fbold margb4">
            Similar Questions
          </div> 
          <ul> 
           <li class="topic_li"> <a href="#QZkOVlkZ">How to include the name of the vendor and the Version for the appliation</a> </li> 
           <li class="topic_li"> <a href="#DJb8jN1P">How to include the URL of a page in the Notification E-mail?</a> </li> 
           <li class="topic_li"> <a href="#gJ2y6zDZ">How can I move my Photoshop CS5 from one computer to another?</a> </li> 
           <li class="topic_li"> <a href="#9Gqb77xP">How can I move items in photoshop from one pc to another</a> </li> 
           <li class="topic_li"> <a href="#zPD7QOBG">How to include the total number of table one fact in another fact table to calculate the percentage</a> </li> 
           <li class="topic_li"> <a href="#eGMA6pAG">How to include the value in percentage in a pie chart in apex5?</a> </li> 
           <li class="topic_li"> <a href="#DJvDBo9P">How to have a dynamic number of tables where new rows can be added</a> </li> 
           <li class="topic_li"> <a href="#qG9XD90J">How to include the username of the apex in a trigger?</a> </li> 
           <li class="topic_li"> <a href="#kGxv44zZ">How you include the doctype in Application.cfc?</a> </li> 
           <li class="topic_li"> <a href="#9G0g8VdJ">How to include the meter of the timeline in the sequence</a> </li> 
           <li class="topic_li"> <a href="#0G1kjYqZ">How to include the shared library of BlackBerry in a native extension WebWorks</a> </li> 
           <li class="topic_li"> <a href="#0PpW18wG">How to determine the percentage of cells in double</a> </li> 
           <li class="topic_li"> <a href="#QZkm9WeG">Question form: How to get the percentage calculated?</a> </li> 
           <li class="topic_li"> <a href="#aJV19noZ">Creation of formula help: how to find the percentage of increase or decrease</a> </li> 
           <li class="topic_li"> <a href="#MZ8Aa0vJ">Place an image, how to store the percentage scale?</a> </li> 
          </ul> 
         </div> 
        </div> 
       </div> 
       <script type="text/javascript">
    	   function view_thread(code) {
    		   var url = '/help/'+code+'/';
    		   window.open(url);
    	   }
       </script>
       <div class="clear"></div> 
       <div id="footer"> 
        <div class="leftside">
          © 2024 eehelp.com. All Rights Reserved. 10 q. 0.017 s. 
          <a href="/about/contact/" rel="nofollow">Contact Us</a> - 
          <a href="/about/tos/" rel="nofollow">Terms & Conditions</a> - 
          <a href="/about/privacy/" rel="nofollow">Privacy Policy</a>
        </div> 
       </div> 
      </div>
    <!-- Start of StatCounter Code for Default Guide -->
    <script type="text/javascript">
    var sc_project=11251980; 
    var sc_invisible=1; 
    var sc_security="676835c8"; 
    var scJsHost = (("https:" == document.location.protocol) ?
    "https://secure." : "http://www.");
    document.write("<sc"+"ript type='text/javascript' src='" +
    scJsHost+
    "statcounter.com/counter/counter.js'></"+"script>");
    </script>
    <noscript><div class="statcounter"><a title="web analytics"
    href="http://statcounter.com/" target="_blank"><img
    class="statcounter"
    src="//c.statcounter.com/11251980/0/676835c8/1/" alt="web
    analytics"></a></div></noscript>
    <!-- End of StatCounter Code for Default Guide -->  
     </body>
    </html>