SYMPTOM:
When a user inputs an integer for a value prompt, the integer is displayed as a number with one decimal point in the SQL view of a report in Strategy Developer.
STEPS TO REPRODUCE:
Follow the steps below to reproduce this issue:


CAUSE:
This is working as designed.
ACTION:
Cast the value as an integer to force the SQL to calculate it as an integer. Cast statements may vary between databases. Consult your DBA or product manuals for the particular database.