Forum Discussion

Nighthawk_2's avatar
Nighthawk_2
Frequent Visitor
1 year ago
Solved

Help Needed with Transposing Price Records for Chart Visualization

Hello everyone,

 

I have what I believe is an easy-to-solve challenge, but I can't wrap my head around it. I'm hoping someone here can show me how to do it. Thank you in advance for taking the time to help!

 

I have a table containing simple price records, and I would like to transpose it into an additional table so that I can use it to create line charts.

 

Original Table of Price Records:

 

NameValid StartValid EndPrice MinPrice Max
------------------------------------------------------------------------
Apple2024-10-012024-12-3157
Apple2025-01-012030-12-3177
Banana2024-10-012030-12-3133
     
---    
     
Desired Transposed Table for Chart Visualization:    
     
PeriodApple-MinApple-MaxBanana-MinBanana-Max
--------------------------------------------------------------------------
2024-105733
2024-115733
2024-125733
2025-017733
2025-027733
etc.    
     
---    

3 Replies