I have an Excel with a Column Named: 'Sumin Desc'.
I have to make a Filter Query using this column as:
"Sumin Desc" eq 'Value to filter'
or
substringof('Value to filter',"Sumin Desc")
But I can`t find the specific name of this column to put in the filter. I tryed next options:
'Sumin Desc'
"Sumin Desc"
['Sumin Desc']
{'Sumin Desc'}
[{'Sumin Desc'}]
Sumin_x0020_Desc
[Sumin_x0020_Desc]
item(){'Sumin Desc'}
and It doesnot work,
With oder column name there is not problem, for example:
Title eq 'Value to filter'
Any solution?