Horizontal charts in BO 5.1.7

Post Author: Akhil0108
CA Forum: Desktop Intelligence Reporting
Hi,
Could nyone tell me, how to get horizontal charts in B0 5.1.7
Thanks

Post Author: Akhil0108
CA Forum: Desktop Intelligence Reporting
Hi,
Could nyone tell me, how to get horizontal charts in B0 5.1.7
Thanks

Similar Messages

  • Horizontal Bar Chart and Overlaying Line Chart

    I am using SSRS 2008 and developing my reports in BIDS.
    I have a report with two data points. I want to chart the first as a bar (horizontal) chart and then the second as an overlaying line chart.
    I created both data series, originally, as a bar chart. I have clicked on the second series in the "Drop Data Fields Here" area and changed the chart to a line chart. When I do that, it changes both series to a line chart.
    However, if I use the column (vertical) chart for the first series, it will let me make the second one a line chart.
    Is this a limitation of SSRS 2008? Can I not have one data point be the horizontal bar chart and the second one a line chart?
    If so, are there any suggestions how to get around this?
    Thanks.

    Both charts for SSRS 2005/2008 are very limited when it comes to horizontal charts and are infact supporting only left-to-right bar charts, with no ability to combine them with other charting types (lines, areas, points etc.). For a SSRS charting solution that supports all types of charting type combinations in left-to-right and right-to-left horizontal fashion you can use Nevron Chart for SSRS - www.nevron.com. Besides a huge number of charting types and subtypes (most of which are not available in the MS Chart for SSRS 2008) it also provides better image quality in 2D and 3D modes, more settings, has support for rich text formatting in texts, has image filters, ability to customize via C# code and implements many more large and small charting related details.
    Best regards,
    Crank

  • Hide values in Stacked Horizontal 2D Column chart

    Hello. I have created a stacked flash chart, and everything is good except one thing. The values and name of each stacked column is written within the bars of the graph. I have played with all of the variables and can't seem to remove them. I have a legend so I know what the colors are, and the values are listed on the axis, so I don't need the text on top of the actual columns. Plus, they overlap eachother. Any ideas on how to remove this?
    Thanks.
    Attached below is the custom XML
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
    <type>
    <chart type="Stacked Horizontal 2DColumn" minimum_value="0" maximum_value="100">
    <animation enabled="yes" appearance="alpha" speed="10" />
    <hints enabled="no"/>
    <names show="no"/>
    <values show="no" prefix="" postfix="%" decimal_separator="." decimal_places="0" />
    <arguments show="no" />
    <column_chart column_space="3" block_space="12">
    <border enabled="no" />
    <block_names enabled="yes" placement="chart" position="left" >
    <**font type**="Verdana" size="10" color="0x000000" />
    </block_names>
    <background type="gradient" rotation="1.6">
    <alphas>
    <alpha>100</alpha>
    <alpha>100</alpha>
    <alpha>100</alpha>
    </alphas>
    <ratios>
    <ratio>0</ratio>
    <ratio>120</ratio>
    <ratio>0xFF</ratio>
    </ratios>
    </background>
    </column_chart>
    </chart>
    <workspace>
    <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
    <base_area enabled="no" />
    <chart_area enabled="yes" x="200" y="50" width="250" height="150" deep="0">
    <background enabled="no"/>
    <border enabled="yes" size="1"/>
    </chart_area>
    <grid>
    <**values lines_step**="20">
    <captions>
    <**font type**="Verdana" size="10" color="0x000000" />
    </captions>
    </values>
    </grid>
    </workspace>
    <legend enabled="yes" x="20" y="50">
    <names enabled="yes">
    <**font type**="Verdana" size="10" color="0x000000" />
    </names>
    <values enabled="no"/>
    <scroller enabled="no"/>
    <header enabled="no"/>
    <background alpha="0"/>
    </legend>
    </type>
    #DATA#
    </root>
    *Ignore the astrix's in the code.  I had to enter that so the text wasn't formatted in OTN.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I created a stacked vertical chart, and it doesn't superimpose text over the bars, which is good... but if the values exceed the axis max val that I defined, the chart changes size (which the horizontal chart doesn't do). It looks like depending on which one you choose, you simply have differing uneditable options.

  • OBIEE 11G: Can I set limit on number of ticks only on horizontal axis and zoom in if I want to?

    Hello
    Is there a way I can restrict the total number of ticks on horizontal axis only? Say I want to set it to show only 24 ticks on horizontal axis. I am putting date and hour on the horizontal axis, if I take 3 dates of data, I will have 3X24 = 72 ticks on the chart, but I want the chart to show only 24 ticks. So it's pretty much ticks for 3 hours on the horizontal chart in this case.
    Can this be done?
    Second, if the first can be done, then can I then zoom in to any ticks on the horizontal axis, and it would show be the break down of this ticks, which is made up with 3 hour's performance separately?
    Thanks

    The zooming feature was ok, but what if I want to zoom in on just a specific area between the ticks when only 1 click?
    Any thoughts?

  • Flex 4 Chart title won't move when positioned

    Hi,
    I have an issue with my horizontal chart title in my Flex 4 bar chart--it just won't move when I try to position it someplace other than the default (which is center).
    I followed the example in the livedocs: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_05.html, specifically the one using the 'titleRenderer" property of the AxisRenderer, and setting it to my custom AxisRenderer class. Here is my code:
    package classes.view
        import mx.charts.*;
        import mx.charts.chartClasses.ChartLabel;
        public class ChartTitleRenderer extends ChartLabel
            public function ChartTitleRenderer()
                super();
            override protected function updateDisplayList(w:Number, h:Number):void {
                super.updateDisplayList(w, h);
                this.setStyle("textAlign","left");
    Setting the textAlign property doesn't work. I have tried setting this property in the css as well and applying it directly to the axis, which also doesn't work. I have also tried "this.x = -100" etc, to no effect. Any ideas?
    Thanks

    Ray,
    To do the "masking" that you are referring to, I think that two Effects (explore each, to see which works best for you), will give you what you want:
    The Crop Effect, applied to the Still Images in Video Track 3. This Effect can be Keyframed to change, as is required over time.
    The 4-Point Garbage Matte Effect.
    If the Still on Video 2 is sized to the Frame of the Project, say 1920 x 1080 for Full-HD, it will "cover" the Video on Video Track 1.
    Note: it is best to Scale the Still Images to very close to what you want/need, in PS, or PSElements, prior to Import. What you are doing with the Still Images in Video Track 3 is creating a PiP (Picture in Picture). This ARTICLE goes into more detail on
    Good luck,
    Hunt

  • Negative values in Bar chart

    Hi,
    I have to plot negative values in a horizontal bar chart. Only the +ve values of the data column comes up in  the bars,
    How should i modify the xsl code
    Thanks in advance
    Krishna

    Hello,
    XI3 has several types of horizontal charts and there are some that seems to describe your requirements.
    I attach some pictures allowing you to see if it meets your needs.
    http://imageshack.us/photo/my-images/207/generalkg.jpg/
    http://imageshack.us/photo/my-images/513/deski1.jpg/
    Regards,
    Philippe

  • Help with stacked bar charts

    Help..................
    I am definitely missing something.
    I want to do something like the attached, stacked bar chart example.  This is pretty much
    one of the examples.
    What I need is for a horizontal chart instead of a vertical.  When I right click the legend and
    chose bar charts, it only shows vertical.  After messing with this for a couple of hours,
    I give.
    Any suggestions would be much appreciated.
    Attachments:
    Stacked Bar Graph.vi ‏43 KB

    Another stacked bar graph plea for help!
    My scenario: I am recording 3ph current values (red, yellow, blue) on multiple circuits for some electrical tests we do.
    I want to present this data on a screen that is most visible from a distance, so the approach I have taken when I last wrote the software in Delphi was to have each 3 ph circuit represented by a 3 channel bar chart where the three channels are stacked front to back in order of magnitude. This allowed me to add multiple 3 channel circuits next to these to fill the screen from left to right.
    See attached Excel file to make it clear. I hope!
    The main issue I see is that the colour of plot needs to move front to back with the magnitude. ie Red is not always the front plot, it is the 'smallest' of the three plots that stays at the front.
    Some tests we do, may have 12 x 3ph circuits of this type which fills the screen up and can make it very busy. Rather than having 36 plots left to right, by stacking them in groups of three, I reduce the left to right number to 12 plots. The screen can then be viewed from a distance much easier.
    Any suggestions? I am expecting I will need to write my own routine for this, which if I do, i am quite happy to share when complete.
    See (and run) the attached LabVIEW code of my progress so far.
    thanks  Adam
    Message Edited by tca-adam on 11-16-2006 01:27 PM
    Attachments:
    Stacked Bars example.xls ‏24 KB
    Create CurrBal Graph Data.vi ‏21 KB

  • Combined Chart with Jfreechart

    I am using jfreechart-0.9.3 for drawing 4 charts on the same plot. I want to have two of them horizontally and two vertically next to eachother. When I tried to imitate the code of Demo combined charts by jfreechart (which only draws two charts next to eachother horizontally), I can't do that vertically. Because there is no
    com.jrefinery.chart.HorizontalXYBarRenderer and com.jrefinery.chart.VerticalDateAxis classes. How can I make it vertically? Is there any other classes which could be usefull in jfreechart?
    The code of two horizontal charts looks like this:
    import com.jrefinery.chart.JFreeChart;
    import com.jrefinery.chart.ChartPanel;
    import com.jrefinery.chart.XYPlot;
    import com.jrefinery.chart.XYItemRenderer;
    import com.jrefinery.chart.VerticalXYBarRenderer;
    import com.jrefinery.chart.HorizontalDateAxis;
    import com.jrefinery.chart.VerticalNumberAxis;
    import com.jrefinery.chart.CombinedXYPlot;
    import com.jrefinery.chart.tooltips.TimeSeriesToolTipGenerator;
    import com.jrefinery.data.BasicTimeSeries;
    import com.jrefinery.data.TimeSeriesCollection;
    import com.jrefinery.data.Day;
    import com.jrefinery.data.XYDataset;
    import com.jrefinery.data.IntervalXYDataset;
    import com.jrefinery.date.SerialDate;
    import com.jrefinery.ui.ApplicationFrame;
    import com.jrefinery.ui.RefineryUtilities;
    * A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
    public class CombinedXYPlotDemo extends ApplicationFrame {
    * Constructs a new demonstration application.
    public CombinedXYPlotDemo(String title) {
    super(title);
    JFreeChart chart = createCombinedChart();
    ChartPanel panel = new ChartPanel(chart, true, true, true, false, true);
    panel.setPreferredSize(new java.awt.Dimension(500, 270));
    this.setContentPane(panel);
    * Creates a combined XYPlot chart.
    private JFreeChart createCombinedChart() {
    // create a parent plot...
    CombinedXYPlot plot = new CombinedXYPlot(new VerticalNumberAxis("Value"),
    CombinedXYPlot.HORIZONTAL);
    // create subplot 1...
    IntervalXYDataset data1 = this.createDataset1();
    XYItemRenderer renderer1 = new VerticalXYBarRenderer(0.20);
    renderer1.setToolTipGenerator(new TimeSeriesToolTipGenerator("d-MMM-yyyy", "0,000.0"));
    XYPlot subplot1 = new XYPlot(data1, new HorizontalDateAxis("Date"), null, renderer1);
    // create subplot 2...
    XYDataset data2 = this.createDataset2();
    XYPlot subplot2 = new XYPlot(data2, new HorizontalDateAxis("Date"), null);
    XYItemRenderer renderer2 = subplot2.getRenderer();
    renderer2.setToolTipGenerator(new TimeSeriesToolTipGenerator("d-MMM-yyyy", "0,000.0"));
    // add the subplots...
    plot.add(subplot1, 1);
    plot.add(subplot2, 1);
    // return a new chart containing the overlaid plot...
    return new JFreeChart("Horizontal Combined Plot",
    JFreeChart.DEFAULT_TITLE_FONT, plot, true);
    * Creates a sample dataset.
    private IntervalXYDataset createDataset1() {
    // create dataset 1...
    BasicTimeSeries series1 = new BasicTimeSeries("Series 1", Day.class);
    series1.add(new Day(1, SerialDate.MARCH, 2002), 12353.3);
    series1.add(new Day(2, SerialDate.MARCH, 2002), 13734.4);
    series1.add(new Day(3, SerialDate.MARCH, 2002), 14525.3);
    series1.add(new Day(4, SerialDate.MARCH, 2002), 13984.3);
    series1.add(new Day(5, SerialDate.MARCH, 2002), 12999.4);
    series1.add(new Day(6, SerialDate.MARCH, 2002), 14274.3);
    series1.add(new Day(7, SerialDate.MARCH, 2002), 15943.5);
    series1.add(new Day(8, SerialDate.MARCH, 2002), 14845.3);
    series1.add(new Day(9, SerialDate.MARCH, 2002), 14645.4);
    series1.add(new Day(10, SerialDate.MARCH, 2002), 16234.6);
    series1.add(new Day(11, SerialDate.MARCH, 2002), 17232.3);
    series1.add(new Day(12, SerialDate.MARCH, 2002), 14232.2);
    series1.add(new Day(13, SerialDate.MARCH, 2002), 13102.2);
    series1.add(new Day(14, SerialDate.MARCH, 2002), 14230.2);
    series1.add(new Day(15, SerialDate.MARCH, 2002), 11235.2);
    return new TimeSeriesCollection(series1);
    * Creates a sample dataset.
    private XYDataset createDataset2() {
    // create dataset 2...
    BasicTimeSeries series2 = new BasicTimeSeries("Series 2", Day.class);
    series2.add(new Day(3, SerialDate.MARCH, 2002), 16853.2);
    series2.add(new Day(4, SerialDate.MARCH, 2002), 19642.3);
    series2.add(new Day(5, SerialDate.MARCH, 2002), 18253.5);
    series2.add(new Day(6, SerialDate.MARCH, 2002), 15352.3);
    series2.add(new Day(7, SerialDate.MARCH, 2002), 13532.0);
    series2.add(new Day(8, SerialDate.MARCH, 2002), 12635.3);
    series2.add(new Day(9, SerialDate.MARCH, 2002), 13998.2);
    series2.add(new Day(10, SerialDate.MARCH, 2002), 11943.2);
    series2.add(new Day(11, SerialDate.MARCH, 2002), 16943.9);
    series2.add(new Day(12, SerialDate.MARCH, 2002), 17843.2);
    series2.add(new Day(13, SerialDate.MARCH, 2002), 16495.3);
    series2.add(new Day(14, SerialDate.MARCH, 2002), 17943.6);
    series2.add(new Day(15, SerialDate.MARCH, 2002), 18500.7);
    series2.add(new Day(16, SerialDate.MARCH, 2002), 19595.9);
    return new TimeSeriesCollection(series2);
    * Starting point for the demonstration application.
    public static void main(String[] args) {
    CombinedXYPlotDemo demo = new CombinedXYPlotDemo("Combined XY Plot Demo");
    demo.pack();
    RefineryUtilities.centerFrameOnScreen(demo);
    demo.setVisible(true);

    I don't believe it supports putting them vertically and horizontally... only one way or the other. ...
    Although, 0.9.3 is pretty old... what about a newer version... I haven't played with those charts in about 9 months, so my info is a little out of date. Problem is, after 0.9.6 (I think) they changed a lot of the packages around so a lot needs to change.

  • Apex Flash Chart Not showing all rows

    I am using APEX 4.0.2 and have created a flash chart. I added a scroll bar, but don't get all of the rows that I expect. I ran the sql in a PL/SQL develoepr session and get all of the expected data. Where do I tell APEX to return all data found?
    Thanks!

    Thanks for the reply!
    This tool is so robust, its easy to overlook what is right in front of you.
    Second half of the question:
    I have about 1500 rows reporting in the horizontal chart. It seems that the chart has to be sized HUGE to keep the chart readable even though there is a scroll bar. Is there a way to force the hight of each horizontal bar rather than what it appears to be doing, which is shrinking each bar to the point it's not readable.
    Thanks!

  • ToolTip in Charts

    Hi, I have requirement to show a customized tooltip in charts. For example i have two Vertical Bars in the chart when i mouse over the first bar it should show a tooltip like 'Total revenue is $1000' the $ is column value. Is that possible to show the custom tooltips?

    when you do a vertical or horizontal chart definately when you point the cursor at the end defaultly will show the total amount.Yes you can manipulate the chart as you want by editing it and show the tooltip.

  • Can I have a PL/SQL code for LOV

    Hi,
    I apologize for this dumb question. I have been so out of touch with dev (almost 8 years). Plus new to pl/sql.
    I am creating a status report application. On the dashboard, I currently have some metrics (horizontal charts). I wanted to expose these metrics based on filter.
    I had created 2 filters. The first one will identify the type (Week, Month, Qtr or Year) and the 2nd filter would be based on the type. For e.g. if I select Month as type, the 2nd filter should show May-12, April-12 etc. Once I select the 2nd filter, I should use them to show the appropriate metrics. The metric that I currently have would show all the projects that users have worked on during the week/month/qtr or year (depending on the 1st and 2nd filter).
    On the dashboard region, I added a condition to check if the value for both 1st and 2nd filter is not null. This allows me to show the dashboard only if the 2 filters have been selected.
    For the 2nd filter, I need to write a PL/SQL code to show the LOV.
    I am assuming that the pl/sql would return a SQL query. The SQL query will be based on week, month etc. Is that right?
    Thanks
    balaji
    Edited by: user644868 on May 17, 2012 11:29 AM

    rbalaji2026 wrote:
    For the 2nd filter, I need to write a PL/SQL code to show the LOV. Doesn't appear necessary. With filter 2 cascading from filter 1, why not:
    select
            /* Week query */
    from
    where
    and     :p1_filter_1 = 'WEEK'       
    union all
    select
            /* Month query */
    from
    where
    and     :p1_filter_1 = 'MONTH'       
    union all
    select
            /* Quarter query */
    from
    where
    and     :p1_filter_1 = 'QUARTER'       
    union all
    select
            /* Year query */
    from
    where
    and     :p1_filter_1 = 'YEAR'       

  • Y-axis Does not show values when exported to excel

    Hi,
    We are facing trouble while showing Y-axis values when report is exported to excel. On report Y-axis is shown properly however when we export it to excel only 1 value is shown with arrow mark(=>).
    If we will right click Y axis, we can see all data exported in "Select Data". If we select Y-axis, and change axis properties to automatic, we can see Y-axis values on excel.
    Now, is there any property setting which will show all the data on Y-axis instead of showing up single value with arrow?

    Thanks for your reply. I tried it closing all sheets and exporting, however result doesn't change. There is an aggregate table we are querying to which holds almost 20k records. Right now I have observed this with 3 reports. In one of the report I am using Horizontal chart. In that report there is issue with X-axis.
    e.g.
    Band
    1000<= |
                 |
                 |________________________________
                  A                     B                  C                D

  • BI 7.0 Web PDF Generation

    Hi folks,
    I do have a severe problem with PDF generation and it looks like a common issue.
    I integrated Button to convert my Management Webreport to PDF, no big issue so far.
    But the generated PDF is not bevaing like expected. We do have a BI report that contains 3 charts horizontally alligned by a table to fit the screen and 1 table below
    those charts.
    This report fits perfectly on one page landscape.
    When generating PDF locally (PDF generator installed on client PC) Internetexplorer ==>PDF works as expected.
    When using the Button in Webtemplate to use the BI functionality to export to PDF the PDF is a mess.
    All template items are displayed in sequence taht means instead of 3 horizontal charts I see 3 charts and 1 table underneath each other.
    It looks like the old fashioned 3.x print function.
    My question:
    Is there a way to influence the PDF generation. Maybe a class ( like former 3.x  Table Interface) to modify to render the PDF like the template appearance?
    We cannot install PDF clients locally nor can we ship management those reports coming from BI. Report designer is no alternative because of missing functionality.
    TIA
    Joerg

    Thanks so far,
    currently when using the container item and referring by command wizard ( export to PDF) the system is not generating any item.
    Error Message 'file has no page and can't be opened...' occurs.
    I think this is a really urgent Development issue because I think printing via PDF is getting more and more important since not everyone is using IE7 ( which is not fully supported by SAP either) to scale pages for printing.
    Best regards
    Joerg

  • SSRS Switch Function

    Hi All,
    With my code below I am attempting to change labels on the Horizontal Chart axis to reflect the assigned values but my code seems not work as the chart still returns (Month 1,Month 2) instead of (Jan,Feb,Mar etc)...please review my code below maybe
    I am missing something. I inserted this code under the category group Label.
    =Switch(Fields!Month_Of_Year.Value = "Month 1","Jan",
    Fields!Month_Of_Year.Value = "Month 2","Feb",
    Fields!Month_Of_Year.Value = "Month 3","Mar",
    Fields!Month_Of_Year.Value = "Month 4","Apr",
    Fields!Month_Of_Year.Value = "Month 5","May",
    Fields!Month_Of_Year.Value = "Month 6","Jun",
    Fields!Month_Of_Year.Value = "Month 7","Jul",
    Fields!Month_Of_Year.Value = "Month 8","Aug",
    Fields!Month_Of_Year.Value = "Month 9","Sep",
    Fields!Month_Of_Year.Value = "Month 10","Oct",
    Fields!Month_Of_Year.Value = "Month 11","Nov",
    Fields!Month_Of_Year.Value = "Month 12","Dec")
    The dataset is shown below:
    Chart Grouping:
    Your insight is highly appreciated. Many Thanks.
    The Best thing in Life is Life

    Hi Samiullah /Katehrine
    Thank you for your responses. Been struggling with connectivity in this region hence my late update.
    I have tried the following code under the Month_Of_Year category group label:
    =Switch(Trim(Fields!Month_Of_Year.Value) = "Month 1","Jan",
    Trim(Fields!Month_Of_Year.Value) = "Month 2","Feb",
    Trim(Fields!Month_Of_Year.Value) = "Month 3","Mar",
    Trim(Fields!Month_Of_Year.Value) = "Month 4","Apr",
    Trim(Fields!Month_Of_Year.Value) = "Month 5","May",
    Trim(Fields!Month_Of_Year.Value) = "Month 6","Jun",
    Trim(Fields!Month_Of_Year.Value) = "Month 7","Jul",
    Trim(Fields!Month_Of_Year.Value) = "Month 8","Aug",
    Trim(Fields!Month_Of_Year.Value) = "Month 9","Sep",
    Trim(Fields!Month_Of_Year.Value) = "Month 10","Oct",
    Trim(Fields!Month_Of_Year.Value) = "Month 11","Nov",
    Trim(Fields!Month_Of_Year.Value) = "Month 12","Dec")
    And the chart still displays as shown below:
    I have also attempted to pass values through the following expressions:
    =MonthName(Month(Fields!Month.Value))
    =MonthName(Month(CDate(Fields!Month.Value)),
    True)
    In the meantime I will try your suggestion Katherine.
    Thank you for your feedback.
    The Best thing in Life is Life

  • How can I display more than 15 rows in a stacked 3D horizontal flash chart

    It seems I cannot display more than 15 rows at a time in a stacked 3D horizontal flash chart.
    Any ideas?
    Thanks, Pierre

    The default history length of a chart is 1024. To make it longer is a right click option.

Maybe you are looking for

  • Problem Installing Adobe Reader 9 on Windows XP

    I have Windows XP Home and have been trying to install Reader 9 I have tried on both I.E.8 and Firefox and keep getting this message: Error 1402. Could not open key. KKEY_LOCAL_MACHINE_SOFTWARE\MicrosoftWindows\ CurrentVersion\Run\OptionalComponents\

  • ADF Faces w/ADF BC: Bug(?) w/null values in drop down list in find mode

    Using JDev 10.1.3.0.4. I have a page that shows a single record. The user can toggle between regular and Find mode to enter query by example criteria. One of the fields has been bound to a dynamic list. The "No Selection" Item in the List Binding Edi

  • Confused about digital signatures

    Please refer to this archived thread: http://www.adobeforums.com/webx?128@@.59b4d8d6 I'm researching digital signatures because we have a request form that was created in Acrobat 7.1, and that a user signed by creating his own signature in Reader 8.x

  • [Extend DBI] specify the drill-down report for the custom report column

    Hi, I realized two custom reports by using the extend DBI tools: 1st report displays the sum of invoices amounts grouped by Operating Units. 2nd report display the details of invoices for all Operating Units In the 1st report I specified a link on th

  • Login Window Shows "[My Computer's Name] (2)". What's with the (2)?

    Hi all, When I woke up this morning, I noticed that my computer had shut down and restarted, and was at the normal login screen. However, I noticed a "(2)" beside my computer name. What does this mean? Was a new profile/account created? I've never no