Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have renamed a field in script and reloaded the Qliksense app but the old filed used in charts shows invalid dimension . Is there any way to Auto update of those fields in front end when modified in script?
Hi,
Try to rename (alias) of your table column name at back end script then it should refresh in your existing front end chat.
Data:
load Product as Cust,SoldQty as Qty Inline [
Product, SoldQty
A,3
B,2
C,5
D,6
E,10
F,20
G,15
H,30
I,50
J,70
];
Thanks for your response. So , you say ideally it should get updated in front end but here it shows field un available. I am thinking whether 3.2 SR 4 is having any issues with this or what..
Yes it should update automatically. i'm using the latest Sep'17 version. hope 3.2 + also should work can you share you app? tks