Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have some documents where I can not show / hidden tabs. In "Settings / Document Properties" I uncheck (or check) the option to hide tabs, accept the changes and does not work...
-- Why can it be?
-- Is there another option that prevails over this?
v 10.00.8815.6SR1 64-bit edition
Thanks
Hi,
Is there any chance that those QVW files have been created with version 11 of QlikView? There was a known bug, now fixed, that did something like that.
You should be able to see all the hidden objects as "Conditional: Hidden" in the Document Properties, Sheets tab.
Hope that helps.
Miguel
Hi,
Sometimes it does not happen.
Please Nme those tab (or Rename it), and then Check/Uncheck thebox in Document Properties.
You will notice the diffrence.
Thanks,
Advait
Hola Miguel,
No, no se han creado ni modificacdo en la v11...
No son hojas ocultas. Lo que está oculto son las pestañas de éstas. Puedo navegar entre las diferentes hojas mediante botones y en Propiedades del documento / Hojas veo las exisitentes, pero no puedo mostrar (en otras ocasiones ocultar), las pestañas. Las tenemos ocultas con navegación por botones para el usuario pero es mucho más cómodo verlas a la hora de hacer las modificaciones. En otras ocasiones no puedo ocultarlas para que el usuario no las vea...
En Configuración / propiedades del documento: marco desmarco la opcion "ocultar pestañas", pero no muestra/oculta, se quedan como estan.
gracias
Hi Advait,
I tried to rename but that does not work. Still I can not show (in this case) the tabs ...
Thanks
Hi,
Wiil you please try keeping them blank ? (Just enter Space )
Do it for all the Tabs and then apply the changes.
I hope it will work.
Hello set this macro:
sub Show
rem Hides tabrow in document properties
set docprop = ActiveDocument.GetProperties
docprop.ShowTabRow=true
ActiveDocument.SetProperties docprop
end sub
This problem from version of qlik.
I hope it will work.
Working the macro?
Hi, this already happened to me a long time ago... I was using a document in v11 that was created in v10, I think I opened the document in ver. 10 checked the "Show TabRow" and saved... Then I opened it again in 11 and it was working. I see you are using the SR1, its strongly recommended that you use the later versions SR4/SR5 as a lot of bugs of the first releases have been solved.
Regards,
Cesar