Jump to content
We've recently updated our Privacy Statement, available here ×

besmirgogu

Members
  • Posts

    9
  • Joined

  • Last visited

besmirgogu's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi All, I am trying to run a simple jasper report (not a crosstab) where the first column contains the same values as below: Besmir 20 Besmir 21 Besmir 22 What I need is to merge the first column into something like this Besmir 20 21 22 I tried with deselecting print repeated values but only the first row is printed. Please let me know if somebody ever found a solution to this. Regards
  2. Hi , Did you manage to find a solution to your problem as I need to do the same thing but I have not found any solution yet. Regards
  3. Hi All, I have a couple of date parameters printed in the main report. I need to print them in a crosstab header as well but when I include them as $P{parameter_name} they are not recognised by the crosstab. Could you please let me know how to include parameters in a crosstab? Regards
  4. Hi All, Could you please let me know if there is a way/workaround to include 2 totals for a crosstab rowGroup one with totalPosition "start" one with totalPosition "end" Regards
  5. Hi, thank you very much for your reply. I have another question? How do you create this invisible column? Regards
  6. Hi All, I am trying to build a crosstab in iReport 3.7.0 with 2 row groups and 1 column group. What I need is for the first row group to repeat values for each of the second row group rows ex below Country State USA NY USA NJ USA FL What I manage to currently get is: USA NY NJ FL I have tried hte "Print Repeated Values" but it does not work. Please let me know
  7. Hi, Did you actually manage to find a way to print repeated values in a crosstab? I have the exact same problem.
  8. If I try to open through iReport one of the existing jasperserver reports I get the following exception Again no idea what it means :) Annotation: You cannot add com.jaspersoft.ireport.designer.actions.CompileReportAction directly to a JMenu etc.; use org.openide.awt.Actions.connect instead Annotation: You cannot add com.jaspersoft.ireport.designer.actions.CompileReportAction directly to a JMenu etc.; use org.openide.awt.Actions.connect instead You cannot add com.jaspersoft.ireport.designer.actions.CompileReportAction directly to a JMenu etc.; use org.openide.awt.Actions.connect instead You cannot add com.jaspersoft.ireport.designer.actions.CompileReportAction directly to a JMenu etc.; use org.openide.awt.Actions.connect instead Caused: java.lang.NullPointerException at javax.swing.AbstractButton$ButtonActionPropertyChangeListener.propertyChange(AbstractButton.java:1188) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270) at org.openide.util.SharedClassObject.firePropertyChange(SharedClassObject.java:454) at org.openide.util.actions.NodeAction.maybeFireEnabledChange(NodeAction.java:368) at org.openide.util.actions.NodeAction$NodesL$1.run(NodeAction.java:522) at org.openide.util.Mutex.doEvent(Mutex.java:1335) at org.openide.util.Mutex.readAccess(Mutex.java:345) at org.openide.util.actions.NodeAction$NodesL.forget(NodeAction.java:520) at org.openide.util.actions.NodeAction$NodesL.update(NodeAction.java:489) at org.openide.util.actions.NodeAction$NodesL.resultChanged(NodeAction.java:482) at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:111) at org.openide.util.lookup.SimpleProxyLookup.access$000(SimpleProxyLookup.java:58) at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.checkResult(SimpleProxyLookup.java:183) at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.allItems(SimpleProxyLookup.java:263) at com.jaspersoft.ireport.designer.menu.SaveAsAction.resultChanged(SaveAsAction.java:173) at com.jaspersoft.ireport.designer.menu.SaveAsAction.propertyChange(SaveAsAction.java:223) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270) at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:315) at org.netbeans.core.windows.RegistryImpl.topComponentOpened(RegistryImpl.java:183) at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentOpened(WindowManagerImpl.java:1029) at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:998) at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:764) at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:311) at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1104) at org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:1071) at org.openide.windows.TopComponent.open(TopComponent.java:384) at org.openide.windows.TopComponent.open(TopComponent.java:375) at org.netbeans.spi.palette.PaletteSwitch.showHidePaletteTopComponent(PaletteSwitch.java:259) at org.netbeans.spi.palette.PaletteSwitch.run(PaletteSwitch.java:145) at org.netbeans.spi.palette.PaletteSwitch$1.propertyChange(PaletteSwitch.java:320) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270) at org.netbeans.core.windows.RegistryImpl.doFirePropertyChange(RegistryImpl.java:315) at org.netbeans.core.windows.RegistryImpl.tryFireChanges(RegistryImpl.java:288) at org.netbeans.core.windows.RegistryImpl.selectedNodesChanged(RegistryImpl.java:233) at org.netbeans.core.windows.RegistryImpl.topComponentActivated(RegistryImpl.java:171) at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentActivated(WindowManagerImpl.java:1013) at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1735) at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1169) at org.openide.windows.TopComponent.requestActive(TopComponent.java:744) [catch] at org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:99) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Regards Besmir
  9. Hi All, I have currently installed iReport 3.7.0. I am new to it. When I try to change the background color of a static text though the "..." button it gives me an error as the one below. It works fine if I try to change it through the digits though. I have not faced this issue with iReport 4.0 but I am obliged to use 3.7.0 due to other reasons. The error code I receive is the one below and I have not idea what it means. java.lang.ArrayIndexOutOfBoundsException: 3136 at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Win32ShellFolder2.java:748) at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManager2.java:248) at sun.awt.shell.ShellFolder.get(ShellFolder.java:221) at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createValue(WindowsLookAndFeel.java:1865) at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:185) at javax.swing.UIDefaults.get(UIDefaults.java:130) at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44) at org.netbeans.beaninfo.editors.ColorEditor.initSwingConstants(ColorEditor.java:549) at org.netbeans.beaninfo.editors.ColorEditor.getStaticChooser(ColorEditor.java:211) at org.netbeans.beaninfo.editors.ColorEditor.getCustomEditor(ColorEditor.java:445) at org.openide.explorer.propertysheet.PropertyDialogManager.<init>(PropertyDialogManager.java:129) at org.openide.explorer.propertysheet.CustomEditorAction.actionPerformed(CustomEditorAction.java:217) at org.openide.explorer.propertysheet.SheetTable.editCellAt(SheetTable.java:986) at javax.swing.plaf.basic.BasicTableUI$Handler.adjustFocusAndSelection(BasicTableUI.java:955) at javax.swing.plaf.basic.BasicTableUI$Handler.mouseReleased(BasicTableUI.java:1026) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at org.openide.explorer.propertysheet.SheetTable.processMouseEvent(SheetTable.java:719) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1778) at java.awt.Component.dispatchEvent(Component.java:3803) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Thank you in Advance Please let me know if you need further information. Besmir
×
×
  • Create New...