Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Read-only column in Straight Table

I was wondering if there is an elegant solutions (a macro probably) to make some columns in a straight table read-only.
Basically what I am trying to achieve is to give the user the possibility to select the values in some of the columns but not in all of them.
At the moment I am sticking a transparent textbox on top of the columns that I want to be read-only.
Setting the read-only flag for the entire table would be too restrictive. Any suggestions?
Thank you

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

Please find attached file, hope this is what you are expecting.

Regards,

Jagan.

View solution in original post

5 Replies
Gysbert_Wassenaar

The way you're using transparent textboxes is the only way to do this afaik.


talk is cheap, supply exceeds demand
jagan
Luminary Alumni
Luminary Alumni

Hi,

Please find attached file, hope this is what you are expecting.

Regards,

Jagan.

Anonymous
Not applicable
Author

Thank you Jagan and Gysbert.

Jagan, thank you, in my specific case your solution works.

For QlikTech:I would really like to have more control over the properties of Straight and Pivot Tables!

Thank you

Not applicable
Author

I downloaded the file and its exactly what I need but i cant see how you did it.  Can you please explain?

jagan
Luminary Alumni
Luminary Alumni

Hi Jason,

In set analysis expression I excluded the selection of dimension by giving Year=,

=Sum({<Year=>}Sales)

This will ignore the selection of year, so the straight table won't affect.

Regards,

Jagan.