iph_confg_disc

Crash

New Member
Does anyone know how the iph_confg_disc is used in the iph_hist. I found several iph_hist records with almost everything the same but the iph_confg_disc. I don't know what the trick is to get the correct record. If you select both you have one entry to much and only yes/no you get to little because there are also entries with only one record, being either yes or no.
 

Crash

New Member
Problem solved. I found that if a manual action is taken on the pricing logic an additional price-detail record is created. Their can however be a records with only no, only yes or both yes and no. For a Cat.Price only one record is valid. I used a break by

" break by iph_inv_nbr
by iph_nbr
by iph_line
by iph_mod_date
by iph_time:
"
with a last-of(iph_line). This way I only get the last (and valid) Cat.Price.
 
Top