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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with IntervalMatch() function

Hi community.

Please i have a problem with a function IntervalMatch().

I would like to adapt this function to match alphabetic

I have attached a sample application that I made.

But I realize that the mapping does not work.

Would you give me an idea to solve this problem?

Best regards.

5 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Intervalmatch() only works on numeric data. What you can do is assign a numeric value to your data using DUAL() function and then you can use intervalmatch.

Not applicable
Author

Please could you give me an example ...?

Thx

disqr_rm
Partner - Specialist III
Partner - Specialist III

Idea would be you assign 1-26 to A-Z and z-z, then for each value in your range you convert them to a number. Example: ABC becomes 123. Using LOAD dual('ABC', 123) as Value will give you Value display in Text but it will internally store as 123. Then you should be able to IntervalMatch() on it.

Just an idea for you to take next steps.

OK, I will also try to build one for you.

Not applicable
Author

Thanks sir.

But I do not see the thing without the example

OK

Not applicable
Author

Please are there IntervalMatch function () which does not resume as numerical values​​?
Thank you.