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: 
mohamed_ahid
Partner - Specialist
Partner - Specialist

how to detect that a number has a decimal ?

Hi all ,

How can i do that with Qlikview ?

Thx a lot

1 Solution

Accepted Solutions
jonasheisterkam
Partner - Creator III
Partner - Creator III

if(Mod(Number,1)=0,'Integer','Dec')

View solution in original post

3 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

if(Mod(Number,1)=0,'Integer','Dec')

mohamed_ahid
Partner - Specialist
Partner - Specialist
Author

Thx Jonas

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this expression.

     if( Index(Field,'.') >0,'YES','NO')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!