You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "laloune" started this thread

Posts: 217

Date of registration: Dec 2nd 2009

Location: Berlin

Hobbies: Born to work :-)

  • Send private message

1

Wednesday, July 28th 2010, 10:15am

Weird cell focus change

Hello all,

I encounter a weird problem in Excel: I have a palo.ename function that allows me to select a dimension value.

everytime I select a value using this cell, the focus goes automatically to the cell where my connection/db string is stored ?!

It does not look that it is Palo related cause I cannot reproduce the problem on another computer...

Weird... Did somebody encountered the problem ?

Thanks in advance !
laloune

"To understand recursion, one must understand recursion"

  • "h_decker" is male

Posts: 763

Date of registration: Oct 26th 2005

Location: Cologne, Germany

  • Send private message

2

Wednesday, July 28th 2010, 10:19am

RE: Weird cell focus change

Hi,
do you have an named range for your connection/db? It's excel behaviour that it jumps there within a doubleclick event. to avoid this, make sure the connection/db is on the same sheet in a "normal" cell. There e.g. you can reference a named range on another sheet. in palo.ename reference the "normal" cell.

Holger

  • "laloune" started this thread

Posts: 217

Date of registration: Dec 2nd 2009

Location: Berlin

Hobbies: Born to work :-)

  • Send private message

3

Wednesday, July 28th 2010, 10:31am

Hi Holger,

thanks for your reply.

Actually no, I do not have any named cell for the connection string.

I tried what you said, that is:
1/ set a name for the connection string cell
2 / reference on the palo.ename sheet a connection string that points to the named range
3/ use this cell as the connstring of the palo.ename.

The problem still stands indeed, the focus is now displaced to the cell 2/

thanks !
laloune

"To understand recursion, one must understand recursion"

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

4

Thursday, July 29th 2010, 11:05am

Hi Laloune,

which OS are you running? I have the same behaviour since I use Windows 7, I never saw that when I still had XP. I posted it in the bug tracker, maybe the Jedox folks can do something (Issue No 7221)

Regards
The other Holger

This post has been edited 1 times, last edit by "holger_b" (Jul 29th 2010, 11:20am)


  • "laloune" started this thread

Posts: 217

Date of registration: Dec 2nd 2009

Location: Berlin

Hobbies: Born to work :-)

  • Send private message

5

Thursday, July 29th 2010, 12:06pm

well OS is Windows XP though...

could it be that it comes from the updates that are installed with the Palo Excel installation ? They should be installed I think
laloune

"To understand recursion, one must understand recursion"

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

6

Thursday, July 29th 2010, 12:17pm

Quite annoying... Let's wait what the support says.

  • "h_decker" is male

Posts: 763

Date of registration: Oct 26th 2005

Location: Cologne, Germany

  • Send private message

7

Thursday, July 29th 2010, 12:41pm

Hi,
as I said, I don't think it's PALO related. See attached xls file. It only got the doubleclick events enabled in, where nothing else happens.

Source code

1
2
3
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    'nothing happens at the tavern
End Sub


Try do doubleclick on the yellow cell and see what happens also on desktops without palo installed.

Maybe a soloution is to activate "direct cell editing (direkte zellbearbeitung aktivieren)" in excel options. For me that works. Give it a try.

Holger

This post has been edited 1 times, last edit by "h_decker" (Jul 29th 2010, 12:45pm)


  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

8

Thursday, July 29th 2010, 1:08pm

Makes no difference for me...

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

9

Thursday, July 29th 2010, 5:18pm

This afternoon I happened to see that TM1 behaves just the same, so I believe you are right, Holger: obviously an Excel issue. Maybe the Jedox developers can think of some tweak in Excel to avoid that.

Regards
Holger

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

10

Thursday, July 29th 2010, 5:40pm

Here is what came from Jedox support:

Quoted

Known Issue. Possible Workaround: put a reference to connection string on the same sheet where ENAME formula sits, then point ENAME formula to the cell with the reference.


There is another bug report for that, so there is some hope.

Regards
Holger

  • "Michel" is male

Posts: 154

Date of registration: Jun 1st 2007

Location: Netherlands

  • Send private message

11

Friday, July 30th 2010, 2:30pm

Isn't the behaviour just caused by the 'Edit directly in cell' Excel option?

If, in Excel, you go to 'Tools'->'Options', tab 'Edit' and unselect 'Edit directly in cell', is the double-click behaviour working as expected again?

Michel

  • "holger_b" is male

Posts: 271

Date of registration: Jun 1st 2010

Location: Freiburg, Germany

Occupation: BI Consultant

  • Send private message

12

Friday, July 30th 2010, 2:40pm

That is what Holger Decker proposed, but it did not make a difference for me. Moreover: If I activate that option, it is deactivated after I clicked on a PALO.ENAME() cell.

Cheers
Holger

This post has been edited 1 times, last edit by "holger_b" (Jul 30th 2010, 2:49pm)


Rate this thread