Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sbusisochiya
Contributor II
Contributor II

Excluding values in separate fields

Qlik Develops.

I'm having two fields 'Transaction Type' and 'User Name'.

now i want to return values of 'User Name' where it's = '1' and on transaction Type is = 'Savings'.

kindly advice.

8 Replies
shiveshsingh
Master
Master

Hi

What do you mean by where it's=1?

rohitraut
Creator
Creator

Hello

Please share sample data

qv_testing
Specialist II
Specialist II

Would you be able to share some sample data for understand?

Chanty4u
MVP
MVP

hi

sum({<[User Name]-={1},[Transaction Type]-={'Savings'}>}sales)

ychaitanya
Creator III
Creator III

CONCAT(

{1<[Transaction Type]={"Savings"},

<yoursecond_Condition>={"1"}>}

DISTINCT User_Name,',')

Anonymous
Not applicable

try with mapping table!

vishsaggi
Champion III
Champion III

You want this at script level or in the front end? May be you can try like

= IF(UserName = 1 AND TransactionType = 'Savings', UserName) AS NewUserType

Anonymous
Not applicable

Hi ,


Share the some sample data or QVW application for better understand of your requirement.



Thanks,

Venkata Sreekanth