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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hi there i am new please help

HI all

Can any one tell me how to write this sql command in Code area of a field here

Select * from RVW_Modified_Sheet where Type = 'Assets'

OR

Select * RVW_Modified_Sheet where account_code like '10%'

1 Reply
Anonymous
Not applicable
Author

btw i tried an if statement and it didn't work

=if(Type = 'Assets' , SUM(Balance) , 0 )