Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a need to be able to to the following in an existing QlikView model
1. In invoice transactions where a document includes a specific itemcode, return the sales values for the complete document.
2. I do not have access to the script so this will need to be done in a chart in the front end
Is this something that you could assist with please?
Eg: Where Itemcode = TRA04, return all Sales
you can do it in set analysis have you tried following ?
sum ( {< Itemcode = {'TRA04'} >}Sales)
Thanks
Vikas