Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field called "Area_Name". I want to set analysis to be written to Sum where the "Area_Name" is 'Blank' or 'NULL'
Sum(1)
Please help!
Maybe this:
sum({1-$<Area_Name={'=len(trim(Area_Name))<>0'}>}Value)
or
sum({1-$<Area_Name={'?*'}>}Value)
EDIT: Maybe try this as well:
sum({$-$<Area_Name={'=len(trim(Area_Name))<>0'}>}Value)
Could you go about it differently? Is there another field that have corresponding values for all Area_Names, eg AreaID? If so, count them and subtract a count of all Area_Names where len > 0.
/Christian
I have attached the sample appliction? I could see only 2 records which are blank. Null records are not been shown in the chart.
Can some one please help me out with sample application? Also could you help me out on how to verify the data with raw data without set analysis?
Sorry unable to attache the app. Not sure where to attach it!
I agree this may tell whether the field has value or not. But when we create a chart based on the dimension from different table then we may not get the required results. Hope my issue is understandable!
HI,
Can you attach some sample application, so that it would be easier to give solution.
Regards,
Jagan.
In the upper right hand part of the reply window, there is an Advanced editor link. Click on that and then at the bottom right, there is a link to attach a file.
I think that link below will help you...
Ask null value in Set Analysis | QlikView Help, Tips & Hints
Hi,
Try
Sum({$-<Area_Name={*}>+<Area_Name={' '}>} 1)
Regards
Hi qlikviewforum,
I noticed that you usually don't close your threads.
Please do so to increase the readability of this forum.
thanks
regards
Marco