Hello, everyone, I hope you can help me.
My table seems like this:
Name January February March April May
Security 8 6 5 7
Data 66 77 86 88
Logs 76 56 45 83
I want to remove May dynamically because May hasn’t already happened
I want to remove the May column dynamically so the “field ” (fields - May) function doesn’t work because it is not dynamic. May is going to happen, what I tried to do and I was looking for is a function to do this.
If a column is null (no data) remove from the table
Can someone of you help me to solve this?
... View more