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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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


Labels (1)
0 Replies