Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have an old Qlikview document that I'm trying to renew.
Since we last used it some fields have change names not only in db but in "gui".
What is the easiest way to change the field names both in script and gui.
I have tried to change it in the script and reload, what happens is that the fieldname gets a label with to old field name in the gui.
What I want is to change the field names in the gui to not reuse the old field name as a label name.
ex
level3 as Region
was changed to
level3 as Anläggningsobjekt
but the field name Anläggningsobjekt got the label Region in the gui, and I dont want any labels for the renamed fields.
If it only was one field it wouldn't be a problem but I got about 25 fields to change and a lot of places in the gui.
Unfortunately labels can't be changed from script nor there is an easier way to change; it has to be manually changed, that too one by one. Because qv doesn't know where the labels are used in place of that particular field.
Hi Otto,
consider to use variables in which you can store the description, so next time you can change lables easily.
S.