Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello -
I'm trying to create a straight table which displays distinct 'Batch.BatchID' when the 'LIID' is not 10000, but I'm still getting multiple lines for each BatchID when using the following expression:
count(distinct if(LIID<> '10000', Batch.BatchNbr))
Any ideas?
Thanks,
Lindsay
You may have undisplayed fractions on some of those values. Does LIID have any data below the decimal point?
Any reason you are using single quote around 10000? If its a number you can directly compare without embedding it with quote.
could you pls upload your qvw file if possible.
I'm not clear what are your dimensions and expression.
Your expression as Batch.BatchNbr but in details you have used Batch.BatchID. Hope it is just a typo
Hi Can you attach a sample qvw.