A列是下拉框 水果 日用品 ****
B列是下拉框 苹果 橘子 牙刷 手套 *****
如何实现A列选择水果之后,同一行的B列中只有水果的下拉列表
下一行A列如果选择日用品,同一行的B列中只有日用品的下拉列表
https://help.fanruan.com/finereport10.0/doc-view-608.html
参考文档
下拉框使用公式 可以使用SQL函数
SQL函数 https://help.fanruan.com/finereport/doc-view-846.html
----
数据字典配置
sql("aa","select name from tb where code '"+A2+"'",1)
一个demo
WorkBook1160.rar
支持多行独立
效果