How do I get "smart text" I have added to my card to show in the Excel file when I export?

I have added "smart text" to my card, & those values show in the card view in my browser when I filter, but that "smart text" does not show when I export the card results to Excel, is there a way to accomplish this? Also, is there a way to add today's date to a card dynamically & have it show when I export the card results to Excel?

Comments

  • Short answer is no.

    Long answer is smart text doesn't show up in a lot of places:

    1. Scheduled Reports
    2. Powerpoint exports
    3. When searching for content in Domo
    4. and more

    It really only shows up in the card, on dashboards and on apps.

    I would recommend making this a feature request in the https://community-forums.domo.com/main/categories/ideas

    If I solved your problem, please select "yes" above

  • ColemenWilson
    edited May 30

    Some good ideas exchange ideas related to smart text that I'd recommend upvoting:

    https://community-forums.domo.com/main/discussion/56197/variables-smart-text-chart-axis-legends

    If I solved your problem, please select "yes" above

  • I concur with @ColemenWilson. The smart text is part of the visual layer in Domo, which doesn't export. Only the table data exports. The obvious work-around would be to include a calculated field in your dataset and include it in the card's data table.

    DATE_FORMAT(CURRENT_DATE(), '%Y-%m-%d')

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

  • Roman_K
    Roman_K Member

    Thank you both