Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
Can any one please help me on below requirement.
I have Two fields named Name and Value taken in below straight Table
Here the Name field contains the Number of records like Change Type, Systems, Issues.. etc and each type in name field contains set of Values in the Value field.
In another report I have to show each Record in Name field and Corresponding values as separate columns like, in a table first column
is Change Type Column with values and second column like system with values.
Thanks in advance.
Simplest way is to use a pair of list boxes with calculated fields:
Aggr(Only({<Name = {'Change Type'}>} Value), Value)
Aggr(Only({<Name = {'Systems'}>} Value), Value)
Simplest way is to use a pair of list boxes with calculated fields:
Aggr(Only({<Name = {'Change Type'}>} Value), Value)
Aggr(Only({<Name = {'Systems'}>} Value), Value)
Please don't create duplicate posts.
Hi,
Post the sample application. Si that everyone can understand the requirement clearly.
Thanks,
Venkata Sreekanth