Setting Scale Markers On Charts Based on Initialization Variables

I'm currently building a chart and would like to set scale markers based on some variables I have created in an initialization block.
I've tried setting a variable expression for the scale marker and using the name of the variable, but it's not showing on the chart.
Any suggestions?

Thanks for the suggestion, but that is not really feasible.
Maybe there is a better way to do it though, my problem is that I want to color code sections of my chart based on various statistical data.
I've created several SQL queries to get this information and am currently populating repository variables with the data.
I'm aware that I can use the queries directly in the scale marker customization window, but given the volume of what I'm processing this may cause slowdowns in displaying the data ( and also cause needless repetition in the queries)

Similar Messages

  • How to create a chart based on an existing report by passing variables?

    Hi,
    I have created a report (REP01). I've put a link on a column (table_name), on clicking it takes to another interactive report (REP02) that use table_name as filter.
    Now, I want to create a flash chart (Chart02) on this page of second report which refresh automatically based on the selection. I am running APEX 4.0.2 so flash chart is not an issue.
    My question is, how can I pass the parameters (table-name etc.) to the chart(chart02) so that it will refresh according to the criteria of the first report (REP01).
    Help is appreciated.
    Thanks
    Tarun
    Edited by: tarunsh on Jun 21, 2011 5:56 AM

    In the first one I used the link functionality and pass parameter as IR_...
    But I can't see how to set them up for chart or pass them to chart.
    If you explain it how, it'd be helpful.

  • Chart based on Select list with submit Lov problem

    Hi,
    I have one page with interactive report showing username with links, date and
    database actions.
    Another page contains one region having flash chart based on select list with submit Lov.
    The lov is created by dynamic query.
    Every time when i click the 1st page report link, the 2nd page lov is populating the value automatically. But the problem is chart displays NO DATA FOUND message though the LOV has many values.
    I don't want to display any null values so set to NO for LOV
    I tried to write Before header computation (PL/SQL Function Body) to set the lov value, but the query is displayed as such.
    I don't want to assign any static default value also as the values are dynamic for every link.
    The following is my Before header computation of Select list with submit (Item name is p11_schema). (PLSQL Function Body)
    begin
    if :p11_schema is null then
    return 'select distinct owner schema1, owner schema2 from auditing
    where access_date=' || :p11_access_date
    || ' and username=' || :p11_username
    || ' order by owner';
    end if;
    end;
    This is my chart query.
    select null link, obj_name label, sum(sel_count) "Select", sum(ins_count) "Insert", sum(upd_count) "Update", sum(del_count) "Delete" from auditing
    where username=:p11_username
    and access_date=:p11_access_date
    and owner=NVL(:p11_schema, OWNER)
    group by owner, obj_name
    Example: If there more than one records in the lov, the graph should display the 1st record. When i select another record, the chart accordingly display the selected values. But inially it should not display "NO DATA FOUND" message.
    I tried using all the combinations of computation type for the lov, SQL query ( I could not use if conditon then), PLSQL expression, PLSQL function body. But it does not work out.
    Can anyone please help me out.
    Thanks.

    Hi Scott,
    Thanks for your reply.
    I found out the solution for this problem as below.
    But i did it in different way to tackle the dynamic query wich returns more than one record using rownum always the 1st record when it is empty instead of assigning constant (static) value like '1'. And i am returning LOV itself for both null or not null condition as below.
    Declare
    q varchar2(4000);
    begin
    if :p11_schema is null then
    q:='select distinct owner schema from auditing';
    q:=q || ' where username=:p11_username ';
    q:=q || ' and access_date=:p11_access_date ';
    q:=q || ' and rownum<2 order by owner';
    Execute immediate q into :p11_schema USING :p11_username, :p11_access_date;
    end if;
    return :P11_SCHEMA;
    end;
    Thanks.

  • Add a Chart based on SharePoint list

    Hi,
    I'm looking for a way to add a Chart based on list data. I've tried the following article but no Chart is showing after teh upload.
    I read about Excel services as replacements to the 2010 Chart web part but how to accomplish that in 2013?
    Any thoughts?
    Thanks a lot in advance

    Hi,
    As I understand, you want to add a Chart based on list data in SharePoint 2013.
    You cannot see the chart web part in web part area in SharePoint 2013. There is a workaround, you can export the chart web part in SharePoint 2010 and import it to the SharePoint 2013.
    1. Export chart web part in SharePoint 2010:
    Site action->site setting->Galleries->web parts->select the MossChartWebPart.webpart and edit it -> export the web part.
    2. Import the chart web part into SharePoint 2013:
    Go to the page you want to add the web part and edit the page->click add web part -> browse the chart web part you have saved ->upload the chart web part.
    After these steps you can use the chart web part, and you can use data & appearance to connect the chart to data, then you can connect to the list.
    There is a similar case:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b011e137-70eb-4092-b8e2-e5ed9a5ead7e/sharepoint-2013-how-do-i-chart-a-list
    More reference:
    https://support.office.microsoft.com/en-us/article/Manage-and-share-Web-Parts-and-Web-Part-Pages-00ff95a0-62ba-42dc-91c3-bf0dba34e053?pid=CH101021211033&CorrelationId=06402e5c-f71d-49d6-a64d-c0c3efb9b52f&ui=en-US&rs=en-US&ad=US
    Best regards,
    Sara Fan
    Sara Fan
    TechNet Community Support

  • How to adjust the scale of a chart between 2digits?

    hi,
    I made my charts for different processes that I wanted,I just need to adjust the scale of a chart between 2digits now,I need a method which is possible to be applied for both X,Y.
    thx,

    forexample:
    for my Y:
     I need it to be set from -1000 to 1000 (as it is my current)
    for my X:
     I want it to be set from 0 to 80
    and also I want my X,to be work as seconds(from second 0,till 80seconds after),so I need it to follow the period of 1seconds between it's scales,
    thx,

  • Studio : Chart Based on day/month/year

    In Studio , There is a requirement for us to display chart based on day/month/year .
    Since Date attribute is not displayed as a Dimension in the chart configuration list , I have divided  date attribute into  day/month/year attributes and based on that I generated a sample chart
    But now I'm facing with a problem
    Suppose there are records for only July and Sep then the chart shows up for July and Sep , It doesn't show up for august.
    I agree that there are no records for august in my data domain that is the reason august is not displayed in the chart . But as per our requirement we should display august as well with zero count.
    I'm curious to know if there is any way to do this .

    The idea behind the calendar record type is it is a secondary, new record type you're introducing that compliments your "sales" record type.  The RECORDs you provided would be your "sales" record type, not your "calendar" record type.  To continue with your example, your "sales" records would look like what you provided:
    =============== RECORD ==================
    Id: 1
    sales_amount : 1000
    Month: Oct
    RecordType: sales
    date: 2012-10-01T00:00:00.000Z
    day: 01
    year: 2012
    =============== RECORD ==================
    Id: 5
    sales_amount: 1000
    Month: Dec
    RecordType: sales
    date: 2012-12-01T00:00:00.000Z
    day: 01
    year: 2012
    ==========================================
    And your "calendar" record type would be loaded subsequently.  I usually provide one Endeca record for every day for this record type:
    =============== RECORD ==================
    Id: 1
    Month: Oct
    RecordType: calendar
    date: 2012-10-01T00:00:00.000Z
    day: 01
    year: 2012
    =============== RECORD ==================
    Id: 2
    Month: Oct
    RecordType: calendar
    date: 2012-10-02T00:00:00.000Z
    day: 02
    year: 2012
    ==========================================
    (and so on, one for each day up to today...yawn)....
    =============== RECORD ==================
    Id: 790
    Month: July
    RecordType: calendar
    date: 2013-07-31T00:00:00.000Z
    day: 31
    year: 2013
    ==========================================
    Thus, when you write an EQL statement like:
    RETURN foo AS SELECT
    SUM(sales_amount) AS "TotSales"
    GROUP BY Month
    You will get a Month bucket for every month, where the "calendar" record type will be sure to offer a month where sales don't offer it...aka. fill in any "holes".
    HTH,
    Dan
    http://branchbird.com

  • How to set chapter markers in imovie 10

    I am looking to set chapter markers at fixed intervals in imovie 10 as well as set custom chapter markers in family videos that I am converting from 8 mm tape.  Does anyone know how to do this in imovie version 10.0.6.  Thanks

    Apple has removed the ability to set chapter markers with iMovie 10.
    I use iMovie HD 06 or iMovie 11. (My favorite is iMovie HD 06.)  Both are readily available on Amazon as part of iLife 06 or iLife 11. With these versions of iMovie one click will set your chapter markers. These markers are automatically recognized by iDVD.
    http://www.amazon.com/Apple-iLife-Mac-DVD-VERSION/dp/B0007LW22G/ref=sr_1_1?ie=UT F8&qid=1424968719&sr=8-1&keywords=iLife+06

  • Setting Chapter Markers at Specific Times/Scenes

    Is it possible to set chapter markers at different time intervals for specific scenes? I have 4 scenes, all different time intervals, that I'd like to mark.

    Hi
    Not in iDVD
    Not in iMovie 08 (but previous versions and I think iM'09)
    To do this with iLife'08 one has to export to GarageBand and set Chapters here.
    No elegant way at all.
    Yours Bengt W

  • How to create dynamic ed flash charts based on user selected fields in Orac

    Hi all,
    Can any of the experts please tellme "how to create dynamic ed flash charts based on user selected fields in Oracle apex".
    Thanks
    Manish

    Hello,
    Lots of different ways to do this, I blogged about one way (using a Pipelined function) here -
    http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/
    Other options include using a PL/SQL function returning the string to use as the dynamic query etc.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Dynamic bar chart based on LOV selected

    Apex 2.1 with XE : running on windows xp.
    I am trying to create charts based on selected criteria such as level 1, level 2 and level 3. If the user selects level 1 chart is expected to group level 2 and level 3 parameters else if the user selects level 2 criteria on top of level 1 then it should filter to the next category and so on. To make it simple I created three different queries which would generate the required graphs.
    To achieve this I decided to use PL/SQL function that would return three different chart queries based on the LOV selection. Although the function works well for each of the queries they dont work with a if else condition based on LOV selection. So what is the problem with creating such as dynamic query. Can I use the "%" values of LOV in my if else condition if not why ?
    Any alternatives ?

    Well. The queries for the charts run independently well. I guess I might be using the if else condition in an improper fashion.
    If the second LOV filter is not used.. I am matching the :LOV2 value with "%" and execute appropriate chart query based on single selection criteria and for the else case I use the other query and so on.
    I wish to show the code but since I upgraded to 3.0.1 today my application page views don't render properly. The images are missing ..and whole page is missing for editing.

  • Setting Timeline Markers Script in After Effects CS6

    So I'm without my desktop computer for the time being and am using a laptop in its place-which means I do not have access to a numpad. Going out to buy one is my last resort, as I don't have enough leisure time to visit a trusty electronics store. So I downloaded keyED Up, by Jeff Almasol, and I can change shortcuts at will-truly a useful tool. Yet, while I can change all other shortcuts, I found that the "set timeline marker tool" which is typically the "asterisk" key on the numpad is missing from the script list, and the marker list only includes "set composition markers 1-8," and "go to composition markers 1-8." Is this a discrepancy only in my keyEd Up script, or is it not an available option? Is there any other simple way to modify the "set timeline marker" shortcut?

    See this:
    Alternate keyboard shortcutd

  • Question on charges to set up a Skype number based...

    I need to set up a skype number based in Mexioc (i.e. a Mexican number) but when I go thought the process, Skype tells me that they set their numbers in Mexico using a Mexican Partner (a cable company)  and they ask you to read the partner's Terms of Agreement, which I did and .... I was not clear on the following.... 
    The skype number is $5 / month paid to Skype but the Mexican partner's agreement talks about a cost / THEIR service...  Is this in adition to the $5 dollars charged by Skype?   
    Solved!
    Go to Solution.

    Tylersito wrote:
    I need to set up a skype number based in Mexioc (i.e. a Mexican number) but when I go thought the process, Skype tells me that they set their numbers in Mexico using a Mexican Partner (a cable company)  and they ask you to read the partner's Terms of Agreement, which I did and .... I was not clear on the following.... 
    The skype number is $5 / month paid to Skype but the Mexican partner's agreement talks about a cost / THEIR service...  Is this in adition to the $5 dollars charged by Skype?   
    You don't pay the Mexican provider, you will only pay Skype.  I have had a Mexico City number for several years through Skype, and have only paid Skype for that number.  There are some requirements in the terms of service for the Mexican Skype Numbers where Skype forces everyone to see that agreement. Other parts of that agreement forbid the use of the Mexican number as Caller ID, so that's why Skype never allows the use of a Mexican Skype number as Caller ID when calling from Skype. 
    Good luck!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

  • How to set legend of strip chart in CVI8.0

    Do somebody know how to set legend of strip chart in CVI8.0? I know that in CVI8.5 SettraceAttributeEx() can used to set legend of strip chart, but in CVI8.0, there is no the function. Thank you very much.

    Hi Ravi,
    If I am not wrong You are referring to article <b>Queues for Prioritized Message</b>. But this is about how to Prioritize message inside XI.
    What I am intresetd in is to set a message priority (for example "2")for the message going to MQ. That is when the message reached the detination queue the priority of this message should be 2 in the queue.
    Thanks
    Abinash

  • IDVD how to set chapters markers according to the day

    iDVD wont let me set chapters markers according to the day of the trip. No good by minutes! I did have markers in the imported iMovie which have been ignored.

    Hi
    iDVD can only set Chapters in time interval e.g. every 5:th minute
    iMovie'13 (Version 10.0.x) - CAN NOT set Chapters at all
    Rest - You must use the Chapter Mark - Not the Note Mark (it will be ignored)
    If You've done this and they do not show up in iDVD - iDVD pref file most probably got corrupted. Trash it and re-try with a NEW iDVD project.
    Yours Bengt W

  • Charts based on page items

    Hello,
    I want to create a Pie chart based on page items. There are 3 page items that I want to use for an Pie chart. The page items are calculated in an page process PL/SQL block and they are numbers. I want all PL/SQL in that page process and from there built the Pie chart. Is this possible to use the page items for the pie chart, I can only find information to build charts with querys.
    I use apex 4
    Edited by: Martijn Brands on 1-sep-2010 2:46

    I have used an function with three values as input and returning an pl/sql table with the three values.

Maybe you are looking for