Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Data:
source 1: Order Data. Which has Est TEU to be shipped based on 'RequiredShipDate'
source 2: Booking Data. Which has Bkg TEU & 'BookingShipDate'. Left join to order data using 'Order' field
source 3: ActualShippedData. Which has ActualTEU & 'ActualShipDate'. Left join to order data using 'Order' field
Currently, selecting for example week 36 of 'RequiredShipDate'
(replacing X axis to be either BookingShipDate or ActualShipDate also will return similarly).
What is required in visualisation:
How to create a chart with:
thanks in advance.
Figured that whatever the X axis is based on, the measures should be ignoring the selection of dimension but take the values selected and apply to the date dimension required.
for example, if X axis is based on RequiredShipDate, and selections for chart are wk 38, 39, 40.
Est TEU will be fine.
BkgTEU calculation needs to ignore the selection of field RequiredShipDate, but take the values selected= 38, 39,40 and apply those to BookingShipDate. (So, BookingShipDate = 38, 39, 40).
Similar for ActualTEU. ActualTEU calculation needs to ignore the selection of field RequiredShipDate, but take the values selected= 38, 39,40 and apply those to ActualShipDate. (So, ActualShipDate = 38, 39, 40).
what would the set analysis for this look like?
Please take a look at this :
https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578
thank you
I am not familiar with mapping. I have tried a few ways but no luck. Could you please adv on how to do the mapping shown in the link you shared.
thank you.
Data currently :
source 1: (table name: OrderHeader). Which has Est TEU to be shipped based on 'RequiredShipDate'
source 2: (table name: Shipment) Which has Bkg TEU & 'BookingShipDate'. Left join to order data using 'Order' field
source 3: (table name: AddingActualToOrder) Which has ActualTEU & 'ActualShipDate'. Left join to order data using 'Order' field
Trying mapping. Can someone please share why this error presents?
this is how the script for the app begins:
error:
thanks.
I think this is a typo. The error is that you cannot have the "Mapping" prefix if you have more than 2 fields.