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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to combine different work week across multiple measures

Hi,

I need to combine different weeks dimension across multiple measure.

For example - I use CR_BKLG_WEEK for CR Backlog $, RS_BKLG_WEEK for RS Backlog $ and Invoice Week for POS and Shipment. Can you help me to create an expression? I started on this below expressions but it didn't work out.


IF(DBF_ALL_MASTER_QTR=$(vThisQTR),RIGHT(INVOICE_WEEK,4),

IF(CR_BKLG_QTR=$(vThisQTR),RIGHT(CR_BKLG_WEEK,4),

IF(RS_BKLG_QTR=$(vThisQTR),RIGHT(RS_BKLG_WEEK,4))))

Thanks

3 Replies
agigliotti
MVP
MVP

Hi,

Could you post a sample qvf file to better understand what are you doing with that expression?

Regards

Andrea

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
Anonymous
Not applicable
Author

Hi Andrea,

Thanks for your response.

Sorry, I wasn't able to create qvd file as I only have an access in Visualization.

I don't have an access in data model.

Can you refer on my sample below?

Thanks,

Martel

agigliotti
MVP
MVP

I'd need more details about your request, else I can't help you.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it