Maximum graphical line of items

Hello

I have a report page that also contains a chart area. Once I submit to the dates entered will appear between the dates, and also line chart will appear. In the chart, I have the "tax" on axis y and the days on the x axis. Once my period of 15 days, there is no problem with the graph. However, if I want to look at the graph each month, it goes to 15 days. So, my question is that if graphic line supports up to 15 entries or not?

Thank you

Hello-

Looks like your graphical query of the series is limited to 15 lines. You can change this value in the App generator.

Austin

Tags: Database

Similar Questions

  • Find and delete the graphic lines of geometric limits

    Hello world

    I'm really desperate after days of web browsing and the forums that I still cannot understand this.

    I'm working on InDesign CS3 on a MacBook Pro with Snow Leopard.

    I have a catalog of 300 pages, set up thanks to a data merge. Unfortunately this way, I produce 2 graphic lines at the end of each page to which I would like rather to remove. Since I don't want to do it manually to each page and I'll have to set up this catalog quite frequently in the future I would like to remove these lines using Applescript.

    Since I have about 12 more of the same lines on each page (same style, color, stroke etc) I thought that the only way to tell which Applescript to remove is the geometrical limitations because these lines always run the same coordinates on each page.

    Unfortunately I can't understand it. I tried the following code:

    tell application "Adobe InDesign CS3"
         tell document 1
              repeat with oneFrame in (get graphic lines whose stroke weight = 1)
                   if geometric bounds of oneFrame is {0, 0, 0, 210} then
                        delete oneFrame
                   end if
              end repeat
         end tell
    end tell
    
    
    

    RESPONSE

    tell application "Adobe InDesign CS3"
         get every graphic line of document 1 whose stroke weight = 1
              --> {graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"}
         get geometric bounds of graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"
              --> {0.0, 0.0, 0.0, 210.0}
         delete graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"
    end tell
    
    
    

    It worked well for the line to x y 0mm 0mm with a length of 210mm.

    I tried the same thing with a line x 3mm y 134mm length of 210mm with the following code

    tell application "Adobe InDesign CS3"
         tell document 1
              repeat with oneFrame in (get graphic lines whose stroke weight = 1)
                   if geometric bounds of oneFrame is {134, 3, 134, 213} then
                        delete oneFrame
                   end if
              end repeat
         end tell
    end tell
    
    
    
    

    ANSWER:

    tell application "Adobe InDesign CS3"
         get every graphic line of document 1 whose stroke weight = 1
              --> {graphic line id 213 of page id 177 of spread id 172 of document "Untitled-16"}
         get geometric bounds of graphic line id 213 of page id 177 of spread id 172 of document "Untitled-16"
              --> {134.0, 3.0, 134.0, 213.0}
    end tell
    
    

    It was my best shot. No idea if I'm on the right track or totally out of bounds.

    Any help would be much appreciated!

    Thanks in advance...

    Osinho

    Take a look at that show the values for the geometric limits. These figures related to your x and is coordinated and you refer to them by their article in the list, for example, item 1 is the first "134,0" in your list, point 2 is called the "3.0", etc. So you need to refer to "that item 2 of geometric limits = [regardless of the value you're trying to match].

    If your document is very complicated, I think I would add another modifier to ensure that you get the right things, to say if these lines have a color that is not used on other graphic in the document lines, or if their weight of race is different, or even tests two items in the list of geometric limits if there is two that appear systematically in all the elements you want to delete - something for you make sure that you ONLY get references to the items that you want and are not likely to delete something, you need to keep.

    Good luck and welcome to AppleScript!

  • Can I use Illustrator to draw the outline of a photograph and get an outline of art beautiful line of items in the photo?

    Can I use Illustrator to draw the outline of a photograph and get an outline of art beautiful line of items in the photo? I tried to do this by using the Trace of the Image, but I can't select the paths that result and assign a stroke to path. How can I do this?

    Please see the photo

  • Graphic line anchors...

    The script below from GitHub (graphic lines Wiki fabiantheblind/auto-typo-adbe-id ·) GitHub) creates the path below...

    The location of anchor for each point corresponds to the position of the point before.

    I want to create a path made of straight lines only and tried, in vain, either remove the anchors or anchor positions correspond to the position of the point that they are from.

    Does anyone have any suggestions?

    Thanks much for any help.

    gline.png

    var data = {}

    "pw" : 100,

    "ph" : 100,

    "anchors" : [

    0,50],

    [ 10,60],

    [ 20,40],

    [ 30,60],

    [ 40,40],

    [ 50,60],

    [ 60,40],

    [ 70,60],

    [ 80,40],

    [ 90,60],

    [100,50]

    ]

    };

    / / We need a doc

    / / use of pw and ph data

    var = doc app.documents. Add ({

    {documentPreferences:

    pageHeight:data.ph,

    pageWidth:data.pw

    }

    });

    / / the page is already there

    page var = doc.pages. agenda (0);

    / / create a graphicLine

    var = GL page.graphicLines. Add ();

    / / loop through the data.anchors

    for (var I in the data.) ( anchors) {

    var point = gl.paths [0] .pathPoints [i];

    /**

    * a graphicLine is always 2 pathpoints

    * So we need to add points from the third

    * the data object anchor

    */

    if (i < 2) {

    point. Anchor = data. anchor points [i] ;

    }else{}

    point = [0] gl.paths .pathPoints. Add ();

    point. Anchor = data. anchor points [i] ;

    }

    if ((i ! = données.)) anchor points. length - 1) && i!=0)

    point.rightDirection = data. anchor points [i-1];

    point.leftDirection = data. anchor points [i] ;

    }

    Thanks much for any help.

    gline.png

    Hello

    I would like to delete the line:

    if((i != data.anchors.length - 1)&& i!=0)
    

    and change the line:

    point.rightDirection = data.anchors[i];
    

    Jarek

  • ClickListener in ADF graphic line

    Hello

    Is it possible to have the values of the axes x and y (i.e.coordinates) of the graphic line if the user clicks in an area of the line between the points (not the point itself)?

    I can get the values of the axes x and there if I click on the point on line as follows:

    public void graphClickListener (ClickEvent clickEvent)

    {

    ComponentHandle handle = clickEvent.getComponentHandle ();

    If (handle instanceof DataComponentHandle)

    {

    DataComponentHandle = (DataComponentHandle) handle dhandle;

    Object Val = dhandle.getValue (DataComponentHandle.UNFORMATTED_VALUE);

    Date timeVal = null;

    Attributes [] seriesInfo = dhandle.getSeriesAttributes ();

    If (seriesInfo! = null & & seriesInfo.length > 0)

    {

    Object = seriesInfo seriesName [0] .getValue (Attributes.LABEL_VALUE);

    Attributes [] groupInfo = dhandle.getGroupAttributes ();

    If (groupInfo! = null & & groupInfo.length > 0)

    {

    TimeObj = groupInfo object [0] .getValue (Attributes.LABEL_VALUE);

    If (timeObj! = null)

    timeVal = new Date (((Date) timeObj) .getTime ());

    }

    }

    However when I click on one area of the line between the points (not the point itself) I can get only the information series, not axis x and axis are name value:

    ElseIf (manage instanceof SeriesComponentHandle)

    {

    Get the attributes for the series

    Attributes [] seriesInfo = ((SeriesComponentHandle) handle) .getSeriesAttributes ();

    String data = "";

    If (seriesInfo! = null)

    {

    for (uploading Attributes: seriesInfo)

    {

    data += "\nSeries value:"+ attrs.getValue (Attributes.LABEL_VALUE);.

    data += "\nSeries name:"+ attrs.getValue (Attributes.LABEL_ATTRIBUTE);.

    data += "\nSeries id value:"+ attrs.getValue (Attributes.ID_VALUE);.

    data += "\nSeries name id:"+ attrs.getValue (Attributes.ID_ATTRIBUTE);.

    }

    }

    System.out.println (Data);

    }

    }

    Here is the source of the jsf file:

    < dvt:graph id = "lineGraph1" animationOnDisplay = "auto".

    tabularData = "#{pageFlowScope.gaphPageStateBean_backing.graphTabularData} '"

    customToolTipCallback = "#{pageFlowScopegraphPageStateBean_backing.callback} '"

    graphType = "LINE_VERT_ABS."

    seriesObjectCount = "#{pageFlowScope.graphPageStateBean_backing.seriesCount} '"

    timeRangeStart = "#{pageFlowScope.graphPageStateBean_backing.graphStartDate} '"

    timeRangeEnd = "#{pageFlowScope.graphPageStateBean_backing.graphEndDate} '"

    timeAxisInterval = "CTAI_MINUTE" timeRangeMode = "TRM_EXPLICIT".

    "partialTriggers =": commandLink1: t1:cb7.

    Binding = "#{backingBeanScope.graphPageBean_backing.graphBinding} '"

    clickListener = "#{backingBeanScope.graphPageBean_backing.graphClickListener} '"

    timeAxisType = "TAT_IRREGULAR" textAntialiasing = "true".

    scrollListener = "#{backingBeanScope.graphPageBean_backing.scrollListener} '"

    zoomListener = "#{backingBeanScope.graphPageBean_backing.zoomListener} '"

    markerTooltipType = "MTT_VALUES_TEXT" >

    < dvt:background / >

    < dvt:graphPlotArea / >

    < dvt:seriesSet defaultLineWidth = "3" defaultMarkerColor = "#ffffff".

    seriesMap = "#{pageFlowScope.graphPageStateBean_backing.lineGraphSeriesMap} '"

    markerDisplayed = 'true '.

    defaultMarkerShape = "MS_CIRCLE" / >

    < dvt:o1Axis id = "rhrhtr6" scrolling = "on" / >

    < dvt:y1Axis id = "fwef43" lineWidth = '1' axisMaxValue = '1.0 '.

    axisMinValue = "0.0" logarithmicBase = "10" / >

    < dvt:legendArea automaticPlacement = "AP_NEVER" rendered = "false" / >

    < dvt:o1TickLabel id = "o1TickLabel1" tickLabelSkipCount = "50".

    tickLabelSkipMode = "TLS_MANUAL".

    tickLabelSkipFirst = "0" / >

    < dvt:y1MajorTick id = "y1MajorTick1".

    tickStyle = "#{pageFlowScope.gaphPageStateBean_backing." YAxisTickLine} "/ >"

    < rendered dvt:y1TickLabel = "false" / >

    < dvt:shapeAttributesSet id = "shapeAttribSet1" >

    < component dvt:shapeAttributes = clickable 'GRAPH_AREAMARKER' = 'true '.

    ID = "shapeAttrib1" / >

    < / dvt:shapeAttributesSet >

    < dvt:timeAxisDateFormat timeFormat = "HOUR24_MINUTE."

    yearFormat = "YEAR_LONG."

    monthFormat = "MONTH_SHORT."

    quarterFormat = "NONE" / >

    < dvt:o1Title text = "" time: "horizontalAlignment ="LEFT">"

    < dvt:graphFont id = "graphFont1" emphasized = "true" color = "#002173" / >

    < / dvt:o1Title >

    < dvt:annotationSet annotationMap="#{pageFlowScope.graphPageStateBean_backing.graphAnnotationMap}"/ >

    < / dvt:graph >

    Thank you.

    Valon

    JDeveloper 11.1.1.5.0

    AF:graph

    Except if a function is used to interpolate the data points, is not possible.

  • Why are graphic line not appearing in the Preview Mode when they show in Normal view?

    I use CS4, InDesign I used it for 4 years. I can't understand why this is happening...

    In the tools Panel, I use online tools and circle. Drawing circles on my paper with a weight of 1 race and lines (arrows). The lines are the top item on my page, the last thing I draw. I draw lines that more would go not only to other graphics, but on the text as well.

    Problem is that they appear only in Normal mode, not the preview mode. Therefore, I don't think that they will appear on the final document.

    I have often used these tools, and the lines that do not display is a new problem. Can someone shed some light on why this is happening?

    Thank you, Louise


    I see two possibilities. You put them on a layer that is set to non-printable or you put inadvertently from the default value of the tool for non-printable in the Panel.

  • The changed graphic line in the histogram chart on my health application. How can I change this back?

    The graphic on my health application under a line chart to a bar chart.  How can I change this back?

    Answer is simple: you can not change it back because of the update of IOS.

    BUT why have they changed it? Us users want to line charts!

    Anyone care to explain Apple? This is quite annoying...

  • Mixed Signal graphic = &gt; line of bad names

    Hello

    I want to use a graph of Mixed Signal and I noticed that the digital waveforms line names are not properly displayed.

    For example:

    The attributes of the wave the nams of line are defined as "Name1" "Name2"; "Name3"...

    On the graph of Mixed Signal, the first line is correctly called 'Name1' but all the others are called "Digital 1-> Line 0"; ' " Digital 2-> line 0 '...

    Is this a bug in LabView?

    If you use a normal digital chart, all names are displayed correctly.

    Yes, I know that I can change the linenames with a property node, but it should also work with the attributes of waveform.

    And a small second question: why are there no digital and mixed-signal graphics cards? I always build them manually...

    Best regards

    Reinhard

    Hello Reinhard,

    I think I found a link that might cover your problem. Looks like it has been known for some time

    How can I assign names to my digital waveform shown mixed graphic Signal?

    http://digital.NI.com/public.nsf/allkb/A6D74595D0EEFA6386257D77006537DE?OpenDocument

    Best regards

    Michael

  • Limit maximum arbitrary lines, being hit with apex_plugin_util.get_data?

    I'm building a plug-in on apex.oracle.com based on a list of values and spin on a question of lines maximum.  I did some research online and in this discussion forum and not found what Miss me.  I'm sure I'm missing something simple, but just can't put your finger on it.

    The rendering of PL/SQL code contains the following statement:

    l_column_value_list := apex_plugin_util.get_data
                                  ( p_sql_statement  => p_item.lov_definition,
                                    p_min_columns    => 2,
                                    p_max_columns    => 2,
                                    p_max_rows       => 6,
                                    p_component_name => p_item.name );

    Although I am passing a value to limit the number of rows, the result of the query when you run the page is limited to two records.  Even when I let the value of p_max_rows out, the result is limited to two records.  I tried to use the get_data and get_data2 procedures in the apex_plugin_util package and both result in the same thing.  For testing purposes, I use the following query:

    select ename, empno from emp

    I add "order by ename" and see two of the emp files.  I add "order by desc ename" and see the two different rows in the emp table.

    When I run the page in debug mode, I see the following instruments:

    ...Execute Statement: select a.* from (select ename descr, empno cd
      from emp
    )a
    where ROWNUM <= :p$_max_rows

    If if it's the thing that controls the number of lines displayed, where is this p$ _max_rows being defined as part of the plug-in and how can control it?  If this is not the mechanism that controls the number of rows returned, can someone tell me what I'm missing?

    Shane.

    I found the bug in my code; It was something simple.

    For those who may have this problem in the future, my solution was this.  The apex_plugin_util.get_data returns a tables object.  The online samples show the following code to loop through the results through.

    because me in 1... l_column_value_list (1) .count

    I had accidentally used the following code:

    because me in 1... l_column_value_list. Count

    Since I had two columns in my LOV, a description and a code, there were two paintings returned, so I only twice by a loop.  Just took me a few days to see clearly.

  • constraints in the graphics lines

    Muscle memory tells me I can press and hold to draw straight lines with graphical tools, but whenever I tried yesterday it just canceled the operation of demarcation line. FM 2012 - have so far failed to notice/stumble onto an "improvement" over previous versions?

    It was persistent, but, for the fear and amazement on the face of the developer: "you mean those are three separate, editable graphics in this diagram? and the connectors are separated too? »

    He has just cancelled the operation of demarcation line

    FrameMaker has a weird turn on shift and drag to a straight line. Press and hold SHIFT before you draw the line. The penalty for pressing SHIFT after you start drawing? The row is deleted. Enough of the penalties, if you ask me, but this behavior has been in place for 8-10 years. Before that, he worked as any windows application.

  • Series multi graphic line you are ordering

    I have a line chart with two series and I have a problem of sorting when the data in the second series are not within the limits of the first.

    For example, the blue line represents the series with the smallest value of sequence (10) in this case.

    The red line is the second series with 20 sequence, but the final two points a rendering on the far right, when really belong it to the far left, before the first blue point data - because they are in August 2014.

    series_order_2.png

    The problem is compounded when the series is backwards. Note the dates on the x-axis.

    series_order.png

    The two SQL order by the date value.

    The only mention on the forums I've found is the following, without result

    Bar stacked with several series chart kind Question

    (Note that long lines are through ignore_missing)

    It comes to 4.2.0 but happy to reproduce on apex.oracle.com if you want to play.

    See you soon,.

    Scott

    The solution is to ensure that the first series of the chart contains the range minimum or maximum of the x axis, while the y-axis is null values or zero.

    It turns out that the application already had a bunch of NULL values in the blue series to ensure the good spacing in red, otherwise, time scale is all wrong as months as may-2015 are ignored in the plot.

    The query initially ignored these first four blue spots from scratch. Now they are restored, the corresponding red data points can be plotted at the same time.

  • How to display current date time of day previous same time and same with last day of the week with 24 hours in relation to the graphic line obiee 11g

    Hello


    Can someone help me with the problem I am facing to... my scenario is currently that we show reports from 00 hours up to 24 hours. But now the client wants to exact more than 24 hours for chart reports.

    This means that if the time is now 16:05 hours, then graphical report must display data for 16:00 Hrs from yesterday until 16:00 hours that day. Is the same for the last week day 24 hours as well. Means they need two lines in the chart. Please help me...

    Thank you

    Srini VIEREN Terry.Williams dileraco

    Hello

    Now using these variables filter your column of measure...

    Kind regards

    Naga

  • I want to use SVG graphics as Menu items, how?

    Hello

    I am trying to use Svg graphics, that I created in Illustrator as buttons to a Menu in a site of Muse. I would use 3 different graphics, one for each State. (that's 3 flies different SVG for each Menu item.

    "I want them to change normal to the reversal, then Active state). I tried to use the status button and use each graph as a picture fill, but it did not work. It only accepts one fill by button on the State.

    Any ideas on how to make this work?

    I remember that I did something like this in Adobe go live a time looong ago.

    Thank you!

    Mariana

    Each of the 4 States can be different

    Select the State you want to change (by clicking on it) then set its filling, stroking etc as you like

    PS, svg is useless because most of the browsers it will show under jpeg or png anyway, but you can "fill" a State with a photoshop PSD file to achieve the effect of having more than one layer

  • How overlap datagrid colums line with item converter

    Hello guys I have been blocked for a few days now, and I wonder if there is a better way to do it.

    I put an item on a datagrid column converter. Basically, the rendering engine increases the height of the column and shows some controls.

    I'm using a container of border that the container that keeps the items in the grid. However I want to do is make as big container of the border that the grid with a button to sign more. and then basically hide the vertical grid lines.gridImage.jpg

    I tried to adjust the depth eventhought I understant is not a grid of spark I though it should work, but it does not work. A tip or direction would be greatly appreciated.

    Miguel

    OK I answered my own question. what I need to do, is to use the advanced data grid. Then set these properties.

    
    

    Post edited by: miguel8312

  • Problem in the graphic line

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="absolute"> "
    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;

    [Bindable]
    var xmlProducts:XMLList = graphList;


    [Bindable]
    public var products: ArrayCollection = new ArrayCollection([) collection
    {Unit: 'Radio', year: 2007, quantity: 5},
    {Unit: 'Radio', year: 2008, quantity: 7},.
    {Unit: 'Radio', year: 2009, quantity: 10}
    ]);

    []] >
    < / mx:Script >

    < mx:XMLList xmlns = "" id = "graphList" > "
    account <>
    < unit > Radio < / unit >
    < year > 2007 < / year >
    < quantity > 5 < / quantity >
    < / recording >
    account <>
    < unit > Radio < / unit >
    < year > 2008 < / year >
    < quantity > 7 < / quantity >
    < / recording >
    account <>
    < unit > Radio < / unit >
    < year > 2009 < / year >
    < quantity > 10 < / quantity >
    < / recording >
    < / mx:XMLList >


    < mx:LineChart "386" = x y = "23" id = "unitChart" height = "199" dataProvider = "{products}" showDataTips = "true" >

    < mx:horizontalAxis >
    < mx:CategoryAxis dataProvider = "{products}" categoryField = "year" / >
    < / mx:horizontalAxis >

    < mx:series >
    < mx:LineSeries yField = "quantity" displayName = "Quantity" / >
    < / mx:series >
    < / mx:LineChart >
    < mx:Legend dataProvider = "{products}" / >
    < / mx:Application >

    1. I draw a line chart for products of XMLList as dataprovider. In which axis horizontal is based on the year values i.e 2007, 2008, 2009. Vertical axis indicating the quantity for each item of data of the Radio device.

    2. when I make a chart based on arraylist as it works very well until being given the example of data provider. but when I use to xmlList as the data provider it shows nothing. I think that the XMLList values are all text, but I don't know how to convert to digital.

    Hello Asif,

    You must change the structure of your XmlList and you must give XMLListCollection as a dataprovider to the LineGraph.

    See the example below:


    http://www.Adobe.com/2006/mxml"layout ="absolute">
       
           

    Import mx.collections.ArrayCollection;

    [Bindable]
    public var products: ArrayCollection = new ArrayCollection([) collection
    {Unit: 'Radio', year: 2007, quantity: 5},
    {Unit: 'Radio', year: 2008, quantity: 7},.
    {Unit: 'Radio', year: 2009, quantity: 10}
    ]);

    ]]>
       
       
       
       
       
           
               
                   
                   

                                   
               
           
       


           
           
               
           

           
               
           

           
               
           

       

       

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

Maybe you are looking for