Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bdgeddam9
Contributor
Contributor

Auto change of field names in front end when script change Qliksense

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?

3 Replies
devarasu07
Master II
Master II

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

];

bdgeddam9
Contributor
Contributor
Author

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..

devarasu07
Master II
Master II

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