kiwiora Posted October 18, 2010 Posted October 18, 2010 I have a filter which I can't get to work because of indexing. Tables - Artists - Artworks - Invoice - Invoice Line Items The calc is in Artworks: [color:blue]StatusCalc = [color:red]If(Sum(Artworks_InvoiceLineItems::Constant) ≥ "1"; "sold"; StatusTxt ) Status = StatusCalc &"¶all" In Artists there is a portal with all of the artworks (all; sold; available) The join is kpArtistID_kfArtistID gStatusJoin_Status The problem is that Status cannot be indexed. How can I get around this?? TIA
kiwiora Posted October 19, 2010 Author Posted October 19, 2010 I have managed to replicate into my db and it works awesomely. Many thanks comment. (Now for me to get the concept straight in my head!)
Recommended Posts
This topic is 5210 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now