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

Between functionality in Load script

Hello Guys,

Could you please help me with following :-

EXCHANGE_RATE  BETWEEN  201701 AND 201712

how do i write this in Load Script

Thanks,

Ravi

1 Solution

Accepted Solutions
Anil_Babu_Samineni

NP, Please read this to close thread https://community.qlik.com/docs/DOC-14806

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
antoniotiman
Master III
Master III

Where EXCHANGE_RATE  >=  201701 AND EXCHANGE_RATE <= 201712

Anil_Babu_Samineni

Perhaps this?

Load EXCHANGE_RATE from Table Where EXCHANGE_RATE >= '201701' and EXCHANGE_RATE <= '201712';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Thank you very much  loveisfail and antoniotiman

for the immediate response ! truly appreciable !


Anil_Babu_Samineni

NP, Please read this to close thread https://community.qlik.com/docs/DOC-14806

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful