Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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 )