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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
didine2
Contributor
Contributor

adress IP subnet

Hello please i need your help 

I have adresse network (193.65.0.0/16) i want have all adresse ip of this network 

i try  (ip<= '193.65.255.255' and ip>='193.65.0.1') , this don't show me all adresse IP 

how i can do for show all the adresse please 

2 Replies
MayilVahanan

Hi @didine2 

are you trying in If condition, if so, try like below

If(wildmatch(IP, '193.65.*.*'), IP) as IP

suppose, if you are trying in network configuration, you can try like below
193.65.*.*

 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
didine2
Contributor
Contributor
Author

hi @MayilVahanan 

no because i have onother range ip  like (192.174.0.0/21) witch adresse :

ip<= '192.174.7.254' and ip>='192.174.0.1'

and if i do wildmatch , this will give me like 192.175.8.£*  and its false