Is there any way to use filters from InLine parameter file like table below?
I have one fact file and fetching Amount for below output. If few lines than I can simply write condition for each lines. But I have more than 200 lines in report. Output is exactly like below. I need to match PSheetID and PLnNo to the fact table and getting last column Balance(not listed in below)
Reading as
If PLnNo='UCX1', sum({<SHEET_ID=pSheetID, LINE_NUMBER ={'6','20'} Sales)-sum({<SHEET_ID=pSheetID, LINE_NUMBER ={'13','23'}>} Sales)
If PLnNo='UCX2', sum({<SHEET_ID=pSheetID, LINE_NUMBER ={'13','23'}>} Sales)