web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / "Column is not fi...
Finance forum

"Column is not filterable" Error when trying to filter a field in lookup form

(0) ShareShare
ReportReport
Posted on by 1,020

Hi All

I have a form where I am calling a custom lookup from to enter the item details.

I am getting an error "Column is not filterable" while clicking on the field for filter and sorting.

Can Someone help me to resolve this error and why this error occurs.

0083.Capture.PNG

Actually i am expecting 0257.Capture1.PNG near the item id field.

Thanks in advance!

Ramakrishna Tanneeru

I have the same question (0)
  • Verified answer
    RamaKrishna Tanneeru Profile Picture
    1,020 on at

    The issue is solved by myself.

    Root cause: We have a datasource  InventTable, and adding new datasource to the query which we are building in ExecuteQuery () method of InventTable.. like below

    Query = new query();

    InventTableQbds = query.adddatasource(tablenum(inventtable)); // this is causing the issue..

    Solution:

    If we need to change the Query of the existing datasource (inventTable in this case).

    use the code like Query = InventTable_ds.Query()

    qbdsInventTable = Query.dataSourceNo(1);

    ....

    I am happy that I could resolve this simple issue :P Hope this would be useful to others.

    Thanks,

    Ramakrishna T.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Finance

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans