Posts by Vitor Fornazieri • 1 point
3 posts
- 
		-1 votes1 answer33 viewsA: Doubt column concatenationFirebird does not support pivot table, but if you need this on-screen data, from to use the most up-to-date cxGrid of the devExpress palette, it supports pivot table ok another way out would be to… 
- 
		-1 votes2 answers37 viewsA: How can I apply increase and percentage reduction over unit valueAnother alternative would be to use the IIF that nothing else is, than an if ternary, you could put something like: ( SELECT VALOR1 FROM SPBRAVEN(5, L.ITEM, current_date, 1) ) * IIF(i.classif = 2,… 
- 
		-1 votes1 answer30 viewsA: Unexpected end of random command in FirebirdYou can try to put a break point in the event that generates the error, for example, at the click of the button, and give Steps, until you get to the line that gives the error, this post again, will…