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

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

Where and if conditional

Hello

I want to do I do not know exactly the format expressions clause is as follows, but I'd appreciate if you can help.

=Count({<YAPILDI_MI=num(1)> (if (SON_FIILI_DURUM='KAPALI',GVG_UID))})

Thank you

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

Hiiii

I think in your field YAPILDI_MI  is not one that's why it gives zero or try to check KAPALI field value in SON_FIILI_DURUM


If its right then try this one first to check value is coming or not

try this code

Count({<SON_FIILI_DURUM={'KAPALI'}>}GVG_UID) if data not comes then check fieldvalue if comes then

try the value of YAPILDI_MI={1} like this

Count({<YAPILDI_MI={1}>}distinct GVG_UID) if data comes then try above mentioned code

if not come then tell me where you got error..

View solution in original post

8 Replies
er_mohit
Master II
Master II

Try this

Count({<YAPILDI_MI={1},SON_FIILI_DURUM={'KAPALI'}>}GVG_UID)

er_mohit
Master II
Master II

try this one also

Count({<YAPILDI_MI={1},GVG_UID=p({< SON_FIILI_DURUM={'KAPALI'}>}GVG_UID)>}distinct GVG_UID)

Not applicable
Author

Thank You  but, returned zero results

Not applicable
Author

zero again

Not applicable
Author

try this

count({<YAPILDI_MI=, SON_FIILI_DURUM={'KAPALI'}>}GVG_UID)

then select any data of YAPILDI_MI  field.

Not applicable
Author

In the first trial, but it did not

Count({<YAPILDI_MI={1},SON_FIILI_DURUM={'KAPALI'}>}GVG_UID)

er_mohit
Master II
Master II

Hiiii

I think in your field YAPILDI_MI  is not one that's why it gives zero or try to check KAPALI field value in SON_FIILI_DURUM


If its right then try this one first to check value is coming or not

try this code

Count({<SON_FIILI_DURUM={'KAPALI'}>}GVG_UID) if data not comes then check fieldvalue if comes then

try the value of YAPILDI_MI={1} like this

Count({<YAPILDI_MI={1}>}distinct GVG_UID) if data comes then try above mentioned code

if not come then tell me where you got error..

Not applicable
Author

Thank you solved the problem YAPILDI_MI changed column