Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm looking to lock my straight table. I have a dimension that is clickable but I want the table to be read-only. Qlik sense does not have a read-only option from what I understand. Is there a way around this? Thanks!
Hello,
Well, there is not option to hide the search icon.
You can add the dimension as a measure using Only(Cost), That should do the trick.
Make sure to have a single value for a dimension value.
Thanks,
Ashutosh
Hello,
You can Simply ignore the dimensions used in Table.
Example : Count({<UserName= >}UserCode) //UserName ignored
I have UserName in the straight table. Even though I have selected User 4 and User 5 in the filter pane, it is not affecting my table.
Hope that helps.
Thanks,
Ashutosh
Hey Ashutosh, thanks for your reply! I was able to do what you had said but what I'm looking for is something different, sorry for not being clear. My first column on my table is a dimension and I want it so that the user can't click on a column value. In the example below, I want to get rid of the search button and the ability to click on Utility or Utilities so that it doesn't effect other table data.
Hello,
Well, there is not option to hide the search icon.
You can add the dimension as a measure using Only(Cost), That should do the trick.
Make sure to have a single value for a dimension value.
Thanks,
Ashutosh