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: 
Anonymous
Not applicable

Problem date(month) in crosstable

HI, i have problem with my date in crosstable

this is my sample data

cost.jpg

and i want to create table with structure Code | Harga Cost Average Costing | Period | Cost

I was trying this code :

Accounting:

CrossTable(Period, cost_acc, 2)

LOAD *

FROM

[Book1 (3).xlsx]

(ooxml, embedded labels, table is [Cost Avg Acc(versi accounting)]);

and i try to view month with this formula :

accounting_version:

load * ,Month(Period) as bulan

Resident Accounting;

drop Table Accounting;

but the value 'bulan' is empty

Any suggestion, what should i do?. Thanks in advance

Akbar

1 Reply
Not applicable
Author

Hai,

Pls Find The Attachment

and go to script and find the Answer

Regards,

Chandu