No, only CSV to import into Excel.
Thread Starter
bijukv
(@bijukv)
Hi, thanks for your reply
Thread Starter
bijukv
(@bijukv)
I have one more doubt.
I have radio button in my form, which has 4 values. so i need to get the values in table according to the value in radio button field.
I used filter for this.
But if i give a value to check in filter, which is not in the table, it returns an empty row with the heading. I didn’t need to show the heading to user, if there is no such value in the table.
Is it possible?
There is not an easy way to hide a column only when there is no data in it. However you could accomplish this by writing a transform class.
Thread Starter
bijukv
(@bijukv)
Hi
I need to know
1) I have 2 date input fields in my page namely from and to date. I need to filter database according to from and to date in the same page.
2) Also on another occasion, i need to filter the database according to from date and to date obtained from the database.
Please provide me a solution for both doubts.
Thanks
Biju
Thread Starter
bijukv
(@bijukv)
Sorry
I need to filter submit_time field according to from and to date fields value.
Thread Starter
bijukv
(@bijukv)
Hi Simpson
Filtering submit time donot solve my problem.
Actually i have a separate table with from date and to date.
I need to check submit time with the default values i get from this table
using filter in shortcode. I need to get values in cfdb table between this from and to date.
Please provide me a clear cut solution.
The plugin does not support working with data in other tables. But you could code your own custom transform class to query your other table and check the dates.