Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ecabanas
Creator II
Creator II

How to do this table update

     Hi guys,

I want to do a table that reflects all the changes from items table. Every Item can change the status every day and I want to do a "log Table"  and record the changes in a table and have all history.

Every night I want to update (add the new changes) the table.

INVENTTABLE

Itemid       Date        Status

a               1/1/15       on

b               1/1/15       on

c               1/1/15       off

d               1/1/15       on


ITEM_LOG

Itemid       Date        Status

a               1/1/15       on

b               1/1/15       on

c               1/1/15       off

d               1/1/15       on



DAY 2 change some items


INVENTTABLE

Itemid       Date        Status

a               2/1/15       on

b               2/1/15       off

c               2/1/15       on

d               2/1/15       on


ITEM_LOG

Itemid       Date        Status

a               1/1/15       on

b               1/1/15       on

c               1/1/15       off

d               1/1/15       on

b               2/1/15       off

c               2/1/15       on



Many thank's


Eduard


0 Replies