Hi Gurus.
i have a report merging 5 quarries , i need to build logic like following:
If Data coming from Q1
then
Do ( This)
elseif Data Coming From Q2
Then
Do (This)
ElseIf Data Coming From Q3
Then
Do(XYZ)
there are no flags or objects which clearly differentiate data coming from different quarries.
Thank you.