-
I also changed one more line - the method request in OkHandler class:
if(cs.getItems().size()==0)
visiblePropertyMetas = new ArrayList();
If set as null - you can't remove all the properties from visibles, am I right?.
2009-12-31 12:36:55 UTC by kingczar
-
Didn't you have this problem? When I look in to the Patch with SelectProperties, and I analyse the screen - there isn't any "$name" property.
I added a filter line to the code of SelectProperty class and it seems works fine now:
for (int i = 0; i < availablePropertiesColumns.length; i++) {
for (Iterator it = availablePropertiesColumns[i].iterator(); it.hasNext();) {...
2009-12-31 12:34:25 UTC by kingczar
-
and the correct link [https://sourceforge.net/projects/jpivot/forums/forum/197390/topic/983788?message=3025484][1] ;)
[1]: https://sourceforge.net/projects/jpivot/forums/forum/197390/topic/983788?message=3025484.
2009-12-31 07:19:44 UTC by kingczar
-
Hi,
Did you introduce the changes in com.tonbeller.wcf.controller.RequestFilter class? like it's described here https://sourceforge.net/projects/jpivot/forums/forum/197390/topic/983788?message=3025484 . I did that and it helped.
I also changed encoding in jsp files (and others) but it may be not necessary.
Kinga.
2009-12-31 07:16:45 UTC by kingczar
-
Hello,
i am using mondrian 3.04 and jpivot 1.8.0. I am experiencing problems with some UTF 8 characters (WIN-1250 čžšćđ ...). The problem i get is the same as the one shown on this [picture][1].
I belive that there is some encoding problem. I have read the pentaho forums and found the following topics [forums.pentaho.org/showthread.php?t=59913&highlight=unicode+characters][2] and...
2009-12-22 21:39:49 UTC by dvojnik
-
willgorman committed patchset 124 of module jpivot to the JPivot - a JSP based OLAP client CVS repository, changing 4 files.
2009-12-21 15:16:44 UTC by willgorman
-
willgorman committed patchset 123 of module jpivot to the JPivot - a JSP based OLAP client CVS repository, changing 1 files.
2009-12-21 03:21:07 UTC by willgorman
-
willgorman committed patchset 33 of module wcf to the JPivot - a JSP based OLAP client CVS repository, changing 7 files.
2009-12-18 19:45:33 UTC by willgorman
-
willgorman committed patchset 33 of module wcf to the JPivot - a JSP based OLAP client CVS repository, changing 7 files.
2009-12-18 19:45:33 UTC by willgorman
-
willgorman committed patchset 122 of module jpivot to the JPivot - a JSP based OLAP client CVS repository, changing 14 files.
2009-12-18 19:44:24 UTC by willgorman